[jboss-dev-forums] [Design of OSGi Integration] - Re: OSGi integration

alesj do-not-reply at jboss.com
Wed Oct 1 05:16:09 EDT 2008


"vickyk" wrote : 
  | So when the osgi bundles would be deployed in the Jboss the Jboss Deployment architecture  will not create the UCL but the osgi style CL for these deployment artifacts(bundles).
  | 
I already does that. ;-)

It's just that currently it's import all / export all.
Unless you have jboss-classloading.xml present,
with more exact requirements / capabilities.

As you can see, I already wrote deployers
that do the following transformations:
manifest.mf (A) --> osgi metadata (B) --> cl metadata (C)

Every step of this transformations needs further testing.
(A) --> (B):
 - is javacc parsing of manifest.mf bullet proof
 - is osgi metadata feature complete
(B) --> (C):
 - do we port all of osgi features to cl metadata
 - check osgi/cl corner cases
...

I've used some of this stuff already here (for C1 demo):
 - http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/osgi/boot/bootstrap-beans.xml

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

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



More information about the jboss-dev-forums mailing list