Excellent. I'll give this a shot later today or tomorrow. I gave 2.0 a spin the other day, but was met with less-than-success, so I went back to 1.1. This time I'll follow your specific instructions with regard to what's required in the classpath and see if it helps.

What's important for me is this: I want my stuff to be clustered--to me it doesn't make much sense for all of my services to be contained in a single container. That said, I need for the content to be sent between the containers. I *could* send content in the properties of the message (actually, that's what I'm doing as a workaround right now), but then I lose the ability to use things like the XSLT component for content-based routing.

In short, content not being sent across containers is a *HUGE* bug. Show-stopper. Hopefully this 2.0 snapshot will fix everything for me.

One more thing...I see in JIRA that 2.0 is scheduled for a November 7th release. How on target are you for that? No rush...just curious.



Guillaume Nodet wrote:

Hi All !

A snapshot of ServiceMix 2.0 has been deployed at http://dist.codehaus.org/servicemix/jars/servicemix-2.0-SNAPSHOT.jar It includes a number of bug fixes, especially on cluster flow (for Craig) and sendSync on pub/sub (for George).

To use it on a 1.x distribution, you will need to put the jar at the place of the old one (do not forget to remove the old one from the classpath). It works the same way, and you can access the compatibility mode in the following way :
   ..\..\bin\servicemix -v1 servicemix.xml

You will certainly encouter a number of ClassNotFoundException. You will need to add the following jars to the classpath:
   http://dist.codehaus.org/xbean/jars/xbean-spring-2.0-SNAPSHOT.jar
   http://www.ibiblio.org/maven/springframework/jars/spring-1.2.5.jar
http://www.ibiblio.org/maven/backport-util-concurrent/jars/backport-util-concurrent-2.0_01_pd.jar

Do not forget to remove the old spring jar from the classpath too.

Enjoy !

Cheers,
Guillaume Nodet



Reply via email to