[jboss-user] [JCA/JBoss] - Re: Configuring Local and Remote JMS
PeterJ
do-not-reply at jboss.com
Tue May 26 17:06:06 EDT 2009
This error:
java.lang.IllegalStateException: jboss.messaging:name=JMSProvider,service=JMSProviderLoader is already installed.
means that there is already an mbean by that name - which there is - the first entry in the jms-ds.xml file. To get rid of the error, use a different mbean name. There is nothing magical about the name - you could call it something like "cpslo:provider=remote" and it should work just fine.
I don't know if above advice will get the remote access working, but it should eliminate the error message.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233422#4233422
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233422
More information about the jboss-user
mailing list