[jboss-dev-forums] [Design of OSGi Integration] - Re: Facade Questions
alesj
do-not-reply at jboss.com
Mon Feb 25 11:19:45 EST 2008
When mapping Controller states to bundle states, you should consider DeploymentStages, since those are probably the one's we're after.
Those mentioned before are POJO centric.
I would do something like this:
ERROR --> UNINSTALLED
NOT_INSTALLED --> INSTALLED (this one looks funny, but it's technically ok :-)
CLASSLOADING --> RESOLVED
REAL --> STARTING / STOPPING
INSTALLED --> ACTIVE
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131924#4131924
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131924
More information about the jboss-dev-forums
mailing list