For all you who are interested in openwire... I have just checked in some changes for the openwire generators. They are now 100% java based. This should make them easier to grok and maintain / refactor.
I have also updated the pom.xml files for all the modules that use openwire generated marshalers so that the marshaller code is generated when you run: mvn antrun:run Since the generators use the java sources of the activemq-core module when generating the marshallers, the default location configured in the pom.xml may not work for you. You may need to set the activemq-core-dir property to the directory location where it is checked out to. For example: mvn antrun:run -Dactivemq-core-dir=../../../activemq/activemq-core -- Regards, Hiram Blog: http://hiramchirino.com
