[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam
jaikiran
do-not-reply at jboss.com
Thu May 8 03:32:44 EDT 2008
You cannot use an Local interface from a remote client (the standalone java client, running in its own JVM). You will require a remote interface for the bean. Use an interface with @Remote.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149336#4149336
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149336
More information about the jboss-user
mailing list