I am writing an query extension that accepts an XML object and returns an XML object. I need to be able to parse the XML that comes in the input parameter. I assumed that at least JDOM would be in the classpath, so I tried to use JDOM to do the parsing. But, I am getting the error: INOSXE7114: Java error: java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder.
How do I include external jars in the classpath of sxs?
If possible, I’d like to use a different DOM library than JDOM, but at this point anything would suffice.
Thanks!
-Patrick
Hello Patrick
As the documentation says (Tamino Server Extension → Administrating Tamino Server Extensions → Installing a Server Extension)
By the way, in the next version of Tamino it should be easier to change the class path by some administration commands.
Regards
Julius Geppert
In my searching of the documentation, I somehow overlooked that paragraph.
Thanks for your help!
-Patrick