This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: ClassNotFoundException with embedded ActiveMQ Broker - misconfigured?davsclaus Aug 9, 2011 3:47 AM (in response to tjhtirol_thomas.haselwanter)Can you try adding to the pom.xml file under dependencies <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> <version>3.5</version> </dependency> 
- 
        2. Re: ClassNotFoundException with embedded ActiveMQ Broker - misconfigured?tjhtirol_thomas.haselwanter Aug 9, 2011 10:29 AM (in response to davsclaus)Hello, thanks for your help - found the mistake meanwhile. I forgot to replace "pom" with "bundle" in the pom.xml - very silly mistake, but after hours of searching I simply couldn't detect the error at first. Again thanks for your help. 
 
    