Search found 5 matches

by arminn
Fri Aug 19, 2016 10:06 am
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18132

Re: Saxon SQL Extension

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
by arminn
Wed Aug 17, 2016 4:54 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18132

Re: Saxon SQL Extension

Hi Adrian, Thanks for your help. After following the thread back and glancing over my template, I can't find anything wrong with it. However, I am getting the following error: SXSQ0003: Failed to load JDBC driver com.mysql.jdbc.Driver. I have the connector jar as an extension and it is located in my...
by arminn
Wed Jun 01, 2016 1:29 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18132

Re: Saxon SQL Extension

Thanks Adrian! Getting a new error with the driver, but you helped me progress quite a bit. I will take it from here :D

Regards,

Armin
by arminn
Wed Jun 01, 2016 11:22 am
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18132

Re: Saxon SQL Extension

Thanks Adrian. Do I add the config file also as an extension to my scenario? I added both, the connector and the config file, but I am still getting the same error.

Regards,

Armin
by arminn
Tue May 31, 2016 11:48 am
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18132

Re: Saxon SQL Extension

Hi there, I am new to Oxygen and I was wondering whether someone could outline, where the configuration file needs to be created and where the MySQL connector should reside. So far, I have placed a saxonSqlConfig.xml into /frameworks/xslt/resources/ and the mysql-connector-java-5.1.39-bin.jar is in ...