Details
-
Type:
Sub-task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.2.0-alpha-1
-
Component/s: gen
-
Labels:None
Description
Presently we need to use some hardcoding to adjust for schemas that define data types in "simpleContent". For instance:
"<xsl:if test="count(xsd:sequence/xsd:any) = 1 or $complexTypeName='faces-config-valueType' or $complexTypeName='credential-interfaceType'">"
..at the time of this writing, this is referenced:
https://github.com/shrinkwrap/descriptors/blob/SHRINKDESC-54/gen/src/main/resources/xslt/metadata.xsl#L327
Fix the XSL docs to be agnostic to handle all types.
To generate connector 1.5 should work now