This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How to auto instantiate SLSB upon server startup?adrian.brock Oct 7, 2003 5:59 PM (in response to klng)You are doing it wrong. 
 An SLSB should not have points of entry that are outside
 the control of the container.
 You should write a notification listener that invokes the SLSB
 through the local interface.
 Redeploying dependent applications has been discussed
 many times before. The mechanism depends upon
 your contraints.
 Keywords to research:
 russian doll
 sar inside ejb jar
 ejb jar inside sar
 LoaderRepository
 ByValueInvokerInterceptor
 UnifiedClassLoader
 ClassCastException
 Regards,
 Adrian
 
    