Hello,

I am attempting to lookup via JNDI a local EJB reference from within the same 
JVM.  I am configuring my environment the standard way and am positive the 
context properties are configured properly.  When I execute the following on 
the context I get an error:

Object objRef = initial.lookup("com.ejb.myEjb");

I get a CommunicationException with the following root cause:

ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHomeProxy (no security 
manager: RMI class loader disabled)

Now I've done some research and found references to this issue but not really 
sure what I need to resolve it.  Again, I am looking up a local EJB and the 
client code is in the same JVM that is attempting to perform the lookup.

Any assistance would be greatly appreciated by the community.

J.D.

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to