[jboss-dev] Strange thing in Jbossas with jboss-web.xml

Alexey Loubyansky alexey.loubyansky at redhat.com
Mon Sep 10 17:01:56 EDT 2007


You are using the wrong public id. It should be

<!DOCTYPE jboss-web PUBLIC
     "-//JBoss//DTD Web Application 4.2//EN"
     "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">

not the Web Service Reference.

Alexey

jean-frederic clere wrote:
> Scott M Stark wrote:
>> Its expected if validation is enabled and the dtd cannot be found. Is
>> this under jboss5?
> 
> Yes that is under jboss5.
> And http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd exists
> 
> Cheers
> 
> Jean-Frederic
> 
>> If so, the known dtd registry is not up to date.
>>
>> jean-frederic clere wrote:
>>> Hi,
>>>
>>> I have the following jboss-web.xml:
>>> +++
>>> <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Service Reference 4.2//EN"
>>> "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">
>>>
>>> <jboss-web>
>>>    <!-- Uncomment the security-domain to enable security. You will
>>>       need to edit the htmladaptor login configuration to setup the
>>>       login modules used to authentication users.
>>>       <security-domain>java:/jaas/jmx-console</security-domain>
>>>    -->
>>> </jboss-web>
>>> +++
>>>
>>> It causes the following error:
>>> +++
>>> Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse
>>> source:
>>> vfsfile:/home/jfclere/jbossas_head/build/output/jboss-5.0.0.Beta3/server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml at 3,12
>>>         at
>>> org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:184)
>>>         at
>>> org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:186)
>>>         at
>>> org.jboss.deployers.vfs.spi.deployer.ObjectModelFactoryDeployer.parse(ObjectModelFactoryDeployer.java:120)
>>>         ... 22 more
>>> Caused by: org.xml.sax.SAXException: Element type "jboss-web" must be
>>> declared. @
>>> vfsfile:/home/jfclere/jbossas_head/build/output/jboss-5.0.0.Beta3/server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml[3,12]
>>>         at
>>> org.jboss.xb.binding.parser.sax.SaxJBossXBParser$MetaDataErrorHandler.error(SaxJBossXBParser.java:427)
>>>         at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
>>>         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
>>> Source)
>>>         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
>>> Source)
>>> +++
>>>
>>> Is that normal?
>>>
>>> Cheers
>>>
>>> Jean-Frederic
>>> _______________________________________________
>>> jboss-development mailing list
>>> jboss-development at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jboss-development
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-development
>>
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development



More information about the jboss-development mailing list