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 | Reporting Non-Fatal Connection Errors
 
Reporting Non-Fatal Connection Errors
To report non-fatal connection errors correctly, you must convert them to fatal.
To convert non-fatal connection errors to fatal, you must set the watt.ejbadapter.fatalErrors watt parameter to list the errors that are to be reported as fatal.
*To set the watt.ejbadapter.fatalErrors parameter
1. In Integration Server Administrator, click Settings > Extended > Edit Extended Settings.
2. In the Extended Settings editor, type the following:
watt.ejbadapter.fatalErrors=<error_1,error_2,...
error_n>
For example:
watt.ejbadapter.fatalErrors=
+COMM_FAILURE,NoRouteToHostException,InvocationTargetException
,ConnectException
Note:
The parameter name is case sensitive.
3. Click Save Changes. A key for the new property appears in the Extended Settings list.
4. Click Show and Hide Keys. You will see watt.ejbadapter.fatalErrors listed as a Key and as visible.
5. Restart Integration Server.