Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2033

ConnectionFactoryTemplate.xsl contains invalid markup

XMLWordPrintable

      The file contains markup like
      <mbean code="org.jboss.resource.connectionmanager.RARDeployment"
      name="jboss.jca:service=ManagedConnectionFactory,name=

      {jndi-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=

      {jndi-name}"
      displayname="ManagedConnectionFactory for DataSource {jndi-name}

      ">

      Lines: 246, 621

            starksm64 Scott Stark (Inactive)
            simon.g Simon Gunzenreiner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: