--- Anindita Goswami <[EMAIL PROTECTED]> wrote: > I am upgrading my application from oxf v2.6 to 2.7. On > rendering the first xforms page its throwing the following > servlet error: > [Servlet Error]- > [org.orbeon.oxf.processor.xforms.output.XFormsFunctionL > ibrary tried to access method > org/orbeon/saxon/functions/StandardFunction.arg(L > org/orbeon/saxon/functions/StandardFunction$Entry; > ;ILorg/orbeon/saxon/type/ItemType;I)V]: > java.lang.IllegalAccessError: > org.orbeon.oxf.processor.xforms.output.XFormsFunctionLi > brary tried to access method > org/orbeon/saxon/functions/StandardFunction.arg > (Lorg/orbeon/saxon/functions/StandardFunction$Entry;IL > org/orbeon/saxon/type/ItemType;I)V > at at > org.orbeon.oxf.processor.xforms.output.XFormsFunctionLi > brary.<clinit>(XFormsFunctionLibrary.java:63).null > (Unknown Source)
Anindita, Are you still having this problem? The class org/orbeon/saxon/functions/StandardFunction is in saxon-8_1_1_orbeon.jar (not orbeon.jar). From the exception, it looks as if there was mismatch between the version of Presentation Server and Saxon. When upgrading, did you remove all the jar files from your WEB-INF/lib and replaced them with the files in the 2.7 version of orbeon.war? Alex ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
