Saxon SQL Extension

Here should go questions about transforming XML with XSLT and FOP.
adrian
Posts: 2850
Joined: Tue May 17, 2005 4:01 pm

Re: Saxon SQL Extension

Post by adrian »

Hi,

It looks like it's not working with the JDBC driver jar specified to Extensions.
Copy mysql-connector-java-5.1.39-bin.jar to Oxygen/lib and restart Oxygen. Although unorthodox, that is the fastest way to get it working.
I'm looking into other options in the mean time.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
arminn
Posts: 5
Joined: Tue May 31, 2016 11:34 am

Re: Saxon SQL Extension

Post by arminn »

Hi Adrian,

It works now. It seems rather strange that it only works when placing the connector in the lib directory. It didn't work when I placed in the lib/connectors directory.

Thanks,

Armin
adrian
Posts: 2850
Joined: Tue May 17, 2005 4:01 pm

Re: Saxon SQL Extension

Post by adrian »

Hi,

The 'lib' directory is in the Java classpath, so all jars found directly there get loaded (it is not recursive). The 'lib/connectors' directory isn't in the classpath. Oxygen loads only the builtin connectors found there and only when they are needed.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply