This is a discussion on Application exception wrapped into RemoteException - Weblogic ; We have weblogic 8.1 I declared an application exception that does NOT extend from EJBException (it extends from java.lang.Exception). When this exception is thrown from the session bean - it gets wrapped into the remoteexception. According to specification it is ...
We have weblogic 8.1
I declared an application exception that does NOT extend from EJBException (it extends from java.lang.Exception). When this exception is thrown from the session bean - it gets wrapped into the remoteexception. According to specification it is not supposed to happen. I saw some messages about this happenning in version 6.1 but not in 8.1. Any ideas on why it could possibly happen ?
Thank you very much!!