-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Beta1
-
None
During a WebService constructor call my application is making a jndi context lookup that is failing. The lookup uses java:comp/env to lookup an entry. The web service is a JEE5 spec application.
The application defines an env-entry in the web deployment descriptor.
It looks as though the context is not established in time for the WebSevice constructor being called.
A sample application is provided to demonstrate the issue. When this application is deployed I am seeing the stack trace in the second attachment.