You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Yang ZHONG (JIRA)" <tu...@ws.apache.org> on 2007/01/12 02:06:27 UTC

[jira] Created: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options

Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options
---------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-1049
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1049
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SDO Implementation
    Affects Versions: Java-Mx
            Reporter: Yang ZHONG
             Fix For: Java-Mx


Currently, XMLStreamHelper#loadObject only supports qualified/global elements, because Type is required to parse XML.
However, Type may also be available for unqualified/local elements such as xsi:type and user input.

I'm working on Change Summary StAX deserializing, which needs to load deleted Data Objects.
Thanks to Frank for recommending XMLStreamHelper#loadObject.
However, the elements may be unqualified/local which may have xsi:type and I know the Type even if no xsi:type.

I'm attaching the prototype to enable XMLStreamHelper#loadObject for unqualified/local elements.
It enables XMLStreamHelper#loadObject & XMLDocumentImpl#load for options BTW.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options

Posted by "Yang ZHONG (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468494 ] 

Yang ZHONG commented on TUSCANY-1049:
-------------------------------------

Since this and http://issues.apache.org/jira/browse/TUSCANY-1082
share same file, the prototype has been inlcuded within 1082.

> Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1049
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1049
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SDO Implementation
>    Affects Versions: Java-SCA-Mx
>            Reporter: Yang ZHONG
>             Fix For: Java-SDO-Mx
>
>         Attachments: prototype.1049
>
>
> Currently, XMLStreamHelper#loadObject only supports qualified/global elements, because Type is required to parse XML.
> However, Type may also be available for unqualified/local elements such as xsi:type and user input.
> I'm working on Change Summary StAX deserializing, which needs to load deleted Data Objects.
> Thanks to Frank for recommending XMLStreamHelper#loadObject.
> However, the elements may be unqualified/local which may have xsi:type and I know the Type even if no xsi:type.
> I'm attaching the prototype to enable XMLStreamHelper#loadObject for unqualified/local elements.
> It enables XMLStreamHelper#loadObject & XMLDocumentImpl#load for options BTW.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options

Posted by "Yang ZHONG (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464074 ] 

Yang ZHONG commented on TUSCANY-1049:
-------------------------------------

This improvement may help http://issues.apache.org/jira/browse/TUSCANY-917
without the side effect of demand-creating non-defined global properties.

> Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1049
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1049
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SDO Implementation
>    Affects Versions: Java-Mx
>            Reporter: Yang ZHONG
>             Fix For: Java-Mx
>
>         Attachments: prototype.1049
>
>
> Currently, XMLStreamHelper#loadObject only supports qualified/global elements, because Type is required to parse XML.
> However, Type may also be available for unqualified/local elements such as xsi:type and user input.
> I'm working on Change Summary StAX deserializing, which needs to load deleted Data Objects.
> Thanks to Frank for recommending XMLStreamHelper#loadObject.
> However, the elements may be unqualified/local which may have xsi:type and I know the Type even if no xsi:type.
> I'm attaching the prototype to enable XMLStreamHelper#loadObject for unqualified/local elements.
> It enables XMLStreamHelper#loadObject & XMLDocumentImpl#load for options BTW.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options

Posted by "Yang ZHONG (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yang ZHONG updated TUSCANY-1049:
--------------------------------

    Attachment: prototype.1049

> Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1049
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1049
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SDO Implementation
>    Affects Versions: Java-Mx
>            Reporter: Yang ZHONG
>             Fix For: Java-Mx
>
>         Attachments: prototype.1049
>
>
> Currently, XMLStreamHelper#loadObject only supports qualified/global elements, because Type is required to parse XML.
> However, Type may also be available for unqualified/local elements such as xsi:type and user input.
> I'm working on Change Summary StAX deserializing, which needs to load deleted Data Objects.
> Thanks to Frank for recommending XMLStreamHelper#loadObject.
> However, the elements may be unqualified/local which may have xsi:type and I know the Type even if no xsi:type.
> I'm attaching the prototype to enable XMLStreamHelper#loadObject for unqualified/local elements.
> It enables XMLStreamHelper#loadObject & XMLDocumentImpl#load for options BTW.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options

Posted by "Frank Budinsky (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Budinsky resolved TUSCANY-1049.
-------------------------------------

    Resolution: Duplicate

This will be fixed along with TUSCANY-1082

> Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject & XMLDocumentImpl#load for options
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1049
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1049
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SDO Implementation
>    Affects Versions: Java-SCA-Mx
>            Reporter: Yang ZHONG
>             Fix For: Java-SDO-Mx
>
>         Attachments: prototype.1049
>
>
> Currently, XMLStreamHelper#loadObject only supports qualified/global elements, because Type is required to parse XML.
> However, Type may also be available for unqualified/local elements such as xsi:type and user input.
> I'm working on Change Summary StAX deserializing, which needs to load deleted Data Objects.
> Thanks to Frank for recommending XMLStreamHelper#loadObject.
> However, the elements may be unqualified/local which may have xsi:type and I know the Type even if no xsi:type.
> I'm attaching the prototype to enable XMLStreamHelper#loadObject for unqualified/local elements.
> It enables XMLStreamHelper#loadObject & XMLDocumentImpl#load for options BTW.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org