Hello again,
How can I use Saxon SA with Orbeon 3.5? I couldn't find anything in the doc. Replacing saxon jar does not work. Thanks Zsolt -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Zsolt,
Don't replace the saxon jar, it is needed and adapted for Orbeon. Instead add the saxon-sa jar, there are already some saxon-sa processors in Orbeon namely oxf:saxon8sa and oxf:unsafe-saxon8sa (for external functions) HTH Ryan
Ryan Puddephatt Zsolt Czinkos wrote: Hello again, -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Thanks, Ryan.
Zsolt On 3/30/07, Ryan Puddephatt <[hidden email]> wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
I copied the saxon8sa.jar into the WEB-iNF/lib directory. I have the license file in the WEB-INF/classes.
I use oxf:unsafe-saxon8sa processor. I got this error: 2007-03-30 12:25:47,166 http-9006-Processor24 ERROR webapp.ProcessorService - Exception at oxf:/edit/editPersonView.xpl, line -1, column -1 java.lang.NoSuchMethodException: net.sf.saxon.Controller.makeMessageEmitter() at java.lang.Class.getMethod(Class.java:1581) at org.orbeon.oxf.processor.transformer.xslt.XSLTTransformer$1.readImpl(XSLTTransformer.java:140) at org.orbeon.oxf.processor.ProcessorImpl$6.read(ProcessorImpl.java:1012) at org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read (ProcessorImpl.java:1195) at org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:348) at org.orbeon.oxf.processor.pipeline.PipelineProcessor.access$000(PipelineProcessor.java:66) at org.orbeon.oxf.processor.pipeline.PipelineProcessor$2.run(PipelineProcessor.java:96) at org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:536) at org.orbeon.oxf.processor.pipeline.PipelineProcessor.access$100 (PipelineProcessor.java:66) at org.orbeon.oxf.processor.pipeline.PipelineProcessor$1.readImpl(PipelineProcessor.java:94) at org.orbeon.oxf.processor.ProcessorImpl$6.read(ProcessorImpl.java:1012) at org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1195) at org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:348) ... ... I downloaded saxon 8.9. Any hint? Zsolt -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Zsolt,
Did you restart your server? What are you doing in editPersonView.xpl? Ryan
Ryan Puddephatt Zsolt Czinkos wrote: I copied the saxon8sa.jar into the WEB-iNF/lib directory. I have the license file in the WEB-INF/classes. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi
Yes, I restarted the server. This XPL is quite complex (I inherited it), so I'll debug it with a simplified xslt. (I got the same error for other XSLT-s, as well). Thanks, Zsolt On 3/30/07, Ryan Puddephatt <[hidden email]> wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |