Thank you echon for your suggestion, but it doesn't work. (I have replaced the @Stateless(name="Employee") annotation with only @Stateless).
13:24:04,806 INFO [STDOUT] javax.naming.NameNotFoundException: es.dbs.ysf.employee.EmployeeSessionLocal not bound 13:24:04,816 INFO [STDOUT] at org.jnp.server.NamingServer.getBinding(NamingServer.java:514) 13:24:04,816 INFO [STDOUT] at org.jnp.server.NamingServer.getBinding(NamingServer.java:522) 13:24:04,816 INFO [STDOUT] at org.jnp.server.NamingServer.getObject(NamingServer.java:528) 13:24:04,816 INFO [STDOUT] at org.jnp.server.NamingServer.lookup(NamingServer.java:281) 13:24:04,816 INFO [STDOUT] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610) 13:24:04,816 INFO [STDOUT] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572) 13:24:04,816 INFO [STDOUT] at javax.naming.InitialContext.lookup(InitialContext.java:351) 13:24:04,816 INFO [STDOUT] at es.dbs.ysf.employee.Controller.doGet(Controller.java:28) Perhaps if I use a remote interface instead of a local one.. no, it doesn't work either. Nobody has an example? Please? Thanks! José Luis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936851#3936851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936851 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
