1 Reply Latest reply on Sep 8, 2012 9:57 PM by sfcoy

    TLD Parser Error. How to disable it?!

    eltonk

      I'm currently migrating an JBoss 4 application to new JBoss 7.1, but I'm getting a lot of TLD Parser Error.

       

      My question is:

      How can I disable the xml validation in jboss startup?

       

      I'm looking for something like that in JBoss 6, but to JBoss 7:

      <bean name="TldParsingDeployer" class="org.jboss.deployment.TldParsingDeployer">

              <property name="useSchemaValidation">false</property>

          </bean>

       

      Thanks!