View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821910#3821910
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821910 I'm having trouble accessing a local interface bean, and I'm not sure what I'm doing wrong. The error I'm getting when looking up the name is: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHomeProxy (no security manager: RMI class loader disabled)] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:652) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507) at javax.naming.InitialContext.lookup(InitialContext.java:347) (plus a heap more). It concerns me that the class where the error occurs is a JBoss class. I'm using JBoss 3.2.3 (default configuration), JDK 1.4.2, running through Eclipse 2.1 and JBossIDE 1.2.2. I'm trying to deploy the client class through Cactus, which means it should be able to access the local interfaces. Not sure what else would help, but let me know if anything can help. BTW, the EJB works well if you access it via the REMOTE interface. I'm using XDoclet to generate the interfaces, so I don't think it's a hand-coding mistake. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
