We have several services that may run if our Configuration Service says the optional service is enabled (most everything depends on Configuration Service).
What's the appropriate action for a non-configured service to avoid running? Do I call stop() in the start() method? Do I throw an exception? Do I stop it earlier in the life cycle before start() is even called? My searches haven't uncovered anything other than the Barrier example, but that doesn't fit the usage model I'm looking at here. Seems like a basic question, so I must be overlooking something in the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939616#3939616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939616 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
