JBoss Community

Re: signal event designed in eclipse does not show up in guvnor oryx designer

created by Prasanth Manchambhatla in jBPM - View the full discussion

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"

             typeLanguage="http://www.java.com/javaTypes"

             expressionLanguage="http://www.mvel.org/2.0"

             xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"

             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

             xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"

             xmlns:g="http://www.jboss.org/drools/flow/gpd"

             xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"

             xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"

             xmlns:di="http://www.omg.org/spec/DD/20100524/DI"

             xmlns:tns="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/downloadImage/2-647942-17809/450-338/error_console.PNG

Reply to this message by going to Community

Start a new discussion in jBPM at Community