I want to use Oracle Connection Pool in OSGI bundle. I created small test demo.


I embedded the UCP jar using this configuration:
<Embed-Dependency>ojdbc6,ucp;scope=compile|runtime;inline =true</Embed-Dependency>

When I deploy the code I get this error message:

java.lang.NoClassDefFoundError: oracle/ucp/jdbc/PoolDataSourceFactory

https://issues.apache.org/jira/browse/FELIX-4366ucpTest.zip