Explanation | JNDI operations on a java:comp/env name are only supported on threads associated with a Java EE application component. |
Action | Modify the application so that the JNDI operation occurs on a thread associated with a Java EE application component. |
Explanation | An error occurred creating an instance of the object reference by the specified JNDI name. |
Action | See the nested exception or a prior error for more information about the error. |
Explanation | References declared in the META-INF/application.xml file can only use names in the java:global or java:app contexts. |
Action | Remove the reference, or update the reference name to have a java:global/ or java:app/ prefix. |