Vladimir Cibulka created CAMEL-12720:
----------------------------------------
Summary: Krati implementation does not work properly persistence
after put operation.
Key: CAMEL-12720
URL: https://issues.apache.org/jira/browse/CAMEL-12720
Project: Camel
Issue Type: Bug
Reporter: Vladimir Cibulka
In KratiProducer class
} else {
Object value = getValue(exchange);
//Its required to have only one thread putting stuff there at any
given time per store.
synchronized (endpoint.getPath().intern()) {
dataStore.put(key, value);
{color:#FF0000}dataStore.persist(); {color:#d04437}// Here should
be this{color}{color}
}
}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)