Adapter for Enterprise JavaBeans 6.5 SP3 | webMethods Adapter for Enterprise JavaBeans Documentation | webMethods Adapter for Enterprise JavaBeans Installation and User’s Documentation | Adapter Logging and Exception Handling | Adapter Exception Handling | AdapterServiceException
 
AdapterServiceException
Adapter for Enterprise Javabeans throws an AdapterServiceException for any error that occurs:
*While starting the adapter
*While shutting down the adapter
*When invoking the standalone Java service RemoveEJB (pub.ejbadapter.removeEJB)
The first two situations indicate some fundamental problem that prevents the adapter from being started or terminated. These are administrative errors that do not typically involve client services using the adapter to access EJBs.
The third situation indicates a runtime error that occurs when the Java service pub.ejbadapter.removeEJB attempts to invoke a remote EJB's remove method. In this case, the client service may be involved and will likely need to trap the error.