Title says it all. This is my workaround and unfortunately no luck from my end on this. Having these 2 jar files from db2:
- db2jcc.jar
- db2jcc_license_cu.jar
Tried putting them in Websphere variables by locating there path, added them in the Classpath textarea during the creation of JDBC(both using the websphere variable and its absolute path from those jar files) but still, WAS not picking these jar files whenever I check them in Troubleshooting > Class loader view.
I manually added them in the AppServer/lib/ext and WAS can pick them up but, I dont want to do this because this solution exposes to other profiles. I want to utilize the Websphere variable function here in WAS.
Any help is very much appreciated.