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.
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.