[ http://jira.jboss.com/jira/browse/JBAS-948?page=history ]
     
Adrian Brock closed JBAS-948:
-----------------------------

    Resolution: Won't Fix

> Jaxen-based Applications no longer working wth JBoss >=3.2.4
> ------------------------------------------------------------
>
>          Key: JBAS-948
>          URL: http://jira.jboss.com/jira/browse/JBAS-948
>      Project: JBoss Application Server
>         Type: Bug
>     Versions: JBossAS-3.2.6 Final
>     Reporter: SourceForge User
>     Assignee: Scott M Stark

>
>
> SourceForge Submitter: skulawik .
> Hello,
> I have a lot of applications based on XPath, which uses
> Jaxen for XPath processing. Through JBoss deliveres
> within JBoss 3.2.4 and 4.0 JDom as library, also Jaxen
> will be delivered in an incompatible version to the
> Jaxen-Final. Also the delivered Jaxen version is not
> complete, so generic XPath is no longer working because
> of the classloader as well - Im currently using the
> <lib> element in the applications.xml of my ear.
> Here is a short snipped which will no longer work with
> this versions:
> import org.jaxen.BaseXPath;
> import org.jaxen.dom.DOMXPath;
> public static Iterator findNodes(Node node, String
> xpathquery) {
>               Iterator it = null;
>               try {
>                       BaseXPath expression = new DOMXPath(xpathquery);
>                       it = expression.selectNodes(node).iterator();
>               } catch(Exception exe) { }
>               if(it==null) {
>                       it = new Vector().iterator();
>               }
>               return it;
>       }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to