"jjacobwip" wrote : Hi,
|
|
| | <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
| |
name="jboss.messaging:service=JMSProviderLoader,name=LocalJMSProvider">
| | <attribute
name="ProviderName">LocalJMSProvider</attribute>
| | <attribute
name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute>
| | <attribute
name="QueueFactoryRef">XAConnectionFactory</attribute>
| | <attribute
name="TopicFactoryRef">XAConnectionFactory</attribute>
| | <attribute name="Properties">
| | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
| | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
| | java.naming.provider.url=${jboss.bind.address:localhost}:1100
| | </attribute>
| | </mbean>
| |
|
|
One thing you could try is to prepend java:/ to your FactoryRefs.
e.g.:
| <attribute
name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
|
hope it helps,
jeff
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162841#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...