[shrinkwrap-issues] [JBoss JIRA] (SHRINKDESC-128) Missing attributes

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Sun Jul 29 03:53:06 EDT 2012


     [ https://issues.jboss.org/browse/SHRINKDESC-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Rubinger resolved SHRINKDESC-128.
----------------------------------------

    Resolution: Done


Upstream: https://github.com/shrinkwrap/descriptors/commit/c83a840215883ab6e35b4aa547ff18b3043b2529
                
> Missing attributes
> ------------------
>
>                 Key: SHRINKDESC-128
>                 URL: https://issues.jboss.org/browse/SHRINKDESC-128
>             Project: ShrinkWrap Descriptors
>          Issue Type: Bug
>          Components: metadata-parser
>    Affects Versions: 2.0.0-alpha-3
>            Reporter: Jesper Pedersen
>            Assignee: Ralf Battenfeld
>             Fix For: 2.0.0-alpha-4
>
>
> The connector XSD defines
> {noformat}
>   <xsd:complexType name="config-propertyType">
>     <xsd:sequence>
>       <xsd:element name="description"
> 		   type="j2ee:descriptionType"
> 		   minOccurs="0"
> 		   maxOccurs="unbounded"/>
>       <xsd:element name="config-property-name"
> 		   type="j2ee:config-property-nameType"/>
>       <xsd:element name="config-property-type"
> 		   type="j2ee:config-property-typeType"/>
>       <xsd:element name="config-property-value"
> 		   type="j2ee:xsdStringType"
> 		   minOccurs="0">
>       </xsd:element>
>     </xsd:sequence>
>     <xsd:attribute name="id" type="xsd:ID"/>
>   </xsd:complexType>
> {noformat}
> However, the metadata parser doesn't generate methods to allow access to "id"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list