[jboss-user] [EJB 3.0] - message driven bean

subratjyetki do-not-reply at jboss.com
Fri Jun 1 14:12:29 EDT 2007


hi
i need a little help
i have a mdb called as ExportRequestProcessorBean
i want to deply this on jboss
i am having ejb-jar.xml as 

<message-driven>
<ejb-name>net.vertical.sa.web.export.ExportRequestProcessorBean</ejb-name>
<ejb-class>net.vertical.sa.web.export.ExportRequestProcessorBean</ejb-class>
<transaction-type>Container</transaction-type>
<message-driven-destination>
<destination-type>
javax.jms.Topic
</destination-type>
</message-driven-destination>
</message-driven>
<container-transaction>

<ejb-name>net.vertical.sa.web.export.ExportRequestProcessorBean</ejb-name>
<method-name>*</method-name>

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


and jboss.xml as 


<message-driven>
<ejb-name>net.vertical.sa.web.export.ExportRequestProcessorBean</ejb-name>
<destination-jndi-name>WebRuleExportTopic</destination-jndi-name>
</message-driven>


still i am getting error as


23:26:46,068 WARN [JMSContainerInvoker] destination not found: topic/WebRuleImportTopic reason: javax.naming.NameNotFoundExc
eption: WebRuleImportTopic not bound 

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

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



More information about the jboss-user mailing list