I'm trying to migrate our Application from JBoss 4.2.3 to JBoss 5.1. I have Problems connecting to the EJB (Stateful bean) from the Frontend. I get an "java.lang.ClassCastException: javax.naming.Reference" (on last line):

InitialContext ctx = new InitialContext();
Object obj = ctx.lookup("foo/bar/remote");
localInterface = (MyInterface) obj ;

has anything been changed since 4.2.3? Could a library be missing?

link|improve this question
Okay, i think i solved it. The jbossall-client now only contains a list of dependencies. I had to add all dependent jars to the classpath of the client. Now it works. – sba Oct 18 '11 at 12:39
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.