I came upon your answer to the java:/comp/env/ problem when I was
attempting to try the examples in the J2EETutorial put out by Sun.  The
example does indeed create an Application Client running outside of the
J2EE.  Mine also fails (probably due to a typo in deploytool screens).
The client fails to obtain an objref in the following:

          Context initial = new InitialContext();
          Object objref =
initial.lookup("java:comp/env/ejb/SimpleSavingsAccount");

Please give me some insight.

Diane Weiss


----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to