Bugs item #1037011, was opened at 2004-09-29 15:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1037011&group_id=22866
Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Christer Grimsaeth (chrigri) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- 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
