Hi all, I think it is since the patches for https://issues.apache.org/jira/browse/AMQ-6013 that I can no longer send STOMP messages with transformation:jms-map-xml. All I get is transformation-error:com/thoughtworks/xstream/security/NoTypePermission. The same message went through just fine with older versions of ActiveMQ. I hope it's just a matter of providing the right setting for org.apache.activemq.SERIALIZABLE_PACKAGES, as described in https://issues.apache.org/jira/browse/AMQ-6013, however I cannot figure out what that would be. Map is in java.util, which is activated by default, org.apache.activemq.command.ActiveMQMapMessage doesn't work, …
My input is <map><entry><string>key</string><string>value</string></entry></map>, and the output should be an ActiveMQMapMessage. What do I have to configure? Thanks, Frank -- View this message in context: http://activemq.2283324.n4.nabble.com/transformation-jms-map-xml-results-in-NoTypePermission-tp4724927.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
