JNDI Bindings - Change Remote Interface JNDI Binding

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3464

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