Prasanth Manchambhatla [
https://community.jboss.org/people/pmancham] created the
discussion
"Re: signal event designed in eclipse does not show up in guvnor oryx designer"
To view the discussion, visit:
https://community.jboss.org/message/647942#647942
--------------------------------------------------------------
This happens for all the process files. I am pasting one of them below
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="Definition"
targetNamespace="
http://www.jboss.org/drools
http://www.jboss.org/drools"
typeLanguage="
http://www.java.com/javaTypes
http://www.java.com/javaTypes"
expressionLanguage="
http://www.mvel.org/2.0
http://www.mvel.org/2.0"
xmlns="
http://www.omg.org/spec/BPMN/20100524/MODEL
http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.omg.org/spec/BPMN/20100524/MODEL
http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"
xmlns:g="
http://www.jboss.org/drools/flow/gpd
http://www.jboss.org/drools/flow/gpd"
xmlns:bpmndi="
http://www.omg.org/spec/BPMN/20100524/DI
http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:dc="
http://www.omg.org/spec/DD/20100524/DC
http://www.omg.org/spec/DD/20100524/DC"
xmlns:di="
http://www.omg.org/spec/DD/20100524/DI
http://www.omg.org/spec/DD/20100524/DI"
xmlns:tns="
http://www.jboss.org/drools
http://www.jboss.org/drools">
<itemDefinition id="_First_Event_ResponseItem"
structureRef="String" />
<process processType="Private" isExecutable="true"
id="com.sample.bpmn.signalEventTest" name="Signal Event Test"
tns:packageName="defaultPackage" >
<!-- process variables -->
<property id="First_Event_Response"
itemSubjectRef="_First_Event_ResponseItem"/>
<!-- nodes -->
<startEvent id="_1" name="StartProcess" />
<intermediateCatchEvent id="_2" name="Signal" >
<dataOutput id="_2_Output" name="event" />
<dataOutputAssociation>
<sourceRef>_2_Output</sourceRef>
<targetRef>First_Event_Response</targetRef>
</dataOutputAssociation>
<outputSet>
<dataOutputRefs>_2_Output</dataOutputRefs>
</outputSet>
<signalEventDefinition signalRef="VsResponse"/>
</intermediateCatchEvent>
<endEvent id="_3" name="End" >
<terminateEventDefinition/>
</endEvent>
<!-- connections -->
<sequenceFlow id="_1-_2" sourceRef="_1"
targetRef="_2" />
<sequenceFlow id="_2-_3" sourceRef="_2"
targetRef="_3" />
</process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="com.sample.bpmn.signalEventTest" >
<bpmndi:BPMNShape bpmnElement="_1" >
<dc:Bounds x="45" y="45" width="48"
height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_2" >
<dc:Bounds x="176" y="74" width="48"
height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_3" >
<dc:Bounds x="315" y="62" width="48"
height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="_1-_2" >
<di:waypoint x="69" y="69" />
<di:waypoint x="200" y="98" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_2-_3" >
<di:waypoint x="200" y="98" />
<di:waypoint x="339" y="86" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
And here is the error-console:
https://community.jboss.org/servlet/JiveServlet/showImage/2-647942-17809/...
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-647942-17...
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/647942#647942]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]