I am developing ServiceMix components, therefore I have ServiceMix installed and running on my development machine (Machine 1). I need to deploy another instance of ServiceMix on another machine (Machine 2) so that other developers are able to communicate with it for their own development, this instance will have all of the same components that I have on my machine. The problem that I am running into is that when I start ServiceMix on Machine 2 and then attempt to start it on Machine 1, I receive errors over and over again. The error is:
Error processing incoming broadcast message Javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -9120448754896609940, local class serialVersionUID = 4418622981026545151 Why am I receiving this exception and how can I fix it? If I just want these two instances to run separately, what do I need to do? Thank you very much for you assistance. Doug
