You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Hasan Muhammad (JIRA)" <tu...@ws.apache.org> on 2006/05/24 15:38:29 UTC

[jira] Created: (TUSCANY-425) The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec

The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec
------------------------------------------------------------------------------------

         Key: TUSCANY-425
         URL: http://issues.apache.org/jira/browse/TUSCANY-425
     Project: Tuscany
        Type: Bug

  Components: Java SDO Implementation  
    Versions: Java-M1    
 Environment: All environments
    Reporter: Hasan Muhammad
    Priority: Critical


According to the SDO specification, when the Xpath expression "@property" is used to find the value of the property, in the SDO layer, "@" has no meaning. Hence it should be ignored and this expression must be resolved to be just "property", and the value returned. But this is not happening, and the whole of the expression is being taken as a the property resulting in a "Not a valid feature" excpetion. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://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-425) The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec

Posted by "Hasan Muhammad (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-425?page=all ]

Hasan Muhammad updated TUSCANY-425:
-----------------------------------

    Attachment: XPathBug_NewFiles.jar

This attachment contains the testcase and resource files.

> The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-425
>          URL: http://issues.apache.org/jira/browse/TUSCANY-425
>      Project: Tuscany
>         Type: Bug

>   Components: Java SDO Implementation
>     Versions: Java-M1
>  Environment: All environments
>     Reporter: Hasan Muhammad
>     Priority: Critical
>  Attachments: XPathBug_NewFiles.jar, xpath_bug.patch
>
> According to the SDO specification, when the Xpath expression "@property" is used to find the value of the property, in the SDO layer, "@" has no meaning. Hence it should be ignored and this expression must be resolved to be just "property", and the value returned. But this is not happening, and the whole of the expression is being taken as a the property resulting in a "Not a valid feature" excpetion. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://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-425) The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec

Posted by "Frank Budinsky (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-425?page=all ]
     
Frank Budinsky resolved TUSCANY-425:
------------------------------------

    Resolution: Fixed

Fixed in revision 409180.

> The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-425
>          URL: http://issues.apache.org/jira/browse/TUSCANY-425
>      Project: Tuscany
>         Type: Bug

>   Components: Java SDO Implementation
>     Versions: Java-M1
>  Environment: All environments
>     Reporter: Hasan Muhammad
>     Priority: Critical
>  Attachments: XPathBug_NewFiles.jar, xpath_bug.patch
>
> According to the SDO specification, when the Xpath expression "@property" is used to find the value of the property, in the SDO layer, "@" has no meaning. Hence it should be ignored and this expression must be resolved to be just "property", and the value returned. But this is not happening, and the whole of the expression is being taken as a the property resulting in a "Not a valid feature" excpetion. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://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-425) The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec

Posted by "Hasan Muhammad (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-425?page=all ]

Hasan Muhammad updated TUSCANY-425:
-----------------------------------

    Attachment: xpath_bug.patch

The fix is in DataObjectUtil class where the XPath is being processed

> The conversion for Xpath "@Property" is not being resolved to "Property" as per Spec
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-425
>          URL: http://issues.apache.org/jira/browse/TUSCANY-425
>      Project: Tuscany
>         Type: Bug

>   Components: Java SDO Implementation
>     Versions: Java-M1
>  Environment: All environments
>     Reporter: Hasan Muhammad
>     Priority: Critical
>  Attachments: XPathBug_NewFiles.jar, xpath_bug.patch
>
> According to the SDO specification, when the Xpath expression "@property" is used to find the value of the property, in the SDO layer, "@" has no meaning. Hence it should be ignored and this expression must be resolved to be just "property", and the value returned. But this is not happening, and the whole of the expression is being taken as a the property resulting in a "Not a valid feature" excpetion. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://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