Marshall Schor wrote:
Marshall Schor wrote:
The Jar for this is empty (in the maven repo). I think this might be the wrong dependency to include. Any idea what the right one is?

I added activemq-core and activemq-console - that seemed to let startbroker work.

Now spring is complaining: missing class org/apache/xbean/spring/context/impl/URIEditor. I can fix this by dropping the jar in the apache-activemq-5.0.0 lib distr named: xbean-spring-3.2-SNAPSHOT.jar - it appears that activemq in the "optional" dir is depending on a SNAPSHOT. Should startbroker be using this or do I have something not configured properly?

After I do this, the next no-class-def found is "javax/jms/Destination" - any ideas where to find this?
Found this in http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/

Next problem: getting this message:

Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized xbean element mapping: usageManager in namespace http://activemq.org/config/1.0.

I'll commit the fixes so far, and let others (Eddie, Jerry) try to help :-)

-Marshall

Reply via email to