[jboss-dev-forums] [Design of OSGi Integration] - Re: OSGI/MC General

thomas.diesler@jboss.com do-not-reply at jboss.com
Fri Aug 21 06:39:35 EDT 2009


Adrian, thanks for this work. 

I updated the osgi version to r4v42 and will now try to add an implementation of the Framework launch API

https://www.osgi.org/members/build/r4v42-core-spec-final/osgi.companion/generated/javadoc/org/osgi/framework/launch/package-frame.html

This will then allow me to plugin this OSGi framework implementation with our hudson QA environment and run the existing tests not only against felix & equinox, but also this framework impl.

When this is done I can setup the osgi TCK.

Please note, that Filters now behave differently. When running the test, you should see


  | Running org.jboss.test.osgi.filter.test.FrameworkUtilFilterUnitTestCase
  | FIXME: verify: Invalid (*=b)
  | FIXME: verify: NoMatch (a=)
  | FIXME: verify: NoMatch (a<= 2)
  | FIXME: verify: NoMatch (a<=2 )
  | FIXME: verify: NumberFormatException (a<= )
  | FIXME: verify: NoMatch (a>= 0)
  | FIXME: verify: NoMatch (a>=0 )
  | FIXME: verify: NumberFormatException (a>= )
  | Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
  | Running org.jboss.test.osgi.filter.test.BundleContextFilterUnitTestCase
  | FIXME: verify: Invalid (*=b)
  | FIXME: verify: NoMatch (a=)
  | FIXME: verify: NoMatch (a<= 2)
  | FIXME: verify: NoMatch (a<=2 )
  | FIXME: verify: NumberFormatException (a<= )
  | FIXME: verify: NoMatch (a>= 0)
  | FIXME: verify: NoMatch (a>=0 )
  | FIXME: verify: NumberFormatException (a>= )
  | Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 sec
  | 


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250847#4250847

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250847



More information about the jboss-dev-forums mailing list