Hey, > Hi !! > > Uhuhuh ... how long will it take to do this ? Don't know, but order of magnitude is days :) > Or is there a easy workaround to get a more or less similiar > behavior ? Well, you can invalid any further request to the bean by setting a flag in ejbPassivate. When the bean is passivated because it isn't used for a while, you set this flag, and any subsequent call will check the flag and fail. May it work for you ? Oh, should also work to always throw an exception from ejbActivate instead of the flag above (simpler). In both cases you have to handle the exception on client side. HTH, Simon > > Thanks in advance, > > Frank Marx > > > -- > -------------------------------------------------------------- > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > List Help?: [EMAIL PROTECTED] > -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
