Bugs item #1037011, was opened at 2004-09-29 06:51
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1037011&group_id=22866

>Category: JBossMX
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 6
Submitted By: Christer Grimsaeth (chrigri)
Assigned to: Scott M Stark (starksm)
Summary: XPath (jaxen) broken in 3.2.6RC2

Initial Comment:
Hi,

This code fragment does not work in Jboss-3.2.6RC2:

SAXReader reader = new SAXReader();
Document document = reader.read(myURL);
XPath xpathSelector = DocumentHelper.createXPath
(xpathExpr);
Element urlArg = (Element) 
xpathSelector.selectSingleNode(myDocument);


The dom4j.jar file dos not contain the required Jaxen 
classes.

And when i add the jaxen-1.1-beta-4.jar to either jboss-
3.2.6RC2\lib or jboss-3.2.6RC2\server\default\lib folder it 
does not work.

If i move the jaxen class files into the dom4j.jar file then 
it works.

Please add jaxen to the 3.2.6 release so standard XPath 
will work.

--
Christer

----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2004-10-09 09:31

Message:
Logged In: YES 
user_id=175228

The jaxen.jar is included in the jmx bootclasspath now to
address this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1037011&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to