Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.2.0-alpha-2
-
Component/s: None
-
Labels:None
Description
As Remy notes, we'll need support for JBoss-specific vendor extensions in jboss-web.xml. Model this in a Descriptor.
I successfully generated the jbosswebDescriptor for jboss-common_6_0.xsd. I will add the one for jboss-web_5_1.xsd, if you don't mind.
Note, I had a little problem with xdd:stripNumbersFromString. The function is applied not only for the descriptor names. The method names are as well stripped from contatining any numbers. So far, no methods name has included a number but jboss-common_6_0.xsd does. The attribute 'java2ClassLoadingCompliance' is now 'javaClassLoadingCompliance'.
To change this is a little bigger effort, I guess. Let me know what you think. At the moment, I leave it as it is.