[jboss-dev-forums] [JBoss OSGi Development] - Re: Autostart bundles when deployed in JBossAS
thomas.diesler@jboss.com
do-not-reply at jboss.com
Wed Sep 16 09:54:44 EDT 2009
anonymous wrote :
| I don't think you should wrap and replace the DeployersImpl, that is very hacky.
| You should just extend it and configure your version as the impl to use.
|
In that case I would have to maintain copies of the supported AS configurations
http://jbmuc.dyndns.org:8280/hudson/job/jbossosgi-matrix-jbossmc/7/
in the installer. The installer would overwrite the AS config, which I like to avoid because it would not work with another project installer that uses that same approach.
Could you please comment on this
anonymous wrote :
| Conceptually, there are two passes needed for bundle deployment.
|
| Phase #1: Install bundles (reqstage == DESCRIBE )
|
| Phase #2: Resolve & Start bundles (reqstage == INSTALLED)
|
| Perhaps a callback for when the Phase #1 is done is needed
|
Here is the issue: https://jira.jboss.org/jira/browse/JBDEPLOY-214
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255555#4255555
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255555
More information about the jboss-dev-forums
mailing list