Similarly, it also seems like INSTALLED is taken to always be the final state, e.g.
| public ControllerContext getInstalledContext(Object name)
| {
| return getContext(name, ControllerState.INSTALLED);
| }
|
Since INSTALLED has special meaning, if there are states beyond INSTALLED, contexts in
those states would not be reported as being installed. Should I enforce this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263029#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...