[jboss-user] [JNDI and Naming] - EJB 3.1 @Singleton remote access

jaikiran pai do-not-reply at jboss.com
Fri May 14 03:07:32 EDT 2010


jaikiran pai [http://community.jboss.org/people/jaikiran] replied to the discussion

"EJB 3.1 @Singleton remote access"

To view the discussion, visit: http://community.jboss.org/message/543017#543017

--------------------------------------------------------------
> java.lang.RuntimeException: java.lang.ClassNotFoundException: de.xxx.persistence.entity.core.Company (no security manager: RMI class loader disabled)     at org.jboss.aop.joinpoint.MethodInvocation.getArguments(MethodInvocation.java:318)     at org.jboss.ejb3.singleton.aop.impl.AOPBasedSingletonContainer.dynamicInvoke(AOPBasedSingletonContainer.java:331)     at org.jboss.ejb3.session.InvokableContextClassProxyHack._dynamicInvoke(InvokableContextClassProxyHack.java:53)     at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:91)     at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)     at

Looking at this stacktrace, the ClassNotFoundException is on the server side. So where exactly is the de.xxx.persistence.entity.core.Company class (the jar containing that class) placed on the server? How is your application packaged and deployed on the server (jar/ear)?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/543017#543017]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100514/63df60ad/attachment-0001.html 


More information about the jboss-user mailing list