Skip to content
Snippets Groups Projects
Commit ddf6ed07 authored by Simon Spinner's avatar Simon Spinner
Browse files

Fix JMS behavior extraction.

parent 3b64f6e2
No related branches found
No related tags found
No related merge requests found
......@@ -777,7 +777,7 @@ public class ModelExtractionService extends AgentController implements Service<M
call.setInterfaceRequiringRole(requiringRole);
callAction.setExternalCall(call);
if (isJMSComponent(componentName)) {
if (isJMSComponent(toName(componentName))) {
if (behavior.getBehavior().getActions().isEmpty()) {
ForkAction fork = ServicebehaviorFactory.eINSTANCE.createForkAction();
fork.setWithSynchronizationBarrier(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment