Saxon SA

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Saxon SA

Zsolt Czinkos-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Saxon SA

Ryan Puddephatt
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
Software Engineer
 
Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP
 
e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108
w> www.teleflex.com



Zsolt Czinkos wrote:
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: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Saxon SA

Zsolt Czinkos-2
Thanks, Ryan.

Zsolt

On 3/30/07, Ryan Puddephatt <[hidden email]> wrote:
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
Software Engineer
 
Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP
 
e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108
w> <a href="http://www.teleflex.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.teleflex.com



Zsolt Czinkos wrote:
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: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: <a href="http://www.objectweb.org/wws" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.objectweb.org/wws


--
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: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.objectweb.org/wws" target="_blank">http://www.objectweb.org/wws




--
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
Reply | Threaded
Open this post in threaded view
|

Re: Saxon SA

Zsolt Czinkos-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Saxon SA

Ryan Puddephatt
Zsolt,
    Did you restart your server? What are you doing in editPersonView.xpl?

Ryan

Ryan Puddephatt
Software Engineer
 
Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP
 
e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108
w> www.teleflex.com



Zsolt Czinkos wrote:
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: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Saxon SA

Zsolt Czinkos-2
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:
Zsolt,
    Did you restart your server? What are you doing in editPersonView.xpl?

Ryan




--
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