[jboss-user] [EJB/JBoss] - Re: error accessing an EJB via JNDI
loucs
do-not-reply at jboss.com
Tue May 6 03:26:25 EDT 2008
problem solved :) i've done a lookup forcing the marshalling for method invocation (called-by-value) by putting the full scheme in the lookup :
| new InitialContext("jnp://localhost:1099/EJBJndiName");
|
(my project manager wanted to keep the scoping of classloading for my ear so that was the less ugly way to do it :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148738#4148738
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148738
More information about the jboss-user
mailing list