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!

JRUN EJB problem

843830Jan 7 2005 — edited Jan 12 2005
Hi,

We have JRun3 as application server. I am new to JRun.

I am having problems in deploying and executing/calling the EJBs.

The configuration here at my work is
1) they dont have ejb-jar.xml file
2) The EJB JAR files are specified in the deploy.properties file.

The problem I have is: My application is not recognizing the EJBs at all. When I am trying to do "lookup" I am getting java.lang.NullPointerException

Here is where I am getting the problem

Ref home = (Ref)ejbCtx.lookup("ex.RefHome");

Can someone please let me know, what are the steps needed in JRun to deploy EJB JARs (without using ejb-jar.xml)

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2005
Added on Jan 7 2005
5 comments
75 views