Community

Fixing the EJB3 testsuite...

reply from Carlo de Wolf in EJB 3.0 Development - View the full discussion

The LegacyJMSTestAdmin creates a faulty XML:

<?xml version="1.0" encoding="UTF-8"?>
<server>
  <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=testQueue">
    <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
    <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
    <attribute name="SecurityConf">
       <security>
       <role name="guest" read=true write=true create=false/>
       <role name="publisher" read=true write=true create=false/>
       <role name="noacc" read=false write=false create=false/>
   </security>
</attribute>
   </mbean>
</server>

Resulting in:

Open quote is expected for attribute "read" associated with an  element type  "role".

Reply to this message by going to Community

Start a new discussion in EJB 3.0 Development at Community