[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-15 Thread leethor5
The entire exception is : | javax.naming.NameNotFoundException: fr.monappli.modele.traitement.service._menu.delegate.MenuService not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) | at

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-15 Thread leethor5
context.lookup(homeJndi) returns : $Proxy855 : fr/monappli/ejb/menu/MenuSLHome Any ideas ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243658#4243658 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243658

[jboss-user] [EJB/JBoss] - [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-10 Thread leethor5
Hi everoby, I have to migrate an application from JBoss 3.2 to JBoss 5.0. The deployment is correct (I think) : I have no errors. But when I want to acces my first EJB by login, I have a cast exception on a proxy object : $Proxy855 cannot be cast to