Community
Participate
Working Groups
Build Identifier: 20100617-1415 Valid expression such as: <condition>starts-with($purchaseOrder.purchaseOrder/po:orderDescription, 'OrderVal')</condition> are incorrectly reported as errors. Workaround is to change the expression to use an equality operator like so: <condition>starts-with($purchaseOrder.purchaseOrder/po:orderDescription, 'OrderVal') = true()</condition> Reproducible: Always Steps to Reproduce: 1. create "if" 2. insert a function that returns bool in the condition 3. see the error msg
Created attachment 174884 [details] path for XPathValidator.java
https://jira.jboss.org/browse/JBIDE-5999
apply and test the patch from Bob
Comment on attachment 174884 [details] path for XPathValidator.java Updated iplog flag for v1.0 release review.