[jboss-user] [JBoss Messaging] - Re: javax.naming.NameNotFoundException: DefaultJMSProvider n

2007-10-11 Thread [EMAIL PROTECTED]
This topic should be moved to the EJB3 forum.  I see that you are using SonicMQ 
and not JBoss Messaging.  This forum is for JBoss Messaging.  

Have you defined a sonic mq provider.  This should always be created.  What 
this error means is that no provider could be found at jndi location  
java:/DefaultJMSProvider.  

Please see below on how to define a provider for sonic mq and then how to use 
the provideradapter in an annotation.  If you define your sonicmq provider, you 
can tell the MDBs to use it by putting 
@ActivationConfigProperty(propertyName="providerAdapterJNDI", 
propertyValue="java:/RemoteJMSProvider") as an ActivationConfigProperty.  

[1]http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithSonicMQ
[2]http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue

If you need any more help, please move this to the EJB3 forum at 
http://www.jboss.com/index.html?module=bb&op=viewforum&f=221 and put a link 
from this topic to the new ejb3 topic.
Jay:)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094149
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: javax.naming.NameNotFoundException: DefaultJMSProvider n

2007-10-11 Thread irajeev
Thanks but in my case I do not have the conf/jbossjta-properties.xml file. Also 
I am getting the exception only when I deploy my MDB otherwise the server 
starts fine. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094120
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: javax.naming.NameNotFoundException: DefaultJMSProvider n

2007-10-11 Thread beve
Hi,

think this is the same as error as in this forum post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=117533

Regards,

Daniel

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094110
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user