We are migrating from JBOSS6 to wildfly8.2 and as wildfly support EJB3.2 and EJB3.2 does not support @LocalBinding / @RemoteBinding ,so how will I do the same in wildfly using standalone.xml / ejb-jar.xml / any other configuration.
I tried JBoss: Binding values into JNDI in JBoss EAP 6 similar to JNDIBindingServiceMgr thread but could not link where i will map the jndi name to my EJB and how lookup will be happened.
Please help. Many Thanks.