-
Bug
-
Resolution: Done
-
Minor
-
JBossAS-4.0.2 Final
-
None
The file contains markup like
<mbean code="org.jboss.resource.connectionmanager.RARDeployment"
name="jboss.jca:service=ManagedConnectionFactory,name=
displayname="ManagedConnectionFactory for DataSource {jndi-name}
">
where the "displayname" attribute is clearly meant to be an element attribute, but will only be interpreted as text by the xml parser. It should look like:
<mbean code="org.jboss.resource.connectionmanager.RARDeployment"
name="jboss.jca:service=ManagedConnectionFactory,name=
displayname="ManagedConnectionFactory for DataSource {jndi-name}
">
Lines: 246, 621