Hi,

I saw on google search about this problem. No one has solution to this.

I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting 
the following error.
Can any one help me why I am getting this error?


WARN [ServiceController] Problem starting service 
jboss.j2ee:jndiName=local/SampleMDB,service=EJB


javax.naming.NameNotFoundException: DefaultJMSProvider not bound

ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 
'checkIncompleteDeployments()'


[EMAIL PROTECTED] { 
url=file:/C:/jboss-3.2.1/server/default/deploy/jms/jbossmq-destinations-service.xml
 }
deployer: [EMAIL PROTECTED]
status: Deployment FAILED reason: create operation failed for package 
file:/C:/jboss-3.2.1/server/default/deploy/jms/jbossmq-destinations-service.xml;
 - nested throwable: (org.jboss.deployment.DeploymentException: Trying to 
install an already registered mbean: 
jboss.mq.destination:service=Queue,name=testQueue)
state: FAILED
watch: 
file:/C:/jboss-3.2.1/server/default/deploy/jms/jbossmq-destinations-service.xml




Depends On Me: jboss.mq:service=DestinationManager
, ObjectName: jboss.mq.destination:service=Queue,name=DLQ
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

Depends On Me: , ObjectName: jboss.j2ee:jndiName=local/SampleMDB,service=EJB
state: FAILED
I Depend On: 
Depends On Me: javax.naming.NameNotFoundException: DefaultJMSProvider not bound]


Here is the XML code I am using to deploy MDB.

ejb-jar.xml code:
*********************
<enterprise-beans>
<message-driven>
<ejb-name>SampleMDB</ejb-name>
<ejb-class>ejb.mdb.SampleMDB</ejb-class>
<messaging-type>javax.jms.MessageListener</messaging-type>
<transaction-type>Container</transaction-type>
<acknowledge-mode>Auto-acknowledge</acknowledge-mode>
<message-driven-destination>
<destination-type>javax.jms.Queue</destination-type>
</message-driven-destination>
</message-driven>
</enterprise-beans>


<method-permission>


<ejb-name>SampleMDB</ejb-name>
<method-name>*</method-name>

</method-permission>

<container-transaction>


<ejb-name>SampleMDB</ejb-name>
<method-name>*</method-name>

<trans-attribute>Required</trans-attribute>
</container-transaction>


jboss.xml code:
**************

<enterprise-beans>
<message-driven>
<ejb-name>SampleMDB</ejb-name>
<configuration-name>Standard Message Driven Bean</configuration-name>
<destination-jndi-name>queue/testQueue</destination-jndi-name>
</message-driven>
</enterprise-beans>

jbossmq-destinations-service.xml
*********************************

 
<depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager
 

Thanks. 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860991


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to