1 Reply Latest reply on Feb 20, 2013 11:58 PM by holger.lierse

    External Context in JBoss AS 7

    sbourguiba

      Hi all,

       

      I migrate from Jboss 5 to jboss 7 and i would like to migrate the configuration of WebsphereMQ server.

      My problem is the configuration of an external context.

       

      Old config:

       

      <mbean code="org.jboss.naming.ExternalContext"
      name="jboss.jndi:service=ExternalContext,jndiName=remotewsmq">
      <attribute name="JndiName">remotewsmq</attribute>
      <attribute name="Properties">
      java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
      java.naming.provider.url=file:///dnbusr1/app/deploy/sunjndi
      </attribute>
      <attribute name="InitialContext">javax.naming.InitialContext</attribute>
      </mbean>