0 Replies Latest reply on Mar 15, 2012 2:02 AM by arturo_corona

    Open quote is expected for attribute "code" associated with an  element type  "mbean".

    arturo_corona

      I get this error mesage below, but the XML looks OK.  Does anyone know what this could mean ?

       

       

      Deployment "vfsfile:/C:/jboss-5.0.1.GA/server/default/deploy/messaging/destinations-service.xml"

        is in error due to the following reason(s): org.xml.sax.SAXParseException:

         Open quote is expected for attribute "code" associated with an  element type  "mbean".

       

      <?xml version="1.0" encoding="UTF-8"?>
      <!-- the ejb 3 in action file  -->

       

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

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


      </server>