Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1178925

Summary: The jboss-web.xml file schema is missing from http://www.jboss.org/j2ee/schema/
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: sgilda
Component: distributionAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: cdewolf, fnasser, jclere, kkhan, pgier, rmaucher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-12 20:55:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1178800, 1178866, 1178875, 1178883, 1178887    

Description sgilda 2015-01-05 16:34:08 UTC
Description of problem:

The jboss-web.xml DTD file is missing from http://www.jboss.org/j2ee/schema/. 

This schema is needed to validate the file when the quickstarts are imported into JBoss Developer Studio.

The file is located in source here: https://github.com/jbossas/jboss-eap/blob/6.x/build/src/main/resources/docs/schema/jboss-as-web_2_2.xsd

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Rémy Maucherat 2015-01-05 17:15:38 UTC
The schemas of EAP are located in build/src/main/resources/docs/schema in the repository. Looking at http://www.jboss.org/j2ee/schema/ there are a lot of schemas that could be uploaded.

Comment 4 sgilda 2015-01-05 17:25:56 UTC
Remy, I didn't see one for jboss-web.xml. Can you specify which one it is?

Comment 5 Rémy Maucherat 2015-01-05 17:43:17 UTC
Ah, right, these ones are in metadata here for web: https://github.com/jboss/metadata/tree/master/web/src/main/resources/schema

Comment 6 sgilda 2015-01-06 13:48:12 UTC
Remy, none of the  contain the new 'enable-websockets' element that is needed to run WebSocket applications.

Comment 7 sgilda 2015-01-06 15:30:57 UTC
I found the file in the JBoss EAP 6.4 distribution here: docs/schema/jboss-web_7_2.xsd

However, I can't find the file in GitHub anywhere. 

Kabir, do you know where that file would be pulled from in the build?

Comment 8 Jean-frederic Clere 2015-01-07 07:56:09 UTC
The file comes from metadata:
https://github.com/jboss/metadata/tree/7.x/web/src/main/resources/schema

Comment 9 sgilda 2015-01-07 14:06:35 UTC
I will take this bug and follow up on it.

Comment 11 sgilda 2015-01-12 18:04:02 UTC
This is now resolved: https://engineering.redhat.com/rt/Ticket/Display.html?id=331836

This is now publicly posted here: http://www.jboss.org/schema/jbossas/jboss-web_7_2.xsd

Marking this verified.