[ 
https://issues.apache.org/jira/browse/WSCOMMONS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Pigott closed WSCOMMONS-587.
------------------------------------

    Resolution: Duplicate

Sorry, I thought I was supposed to file in XMLSCHEMA.  I guess they all go to 
the same place?

> XmlSchemaTypeRestriction does not receive XmlSchemaFacets
> ---------------------------------------------------------
>
>                 Key: WSCOMMONS-587
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-587
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: XmlSchema
>    Affects Versions: XmlSchema 2.0
>            Reporter: Michael Pigott
>
> Hello,
>     I originally filed this under 
> https://issues.apache.org/jira/browse/WSCOMMONS-586
>     I'm sorry if there's another issue out for this already, and I missed it. 
>  XmlSchemaSimpleTypeRestriction never receives its facets.  As far as I can 
> tell, it's just because the functionality is missing ...
> The facets are initialized to an empty container in the constructor:
> {code}
>     public XmlSchemaSimpleTypeRestriction() {
>         facets = Collections.synchronizedList(new 
> ArrayList<XmlSchemaFacet>());
> {code}
> }}
> but the only method that uses them is the getter:
> {code}
>     public List<XmlSchemaFacet> getFacets() {
>         return this.facets;
>     }
> {code}
> This is as of XmlSchema 2.1.0, which I pulled down today from Maven Central.  
> I'm happy to dig into this in the coming week; how do I become a committer?
> Thanks,
> Mike



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to