The JMS plugin will fail to share changes in styles with the exception (full stack trace as attachement): org.geoserver.catalog.CatalogException: javax.jms.JMSException: Cannot marshal the XStream instance in action
To reproduce the issue: with the JMS plugin enable just change or resubmit any style on a master node.
Correct, I don't see any reason that justify that all the resource is serialized, for what I have seen only the resource name and path are required. I will update my pull request so only a the necessary attributes are send.
Jody Garnett
July 23, 2016 at 12:42 AM
Just prior to the 2.9.x branch we had a run at this since Niels was running into a similar challenge. We were trying to not to serialize resources since they were specific to each node.
Nuno Oliveira
March 17, 2016 at 3:31 PM
Yes correct this is only happening in 2.9.
Andrea Aime
March 17, 2016 at 1:07 PM
This is specific to 2.9 right? I made a demo on 2.8.x only a few days ago where the style got moved just fine?
The JMS plugin will fail to share changes in styles with the exception (full stack trace as attachement):
org.geoserver.catalog.CatalogException: javax.jms.JMSException: Cannot marshal the XStream instance in action
To reproduce the issue: with the JMS plugin enable just change or resubmit any style on a master node.