Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

J2EE 1.4 Deploy Tool Problems

843833Feb 5 2003 — edited May 14 2003
When I deployed an application according to the steps which I did under J2EE 1.3, the application can be deployed, but it can't run for java.rmi.Naming.remoteException. On the contrary, it could run correctly if I deployed it through .ear file created under J2EE 1.3.
I compared all .xml files(deployment descriptors), I found an important difference that there is jndi definition for an EJB and its ref. in Deployment descriptors created under J2EE 1.3 but there is no jndi definition in J2EE 1.4. I think the reason is that there is no JNDI tab,which is in J2EE 1.3, in J2EE 1.4. At the beginning, I thought SUN moved it into other tools, such as j2eeadmin. But I am disappointed for I could not find any tool provided by j2ee 1.4 can define jndi properties.
Does anybody know how to resolve this problem? I am very appreciate your help.

Junfei Chen

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 11 2003
Added on Feb 5 2003
5 comments
110 views