Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5407

Backport of JBAS-7231:metadata-deployer-jboss-beans.xml is missing mapping for jboss_5_1 xsd

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • TBD EAP 5
    • EAP_EWP 5.1.0
    • JBoss Metadata
    • None
    • Workaround Exists
    • Hide

      In $JBOSS_HOME/server/$PROFILE/deployers/metadata-deployer-jboss-beans.xml, look for an XML comment like <!-- JBossMetaData -->. Below it, you'll see several entries for dtd's, xsd's, and their associated classes. Add the following snippet to the list:

      <entry>
      <key>jboss_5_1.xsd</key>
      <value>org.jboss.metadata.ejb.jboss.JBoss51MetaData</value>
      </entry>

      Show
      In $JBOSS_HOME/server/$PROFILE/deployers/metadata-deployer-jboss-beans.xml, look for an XML comment like <!-- JBossMetaData -->. Below it, you'll see several entries for dtd's, xsd's, and their associated classes. Add the following snippet to the list: <entry> <key>jboss_5_1.xsd</key> <value>org.jboss.metadata.ejb.jboss.JBoss51MetaData</value> </entry>
    • Not Required

    Description

      Backport of JBAS-7231:metadata-deployer-jboss-beans.xml is missing mapping for jboss_5_1 xsd -

      The metadata-deployer-jboss-beans.xml is missing the mapping for jboss_5_1 xsd. As a result, when users use the jboss_5_1 xsd in their xmls, JBossXB cannot resolve it and falls back to the dtd version (which is not as robust as the xsd).

      Attachments

        Issue Links

          Activity

            People

              rhn-support-csams Christopher Sams
              rhn-support-csams Christopher Sams
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: