Explanation | This module does not define any handlers. |
Action | This is an informational message only. No user action is required. |
Explanation | The descriptor for the handler might be in a format that is not correct. |
Action | Check the handler descriptor file (ws-handler.xmi) for possible errors. |
Explanation | One or more handler resources are not defined correctly in the descriptor. |
Action | Check the handler descriptor file (ws-handler.xmi) for errors. |
Explanation | Only enterprise Java bean (EJB) handlers should be defined handler descriptor for EJB modules. |
Action | Remove any handler definitions that are not for enterprise Java beans (EJBs) from the handler descriptor. |
Explanation | The handler name in a handler descriptor cannot be null. |
Action | Correct the field for the handler name in the handler descriptor. |
Explanation | The handler reference to the enterprise Java bean (EJB) is not valid. |
Action | Correct the EJB reference in the handler descriptor. |
Explanation | Handlers that are in an enterprise Java bean (EJB) module must be a stateless session bean with local interfaces. |
Action | Define only stateless session beans with local interfaces as handlers in an EJB module. |
Explanation | Handlers that are in an enterprise Java bean (EJB) module must be a stateless session bean with local interfaces. |
Action | Define only stateless session beans with local interfaces as handlers in a EJB module. |
Explanation | The list name for the handler should be a valid string that is not null. |
Action | Correct the list name for the handler in the handler descriptor. |
Explanation | A handler can be attached only once to a handler list. |
Action | Verify that a handler is added to a handler list only once. |
Explanation | sequence number for handler list should be positive integer. |
Action | Change the list sequence number for the handler to a positive integer. |