[jboss-user] [Beginner's Corner] - Re: Exception deploying MDB !

Wolfgang Knauf do-not-reply at jboss.com
Wed Nov 24 06:26:52 EST 2010


Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] created the discussion

"Re: Exception deploying MDB !"

To view the discussion, visit: http://community.jboss.org/message/572727#572727

--------------------------------------------------------------
Hi,

The "null beannMetaData" exception seems to happen sometimes (see  https://jira.jboss.org/browse/EJBTHREE-1969 https://jira.jboss.org/browse/EJBTHREE-1969 ), but I don't know the details.

In your "destinations-service.xml", I think you miss the JNDI name of the configured queue, to which the annotation ActivationConfigProperty(propertyName="destination", ... points.

  <mbean code="org.jboss.jms.server.destination.QueueService"
      name="jboss.messaging.destination:service=Queue,name=RetailPriceRequestQueue"
      xmbean-dd="xmdesc/Queue-xmbean.xml">
      <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
      <depends>jboss.messaging:service=PostOffice</depends>
   <attribute name="JNDIName">*queue/RetailPriceRequestQueue*</attribute>

   </mbean>

Hope this helps

Wolfgang
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/572727#572727]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101124/58e05c09/attachment-0001.html 


More information about the jboss-user mailing list