Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JTDS Driver not included in .kar

Hi, maybe I missed something in the documentation... but...

I have a route with a cTalendJob. If that job has a tDBOutput configured to use MySQL, when the .kar is deploayd everything works fine (infact the mysql driver in included in the job .jar). If I change the component tDBOutput to SqlServer using JTDS, the driver is not included in the .kar hence a class not found is raised.

 

I could image it is a licensing problem (even is the job built as standalone contains everything). 

 

How should this issue solved? I've even tried to install the driver as a bundle, but the whole job is not configured to use a datasource, just the driver directly.

 

Thank you, Stefano.

Labels (4)
1 Reply
Anonymous
Not applicable
Author

A little update: is the jdts driver is added to the jre ext libraries, it seems to work. Now the question is: is this a correct approach?