This is a small incompatibility.
The <beans> tag needs to be in the default ("") namespace
or in a spring namespace. You can not write anymore:
 <beans xmlns="http://activemq.org/config/1.0";>
   <broker> ...

but you need to write:
  <beans>
    <broker xmlns="http://activemq...";

or
  <beans xmlns:amq="http://activemq.org/config/1.0>
    <amq:broker ...



On 11/18/06, Bruce Snyder <[EMAIL PROTECTED]> wrote:
On 11/18/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
> You need to upgrade your ActiveMQ to use xbean 2.7.
> Jars are available on public repositories.

I just replaced the spring-1.2.6.jar with the spring-2.0.jar and the
xbean-spring-2.2.jar with the xbean-spring-2.7.jar and now I'm getting
the following error:

ClassNotFoundException: No ClassLoaders found for: beans

I know I've seen this before and fixed it, but ATM I can't recall why
this is happening and what I did to fix it. Guillaume is the XBean
guru, hopefully he can shed some light on the situation. I don't think
I need to compile ActiveMQ against XBean 2.7, but I can't recall now.

Guillaume, any suggestions?

Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/



--
Cheers,
Guillaume Nodet

Reply via email to