Carlo de Wolf [
http://community.jboss.org/people/wolfc] replied to the discussion
"Fixing the EJB3 testsuite..."
To view the discussion, visit:
http://community.jboss.org/message/534120#534120
--------------------------------------------------------------
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
[
http://community.jboss.org/message/534120#534120]
Start a new discussion in EJB 3.0 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]