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

Re: Source of XPath selectors

2011-01-19 Thread Gary Tully
ively 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/Source-of-XPath-selectors-tp3221333p322

Re: Source of XPath selectors

2011-01-19 Thread rliguori
e.com/Source-of-XPath-selectors-tp3221333p3225430.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Source of XPath selectors

2011-01-19 Thread Gary Tully
xon, etc... I didn't see an XPath library in the libs folder > or subfolders. > > Thanks! > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Source-of-XPath-selectors-tp3221333p3221333.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- http://blog.garytully.com http://fusesource.com

Source of XPath selectors

2011-01-18 Thread rliguori
lang=''eng'']' " Is this in support of XPath 1.0 or XPath 2.0 also what library supports this? Xalan, Saxon, etc... I didn't see an XPath library in the libs folder or subfolders. Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.co

Re: ActiveMQ - XPATH Selectors - Unable to make it work

2009-01-26 Thread Jagath
Thanks Dejan. Here's the JIRA issue link. https://issues.apache.org/activemq/browse/AMQ-2084 ActiveMQ - XPATH Selectors - Unable to make it work Thanks and Regards, Jagath Dejan Bosanac wrote: > > Hi, > > can you raise a Jira issue with this test attached, so we can

Re: ActiveMQ - XPATH Selectors - Unable to make it work

2009-01-26 Thread Dejan Bosanac
essage if you don't have selector? > > > > Cheers > > -- > > Dejan Bosanac > > > > > http://www.nabble.com/file/p21628498/TestXPathSelectors.java > TestXPathSelectors.java > -- > View this message in context: > http://www.nabble.com/ActiveMQ---XPATH-Selectors---Unable-to-make-it-work-tp21610375p21628498.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Re: ActiveMQ - XPATH Selectors - Unable to make it work

2009-01-23 Thread Jagath
t; > http://www.nabble.com/file/p21628498/TestXPathSelectors.java TestXPathSelectors.java -- View this message in context: http://www.nabble.com/ActiveMQ---XPATH-Selectors---Unable-to-make-it-work-tp21610375p21628498.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ - XPATH Selectors - Unable to make it work

2009-01-23 Thread Dejan Bosanac
http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Jan 22, 2009 at 7:36 PM, Jagath wrote: > > Hi, > > I am using ActiveMQ 5.2. I am unable to make use of XPATH selectors. > > Sample XML message: lang='en'>ABC > Topic where message is poste

ActiveMQ - XPATH Selectors - Unable to make it work

2009-01-22 Thread Jagath
Hi, I am using ActiveMQ 5.2. I am unable to make use of XPATH selectors. Sample XML message: ABC Topic where message is posted: VirtualTopic.TestXpath Queue where message is listened to: Consumer.Sample.VirtualTopic.TestXpath XPATH selector specified: XPATH '//books//bo...@lang

Re: XPATH selectors?

2007-12-01 Thread cd
.apache.xpath.CachedXPathAPI class. > > Joe > > > -- View this message in context: http://www.nabble.com/XPATH-selectors--tf4894769s2354.html#a14106578 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: XPATH selectors?

2007-11-30 Thread ttmdev
is > failing with a NoClassDefFoundError on org/apache/xpath/CachedXPathAPI > -- View this message in context: http://www.nabble.com/XPATH-selectors--tf4894769s2354.html#a14089869 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: XPATH selectors?

2007-11-29 Thread cd
more progress: the problem is in the XalanXPathEvaluator class evaluate(string) method. The creation of the CachedXPathAPI class is failing with a NoClassDefFoundError on org/apache/xpath/CachedXPathAPI -- View this message in context: http://www.nabble.com/XPATH-selectors--tf4894769s2354

Re: XPATH selectors?

2007-11-29 Thread cd
ok, think i'm getting somewhere slowly. Just d/l the source package for amq 4.1.1 release and the SelectorParser file is missing. Still trying to figure out what's up. -- View this message in context: http://www.nabble.com/XPATH-selectors--tf4894769s2354.html#a14031521 Sent from th

XPATH selectors?

2007-11-28 Thread cd
7;]' XPATH '//testNode1[. = ''Bart'']' XPATH '/testRoot/testNode1[text() = ''Bart'']' and probably a million more :) thank you *very* much for your time reading all of this, cd -- View this message in context: http://www.nabble.com/XPATH-selectors--tf4894769s2354.html#a14018321 Sent from the ActiveMQ - User mailing list archive at Nabble.com.