This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: NoClassDefFoundException with HornetQ Standalone serverjbertram Jul 24, 2012 12:57 PM (in response to buhls)The first thing I recommend you do is upgrade to a later version of HornetQ. Aside from that... The class org.hornetq.api.core.logging.Logger is not shipped in HornetQ 2.2.5 (or any version from what I can tell). However, there is a org.hornetq.core.logging.Logger in hornetq-core-client.jar. The class org.hornetq.api.core.SimpleString is in hornetq-core-client.jar. 
 
    