This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: deployment fails with classcastexceptionnavjeetc Jul 10, 2002 10:49 AM (in response to navjeetc)The lst line should read: 
 eturn (com.mypc.logging.Logger)Category.getInstance(name, factory);
- 
        2. Re: deployment fails with classcastexceptionnavjeetc Jul 23, 2002 6:11 PM (in response to navjeetc)The problem was resolved by renaming Logger class and also changing all references (painful process) to it. 
 --Navjeet
- 
        3. Re: deployment fails with classcastexceptionswin Jul 23, 2002 7:06 PM (in response to navjeetc)Probably you have the Logger class in the Classpath twice? 
 Have you deployed it separately to your .ear ?
 I've seen this when you've tried lots of things to get it working and haven't cleaned up properly. Try installing on a
 clean JBoss install
 
    