This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Timer MBean ClasCastException problemadrian.brock Sep 25, 2003 12:24 PM (in response to gcomba)The ServiceLocator pattern doesn't understand redeployment. 
 If you redeploy a shared class you also need to redeploy
 its users.
 Separating the home/remote interfaces in a separate
 jar that does not get redeployed will also solve the problem.
 Regards,
 Adrian
 
    