I am using Axis2 nightly build from 31 August and cannot lookup the java:comp/env context from a created InitialContext created inside a class in the aar-file

When I do this:
Context initContext = new InitialContext();
Context envContext = (Context)initContext.lookup("java:comp/env");

I get a NameNotFoundException.

By the way, I am using the distributed axis2.war in tomcat 5.5.17

Any ideas?
johan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to