"nskarthik_k" wrote : Same Dittoo with my Eclipse 3.02 + jdk1.4.2 + jboss4.2 + 
Eclipse plugin for 
  | Jboss
  | 
  | 
  | Can some body help us out of this Problem

I ran into the same problem with a slighly different configuration: Eclipse 
3.02 + jdk1.50_05 + JBoss 4.0.3 (w/ ejb3 packages).

It turns out that the JNDI namespace for the Fibo is directly under Global JNDI 
namespace, instead of "java:com/env".  I speculate it was caused by my EJB3 
configuration (incompatible with J2EE 1.4).  I fixed the problem by changing 
the JNDI lookup code in "ComputeServlet.java" to
Object ref = context.lookup("ejb/Fibo");

You can find out all the registered JNDI entries by looking into the JNDIView 
service in JMX Console 
http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss%3Aservice%3DJNDIView.
Invoke the list() method to see all the registered JNDI entries.

Hope this helps.

Calvin

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902433#3902433

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902433


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to