Community
Participate
Working Groups
Build Identifier: 20100617-1415 Setting either a Date or Duration literal expression in a WAIT activity fails validation. No known workaround. Reproducible: Always Steps to Reproduce: 1. Create a WAIT activity 2. Set the Expression Language to "Same as process" and Expression Type to "Literal" 3. save file and switch to Problems view
Created attachment 174894 [details] patch for XPathValidator.java LiteralExpr's are UnaryExpr's first: need to extract the Literal expression from the Unary expression in checkDurationExpression() and checkLiteralExpression()
https://jira.jboss.org/browse/JBIDE-5336
apply and test the patch from Bob
Comment on attachment 174894 [details] patch for XPathValidator.java Updated iplog flag for v1.0 release review.