[ 
https://issues.apache.org/jira/browse/ODE-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754148#comment-13754148
 ] 

Hudson commented on ODE-570:
----------------------------

FAILURE: Integrated in ODE-trunk-jdk6 #739 (See 
[https://builds.apache.org/job/ODE-trunk-jdk6/739/])
fixes ODE-570: Integer to string conversion does not work as expected. (vanto: 
rev 609bfcf9b4919def46de3d350faefe921465d7ec)
* dependencies.rb
* 
bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath10/runtime/XPath10ExpressionRuntime.java
fixing a test case, refs ODE-570 (vanto: rev 
6ac86caf6a6fea541ebcee6d059f90b175f0a2d0)
* bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties
adjusting a testcase to properly work with ODE-570 fixed. (vanto: rev 
b09ea8ad789648949275165f92df1ced5682feb2)
* bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/test.properties

                
> Integer to string conversion does not work as expected
> ------------------------------------------------------
>
>                 Key: ODE-570
>                 URL: https://issues.apache.org/jira/browse/ODE-570
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0
>         Environment: N/A
>            Reporter: Serkan Camurcuoglu
>            Assignee: Tammo van Lessen
>            Priority: Minor
>             Fix For: 1.3.6, 1.4
>
>         Attachments: HelloWorld2.zip
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> According to XPath 1.0 specification section 4.2 
> (http://www.w3.org/TR/xpath#section-String-Functions) the string() function 
> should work this way for integers:
> "if the number is an integer, the number is represented in decimal form as a 
> Number with no decimal point and no leading zeros, preceded by a minus sign 
> (-) if the number is negative"
> but for example using the string() function on an integer with value 2 
> results in the string "2.0" which is not correct according to the 
> specification. The result should be the string "2" according to the 
> specification.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to