Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Library not included in the exported OSGI bundle for ESB jar

I'm making a simple scenario with oracle DB components. When jar is deployed on ESB runtime and the rest service is called, it failed with:
java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver cannot be found by...
I checked that ojdbc6.jar is not included in the exported jar lib folder. I tried with manually adding tLibraryLoad component to load the jar, but it still fails with the same missing lib. This sounds like a bug, am I missing something here? Please, help!
I use TOS Version: 6.1.1.
Labels (5)
2 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

Thank you for your quick answer! Indeed I had to search a little better before opening a new topic. The second link contains the answer: 
just add the jar in  ..\Runtime_ESBSE\container\lib\ext folder.