Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | The GenericEJBMediationHandler was unable to locate the mediation handler. |
Action | Redeploy GenericEJBMediationHandler defining the missing environment entry. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | The GenericEJBMediationHandler was unable to load the class specified by the stated environment entry. |
Action | Check the value of the environment entry. If is incorrect, redeploy GenericEJBMediationHandler. If the entry is correct, ensure that all of the classes required are available. |
Explanation | The configured mediation handler cannot be constructed as it is either an interface, an abstract class, or does not have a constructor with no arguments. |
Action | Ensure that the mediation handler is a non-abstract class with a constructor with no arguments. |
Explanation | The configured mediation handler is either not public or it does not have a public constructor with no arguments. |
Action | Ensure that the mediation handler is public and has a public constructor with no arguments. |
Explanation | When setting one of the mediation handler's properties an exception was caught. |
Action | Ensure that the value is valid for the property being set. |
Explanation | A property was specified in the deployment descriptor but the handler does not have a matching property. |
Action | Either remove the property from the deployment descriptor or add the property to the handler. |
Explanation | A property specified in the deployment descriptor did not match the type defined for that property on the mediation handler. |
Action | Either change the deployment descriptor so the types match, or change the property in the handler so they match. |
Explanation | A property was specified in the deployment descriptor but the mediation handler property of that name was not settable. |
Action | Either remove the property from the deployment descriptor or add a set method for the property to the mediation handler. |
Explanation | If the message does not give sufficient information, check previous messages for further help. |
Action | See previous messages for further information. |