Using this code it seems that the JNDI founds the EJB3 (but crash searching a 
resource, but this is another story...):

import org.jboss.annotation.ejb.LocalBinding;

@Stateless
@Local( { EmployeeSessionLocal.class } )
@LocalBinding( jndiBinding="Employee" )

How can I define the jndiBinding without using a jboss especific class like 
'org.jboss.annotation.ejb.LocalBinding'?

Thanks!
José Luis.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936865#3936865

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936865


-------------------------------------------------------
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

Reply via email to