Menu

#10 Integration test for OSGi

open
nobody
Tests (7)
5
2011-04-05
2011-04-05
No

Create an integration test which verifies the OSGi descriptors by running some tests in an OSGi environment (e.g. Felix or Equinox).

Should we run all tests in the OSGi container (again)? On one hand, it is unnecessary, because it can be assumed that nearly all things behave the same inside OSGi as before in a non-OSGi environment. On the other hand, some things definitely work differently - especially class-loading. Maybe the best would thus be to have specific tests for the OSGi environment instead of simply running all the (other) tests again. This would save time and allow to check for certain situations that only cause trouble in OSGi (e.g. the model classes being spread over multiple OSGi bundles).

Discussion

  • Andy Jefferson

    Andy Jefferson - 2011-05-24

    Known issue with the MANIFEST.MF generated for org.cumulus4j.store where it has
    Import-Package: javax.jdo;version="[3.1,4)", ...

    The version range is basically wrong, and the felix-bundle plugin likely is the culprit; reported on felix-user mailing list, no response thus far.

     
  • Andy Jefferson

    Andy Jefferson - 2011-05-25

    Maven bundle plugin trackable via https://issues.apache.org/jira/browse/FELIX-2972

     
  • Andy Jefferson

    Andy Jefferson - 2011-05-25

    There seems to be an amount of usage of Class.forName(), certainly in o.c.store.crypto.keymanager.*. This *may* need changing for OSGi deployment to work successfully

     

Log in to post a comment.