This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Dynamic change of interceptorsadrian.brock Oct 30, 2003 10:20 AM (in response to kristoeffy)That is not currently supported. 
 The interceptors are per container not per instance.
 The interceptors have a lifecycle that is invoked during
 deploy/undeploy.
 There's nothing to stop you writing this feature yourself.
 Regards,
 Adrian
- 
        2. Re: Dynamic change of interceptorskristoeffy Oct 31, 2003 2:48 AM (in response to kristoeffy)Hmm, I really think about that. 
 I'm a student and haven't done changes to anything so big as JBoss.
 Could you give me a starting point, where I would have to do that change?
 (The Class, MBean, ... ?)
 [ I do have the JBoss documentation, so you can reference to it, too. ]
 Thanx, Christoph
- 
        3. Re: Dynamic change of interceptorsadrian.brock Oct 31, 2003 6:22 AM (in response to kristoeffy)org.jboss.ejb.EjbModule 
 org.jboss.ejb.Container
 Regards,
 Adrian
 
    