when I use services from WmPublic.pub.hashtable like the “createHashtable” or “put” Service I get the following message inside the server full_log:
XMLCoder decode invalid data type: java.util.Hashtable.
When I put data into the hashtable this leads to thousands of entries in the server log.
I use wM 8.2.
are you using pub.flow:savePipelineToFile service when the Hashtable variable is in the pipeline?
When IS try to save the pipeline, it will try to encode everything. obviousely Hashtable can’t be properly encoded.
just try to remove the savePipelineToFile service