[JIRA] Issue Comment Edited: (JXT-84) XSBoolean missing local name and QName of XSI type
pnsantos@idp.protectnetwork.org (JIRA)
noreply at shibboleth.net
Mon Feb 20 15:27:38 GMT 2012
[ https://issues.shibboleth.net/jira/browse/JXT-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848#comment-13848 ]
pnsantos at idp.protectnetwork.org edited comment on JXT-84 at 2/20/12 3:27 PM:
-----------------------------------------------------------------------------
After further inspection, shouldn't there also be an ObjectProvider (Builder, Impl, Marshaller and Unmarsheller in {{org.opensaml.xml.schema.impl}} and the appropriate entry in {{schema-config.xml}}) for XSBoolean ?
was (Author: pnsantos at idp.protectnetwork.org):
After further inspection, shouldn't there also be an ObjectProvider (Impl, Marshaller and Unmarsheller in {{org.opensaml.xml.schema.impl}} and the appropriate entry in {{schema-config.xml}}) for XSBoolean ?
> XSBoolean missing local name and QName of XSI type
> --------------------------------------------------
>
> Key: JXT-84
> URL: https://issues.shibboleth.net/jira/browse/JXT-84
> Project: XMLTooling - Java
> Issue Type: Bug
> Security Level: Standard(Standard bug, may impact functionality but does not represent a security vulnerability )
> Affects Versions: 1.3.3
> Reporter: pnsantos at idp.protectnetwork.org
> Assignee: Chad La Joie
> Priority: Minor
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> The interface XSBoolean does not define it's local name and QName, i.e. it's missing the folowing statements:
> {code:title=XSBoolean.java}
> (...)
> /** Local name of the XSI type. */
> public static final String TYPE_LOCAL_NAME = "boolean";
>
> /** QName of the XSI type. */
> public static final QName TYPE_NAME = new QName(XMLConstants.XSD_NS, TYPE_LOCAL_NAME, XMLConstants.XSD_PREFIX);
> (...)
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list