[jboss-user] [JNDI/Naming/Network] - Question on using JNDIBindingServiceMgr

todd.nash@gmail.com do-not-reply at jboss.com
Wed Dec 13 18:54:53 EST 2006


If I have an mbean definition as described below, where do I put this? Does this go in jboss-service.xml or some other file and then what directory under the server directory?


   
      
         <jndi:bindings
            xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:jndi="urn:jboss:jndi-binding-service:1.0"
            xs:schemaLocation="urn:jboss:jndi-binding-service:1.0 resource:jndi-binding-service_1_0.xsd">
          <jndi:binding name="url/globalProperties">
		            <jndi:value type="java.net.URL">file:///c:/eRegistry/WebContent.RT/global.properties</jndi:value>
				  </jndi:binding>

         </jndi:bindings>
      
   


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

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



More information about the jboss-user mailing list