i am using jboss-4.0.2;i have deployed one ear say A.ear in one machine and 
B.ear deployed in machine; 


in A.ear i have some utility classes ;one utility class is looking up session 
bean located in B.ear;but i am getting this exception 

Error : javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: No ClassLoaders found for: 
com.blah.blah.CalRHome (no security manager: RMI class loader disabled)] 

JNDI properties 
contextProperty.put(Context.INITIAL_CONTEXT_FACTORY, 
"org.jnp.interfaces.NamingContextFactory"); 
contextProperty.put(Context.SECURITY_PRINCIPAL, "admin") ; 
contextProperty.put(Context.SECURITY_CREDENTIALS, "welcome"); 
contextProperty.put(Context.PROVIDER_URL, "jnp://211.80.70.1:1099");

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to