-
Bug
-
Resolution: Done
-
Minor
-
6.4.0.Final
-
Fixed by described solution - empty conversation id is returned if container is starting.
-
NEW
-
NEW
If Kie server gets a request concerning container while this container is being created then Kie server throws exception shown in attachment.
It is caused by creating conversation ID header, which contains also release id of container, for any request concerning such container. If container is being created at that moment then release id isn't set yet, causing this issue.
Solution could be to return empty conversation ID(if wasn't set in request) until container is fully initialized - is in started state.
- relates to
-
DROOLS-1114 Add ConversationId http header/jms property to allow dynamic routing of requests
- Closed