jboss - Jboss4 inside OSGI -


is possible run jboss 4.2.3 bundle inside osgi container? challenges associated it?

for cares, looking @ running dcm4chee inside osgi.

while not impossible incredibly hard, simpler alternative embed osgi inside jboss, see:

http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html , programmatically start osgi (equinox)? , http://njbartlett.name/2011/03/07/embedding-osgi.html

http://www.dcm4che.org/jira/browse/dcm-308 looks they're adding support make jars valid bundles - couldn't work out dependencies , deploy these osgi framework? osgi has support jmx , jndi.

unless there huge dependencies on jboss' internals, i'd suggest second option, beware of class.forname usage , other non-osgi-friendly code.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -