"alesj" wrote :
| Can you post javadoc?
| Not that I don't trust you, but just lazy to do own lookup. ;-)
|
| public static final int INSTALLED
|
| The bundle is installed but not yet resolved.
|
| A bundle is in the INSTALLED state when it has been installed in the Framework but
is not or cannot be resolved.
|
| This state is visible if the bundle's code dependencies are not resolved. The
Framework may attempt to resolve an INSTALLED bundle's code dependencies and move the
bundle to the RESOLVED state.
|
Should we thrown an Exception instead? From the possible states
(UNINSTALLED,INSTALLED,RESOLVED, STARTING, STOPPING, ACTIVE), INSTALLED seems to be the
default. I was origionally thinking UNINSTALLED, but it is valid only after the Bundle
has been uninstalled.
| public static final int UNINSTALLED
|
| The bundle is uninstalled and may not be used.
|
| The UNINSTALLED state is only visible after a bundle is uninstalled; the bundle is
in an unusable state but references to the Bundle object may still be available and used
for introspection.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131908#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...