This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: post-deployment initializationadrian.brock Sep 16, 2003 6:31 PM (in response to vjha)The normal j2ee hack is to write a servlet which 
 is loaded at startup. You then do the work in init()
 The jboss mechanism is to add an MBean which
 depends upon the ejb-jar deployment.
 This has been mentioned quite a few times in the past,
 use search.
 Regards,
 Adrian
 
    