Ok, I think I''ve found the cause:
(see http://www.saxonica.com/documentation/javadoc/index.html)
I know make sure I only create one, a singleton.
Thanks for helping me zoom in on the problem!
Menzo
|
It is possible to run more than one Saxon Processor concurrently, but only when running completely independent workloads.
Nothing can be shared between Processor instances. Within a query or transformation, all source documents and schemas must
be built using the same Processor, which must also be used to compile the query or stylesheet.
|
(see http://www.saxonica.com/documentation/javadoc/index.html)
I know make sure I only create one, a singleton.
Thanks for helping me zoom in on the problem!
Menzo