JBoss: Binding values into JNDI in JBoss EAP 6 similar to JNDIBindingServiceMgr
问题 How do I bind an arbitrary string to JNDI in JBoss EAP 6? I used to do it through org.jboss.naming.JNDIBindingServiceMgr MBean in previous EAP version. Is there anything similar to org.jboss.naming.JNDIBindingServiceMgr in JBoss EAP 6? We are migrating applications from jboss-5.1.EAP to jboss-eap-6.1. We need to bind some things into JNDI, so applications can look up values of environment variables. Many thanks. 回答1: You can do the following: standalone.xml: <subsystem xmlns="urn:jboss:domain