Thanks Norman. Mine is a stand alone service.
JBoss will make sure they get started up when the system comes up.
Does it mean the lifecycle will be managed by JBoss and I need not worry about creating instances ? Do the classes need to implement some interface ?
Suppose I deploy the service and would like the service not to start up next time the server start up, is it possible to do that without actually undeploying the service. Basically the service is deployed and do not want it to start. can this be done? Can I call each MBean a service or is it a set of classes?
I also recd your Xdoclet book, started reading the book. Thanks for writing a great book.
Thanks