JNDI Bindings - Change Local Interface JNDI Binding

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3463

This topic has not yet been written. The content below is from the topic description.
Local Interface JNDI Binding. To change the JNDI name for your local interface use the org.jboss.ejb3.LocalBinding annotation. @Stateless @LocalBinding(jndiBinding="custom/MySession") public class MySessionBean implements MySession {