Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Problem
-
4.0.3
-
None
-
None
-
Windows 7 version 6.1 x64
Java 1.7.0_80 x64
Description
I made some tests with DataSourceFactory being visible by pax-jdbc. Here is the results:
Karaf must be restarted for pax-jdbc see my adapters. It doesn't matter i install my adapters after Karaf restart or before. It doesn't matter how I register my services via blueprint or by activator. I install my adapters via bundle:install mvn: wrap command.
When I install build-in pax-jdbc adapter features everything works fine.
How to reproduce:
1. build simple driver adapter: http://www.lorien.biz/karaf/test2.zip
2. run clear Karaf 4.0.3
3. run script (please, do not modify, run as is):
feature:install -v eventadmin;
feature:install -v http-whiteboard;
feature:install -v jdbc;
feature:install -v pax-jdbc-pool-dbcp2/0.7.0;
feature:install -v eclipselink/2.6.0;
feature:install -v jpa/2.2.0;
bundle:install -s mvn:org.postgresql/postgresql/9.4-1200-jdbc41;
bundle:install -s mvn:postgres/test2;
4. type ds-factories
you will see empty list
5. type service:list DataSourceFactory
you will see some factories registered
6. restart karaf and type ds-factories
you will see factories appeared
It is strange but 0.7.0 marked as unreleased version here in Jira.
Attachments
Issue Links
- is related to
-
ARIES-1469 JPA container should not embed spec packages
- Resolved