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?
-Marshall