Building a cache with Talend SOAP webservices

放肆的年华 提交于 2019-12-11 08:45:42

问题


I am trying to build a cache for a SOAP webservice in Talend : an input parameter "reinitCache" can be set to true if the cache has to be rebuilt (like once a day). Otherwise the cache is simply read , and the SOAP response is sent.

Unfortunately, I tried to do this with tHash components, and while it is working well inside the studio, once deployed on Karaf it is not working anymore : around 50% of the time, an error "tHash is not initialized" is risen.. It seems like tHash components are not always accessible.

Is there a safer way to do it ? I also tried with tBuffer without success.

来源:https://stackoverflow.com/questions/39971993/building-a-cache-with-talend-soap-webservices

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!