Re: Source of XPath selectors

2011-01-21 Thread rliguori
Thanks for the info! I created this JIRA issue for an enhancement request of XPath 2.0 support: Add XPath 2.0 support to ActiveMQ https://issues.apache.org/jira/browse/AMQ-3151 Thanks, Robert -- View this message in context: http://activemq.2283324.n4.nabble.com/Source-of-XPath-selectors-tp32

Re: Source of XPath selectors

2011-01-19 Thread Gary Tully
there are no plans at the moment, the use of the Xalan xpath api is plugable and we love contributions :-) - see: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/filter/XPathExpression.java?view=markup For a start, raise an enhancement jira for xpath 2.0

Re: Source of XPath selectors

2011-01-19 Thread rliguori
Great Gary, thanks for the info! Any plans to go to Xalan 2.7.1 or selectively decide between XPath 1.0 (Xalan) and XPath 2.0 (e.g., Saxon)? Also, why don't I see the Xalan JAR under the lib folder/subfolders? Robert -- View this message in context: http://activemq.2283324.n4.nabble.com/Sourc

Re: Source of XPath selectors

2011-01-19 Thread Gary Tully
It requires xalan, trunk currently tests against version 2.6.0 On 18 January 2011 15:38, rliguori wrote: > > Documentation (http://activemq.apache.org/selectors.html) states the > following: > > " Using XPath to filter messages > Apache ActiveMQ also supports XPath based selectors when working wi