Hiya folks,

     I have seen other people having a similar problem unfortunately either 
there were no solutions or their solutions were not working for me.  The 
problem I am having is accessing my bean from another server using 
InitialContext lookup.

Now I have my initialContext set up correctly to point toward the correct jndi 
and then I have the code:

  | hello = (RemoteHello)ctx.lookup(Hello.class.getName());
  | 

RemoteHello is the remote interface for the bean.  

I am getting this error trying to access that class:

  | hello = (RemoteHello)ctx.lookup(Hello.class.getName());
  | 

When I go into my jmx console and look at the global jndi namespace I see this 
for RemoteHello:


  | +- com.testing.hello.RemoteHello (proxy: $Proxy148 implements No 
ClassLoaders found for: com.testing.hello.RemoteHello (no security manager: RMI 
class loader disabled))
  | 

Being new to this, is that supposed to say implements no classloaders?

Any help would be greatly appreciated, thank you.

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

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


-------------------------------------------------------
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