[jboss-user] [Beginners Corner] - Re: MDB InstanceNotFoundException +MBean
shankha
do-not-reply at jboss.com
Thu Aug 30 07:47:56 EDT 2007
Problem is getting solved.
I did some mistake in the jboss.xml file.
<message-driven>
| <ejb-name>MessageEJB</ejb-name>
| <destination-jndi-name>queue/testQueue</destination-jndi-name>
| <local-jndi-name>MessageEJB</local-jndi-name>
| </message-driven>
Here local-jndi-name should be equal to the ejb-name.
And I find
jboss.j2ee:service=EJB,plugin=invoker,binding=message-driven-bean,jndiName=MessageEJB
@ is removed.
:)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079567#4079567
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079567
More information about the jboss-user
mailing list