Want to look for all the exceptions and error messages that are thrown in EJB.
For example, off late i have been getting unmarshalling exception and have not been able to get a handle on how and why this problem is caused.
What i want to know is whether there is any place where all these exceptions, and why they are caused, is kept.
Thanks,
Prashant
-
Exception Handling in EJBs (1 messages)
- Posted by: prashant gupta
- Posted on: June 05 2001 10:04 EDT
Threaded Messages (1)
- Exception Handling in EJBs by Omar Abu-jiab on June 11 2001 05:26 EDT
-
Exception Handling in EJBs[ Go to top ]
- Posted by: Omar Abu-jiab
- Posted on: June 11 2001 05:26 EDT
- in response to prashant gupta
thjis error might be caused by the stub/skeleton issues when you are compiling and deploying your code (there might be incompatble corba/java type that will not be transported via IIOP protocol,or you might need to regenarata your stub and skeletons.
by the way this exception can be found in the standard JDK1.3 decumentation in corba or rmi part.