This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Illegal XPath expression?sunspider Feb 17, 2008 8:24 AM (in response to sunspider)after checking source code, org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager supports one single expression. so I combined them into one using "or". 
 filter.getContent().add("/ns3:ticketsOperationResponse/ns2:ticketsOut/totalPrice>0 or string-length(/ns3:orderOperationResponse/ns2:orderOut/clientID/text())>0");
