Custom Refactoring Operations and using XSLT Java extensions

Hi, I'm writing Custom Refactoring Operation in XSLT. XSLT code uses Java library for accessing image metadata. When I run transformation locally everything works as expected as long as I add corresponding .jar file as an extension in transformation scenario. However when I bundle this transformation as a refactoring operation inside framework I'm getting the following error message when operation is invoked "Errors were reported during stylesheet compilation". I suppose that this is caused by missig .jar file to which XSLT code makes calls. I've tried to add this .jar into classpath in "Document Type Associations" on "Classpath" but this hasn't resolved the problem. Where it is possible to register additional .jar files to be used by refactoring operation implemented in XSLT? Many thanks in advance, Jirka -- ------------------------------------------------------------------ Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz ------------------------------------------------------------------ Professional XML and Web consulting and training services DocBook/DITA customization, custom XSLT/XSL-FO document processing ------------------------------------------------------------------ Bringing you XML Prague conference http://xmlprague.cz ------------------------------------------------------------------
participants (1)
-
Jirka Kosek