Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4172

Karaf must be restarted for pax-jdbc see driver adapters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Not A Problem
    • 4.0.3
    • None
    • karaf
    • 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

          Activity

            People

              gnodet Guillaume Nodet
              ellirael Viktor Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: