Explanation | This module does not define any handlers. |
Action | Informational message only. No user action required. |
Explanation | handler descriptror could be incorrect format. |
Action | Check handler descriptor (ws-handler.xmi) file for possible errors. |
Explanation | One or more handler resources are incorrectly defined in the descriptor |
Action | Check handler descriptor (ws-handler.xmi) file for errors. |
Explanation | Only EJB handlers should be defined handler descriptor for EJB modules. |
Action | Remove Non-EJB handler definitions from handler descriptor. |
Explanation | handler name in a handler descriptor should not be null. |
Action | Correct handler name field in handler descriptor. |
Explanation | handler reference to EJB is not valid. |
Action | Correct EJB reference in the handler descriptor. |
Explanation | handlers in a EJB module must be stateless session sean with local interfaces. |
Action | define only stateless session beans with local interfaces as handlers in a EJB module. |
Explanation | handlers in a EJB module must be stateless session sean with local interfaces. |
Action | define only stateless session beans with local interfaces as handlers in a EJB module. |
Explanation | handler list name should be a valid string that is not null. |
Action | Correct handler list name in the handler descriptor |
Explanation | A handler can be attached only once to a handler list. |
Action | Make sure that a handler is added to a handler list only once. |
Explanation | sequence number for handler list should be positive integer. |
Action | correct handler list sequence number to be a positive integer. |