Community
Participate
Working Groups
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13 XPCOMViewer/1.0a1 Build Identifier: The method protected String parseLiteral (String string) in org.eclipse.bpel.xpath10.LiteralExpr returns string.substring(1, string.length()-2), that is not correct. It should be string.substring(1, string.length()-1) Reproducible: Always
Created attachment 146742 [details] Bugfix
reviewed and committed the patch
Comment on attachment 146742 [details] Bugfix Updated iplog flag for v1.0 release review.