Menu

#6 Add support for Xalan 2.7

open
None
5
2007-05-28
2007-02-06
sappenin
No

The current release of OpenXRI supports Xalan 2.6. However, as of Xalan 2.7, the class org/apache/xpath/compiler/FuncLoader has been moved (or possibly eliminated?). Thus, when I try to use OpenXRI on a server like JBoss 4.0.4+, where the default Xalan is 2.7, I get the following error:

Caused by: java.lang.NoClassDefFoundError: org/apache/xpath/compiler/FuncLoader
at org.openxri.xml.XRD.<clinit>(XRD.java:108)

I downloaded the XRI code from CVS, replaced the Xalan and xmlsec jars, recompiled (with no code changes except commenting out 1 exception catch that is no longer thrown), and everything compiled fine. Plus, it works on JBoss now.

What are the chances of migrating OpenXRI to Xalan 2.7?

Thanks!

David

Discussion

  • Bill Barnhill, Communitivity

    • assigned_to: nobody --> gwalcharian
     
  • Bill Barnhill, Communitivity

    Logged In: YES
    user_id=1773337
    Originator: NO

    I will check on this and make the update if it hasn't already been done.

     
  • Bill Barnhill, Communitivity

    • status: open --> pending
     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539
    Originator: NO

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending --> closed
     
  • sappenin

    sappenin - 2007-05-28
    • status: closed --> open
     
  • sappenin

    sappenin - 2007-05-28

    Logged In: YES
    user_id=1127772
    Originator: YES

    re-opening.

     

Log in to post a comment.