Re: Thoughts on restructuring

2006-07-12 Thread Terry Cox
To add my bit to this idea. I am discovering that in order to develop components, you end up with lots of dependencies back into the ServiceMix project, most especially if you wish to be able to run unit tests that instantiate a container in order to test components. This in turn means that the

[jira] Created: (SM-486) MessagePropertySetter

2006-07-12 Thread Ramon Buckland (JIRA)
MessagePropertySetter - Key: SM-486 URL: https://issues.apache.org/activemq/browse/SM-486 Project: ServiceMix Type: New Feature Components: servicemix-components Versions: 3.0 Reporter: Ramon Buckland Priority: Minor Attachme

New Helper Component - MessagePropertySetter

2006-07-12 Thread Ramon Buckland
Hi Peoples, ref: http://issues.apache.org/activemq/browse/SM-486 (has the attached code) A while back now I created this TransformComponentSupport based Component which assists in loading properties from XML config, and setting them on JBI properties as the message goes through. It's a little

Re: New Helper Component - MessagePropertySetter

2006-07-12 Thread Ramon Buckland
Ramon Buckland wrote: A while back now I created this TransformComponentSupport based Component which assists in loading properties from XML config, and setting them on JBI properties as the message goes through. Forgot to add that the ZIP in Jira has a decent set of testcases for it, and the