This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: MBean depends on EJB,nickman Feb 17, 2004 9:44 PM (in response to th.krause)Make your MBean deploy in a sar. 
 Make your EJBs deploy in a jar.
 Put both of those in one ear.
 Then deploy the ear.
 The problem is not a dependency issue as such, but rather that there is a missing class, or a class loader issue when it sees mulitple deployed versions of the same class loaded by different class loaders.
 //Nicholas
- 
        2. Re: MBean depends on EJB,th.krause Feb 18, 2004 4:44 AM (in response to th.krause)Thank you! It works. 
 Thomas
 
    