JBoss Community

Re: AS 7 demos

created by Kabir Khan in JBoss AS7 Development - View the full discussion

Setting TCL in the MBean that does the work to the classloader of the MBean class fixes these naming lookups. I also needed to define the connector-ref in standalone.xml to get it to work

 

            <subsystem xmlns="urn:jboss:domain:messaging:jms:1.0">

                <connection-factory name="testConnectionFactory">

                   <connectors>

                       <connector-ref connector-name="in-vm" backup-connector-name="netty"/>

                   </connectors>

                   <entries>

                      <entry name="ConnectionFactory" />

                   </entries>

                </connection-factory>

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community