Piotr Tempes [
http://community.jboss.org/people/carek] created the discussion
"Re: Instantiating the KnowledgeBase"
To view the discussion, visit:
http://community.jboss.org/message/599289#599289
--------------------------------------------------------------
yeap it's in defaultPackage, however adding process to any other package and saving it
doesn't change anything... the problem is the same... here's xml:
<bpmn2:definitions id="12345" name=""
targetNamespace="http://www.omg.org/bpmn20">
−
<bpmn2:process id="_18gPMGOeEeC-5r7T89MfkA" name="">
−
<bpmn2:startEvent id="_D469B734-5518-46B2-9AEB-C4D2ABFD4E9D"
name="Start">
<bpmn2:outgoing>_4A5065B3-8B33-4B45-A2E0-0D4B589A0558</bpmn2:outgoing>
</bpmn2:startEvent>
−
<bpmn2:scriptTask id="_50EEF545-CD3F-487B-BAA1-37DF671E1410" name="Hello
World" scriptFormat="Java">
<bpmn2:incoming>_4A5065B3-8B33-4B45-A2E0-0D4B589A0558</bpmn2:incoming>
<bpmn2:outgoing>_EE09B72D-655B-4D1B-A831-25C7E393B4E0</bpmn2:outgoing>
<bpmn2:script>System.out.println(Hello);</bpmn2:script>
</bpmn2:scriptTask>
<bpmn2:sequenceFlow id="_4A5065B3-8B33-4B45-A2E0-0D4B589A0558"
name="" sourceRef="_D469B734-5518-46B2-9AEB-C4D2ABFD4E9D"
targetRef="_50EEF545-CD3F-487B-BAA1-37DF671E1410"/>
−
<bpmn2:endEvent id="_3716BA1C-AF84-4A46-9486-A98B758D2227"
name="End">
<bpmn2:incoming>_EE09B72D-655B-4D1B-A831-25C7E393B4E0</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="_EE09B72D-655B-4D1B-A831-25C7E393B4E0"
name="" sourceRef="_50EEF545-CD3F-487B-BAA1-37DF671E1410"
targetRef="_3716BA1C-AF84-4A46-9486-A98B758D2227"/>
</bpmn2:process>
−
<bpmndi:BPMNDiagram id="_18g2QGOeEeC-5r7T89MfkA">
−
<bpmndi:BPMNPlane id="_18g2QWOeEeC-5r7T89MfkA"
bpmnElement="_18gPMGOeEeC-5r7T89MfkA">
−
<bpmndi:BPMNShape id="_18g2QmOeEeC-5r7T89MfkA"
bpmnElement="_D469B734-5518-46B2-9AEB-C4D2ABFD4E9D">
<dc:Bounds height="30.0" width="30.0" x="385.0"
y="183.0"/>
</bpmndi:BPMNShape>
−
<bpmndi:BPMNShape id="_18g2Q2OeEeC-5r7T89MfkA"
bpmnElement="_50EEF545-CD3F-487B-BAA1-37DF671E1410">
<dc:Bounds height="80.0" width="100.0" x="460.0"
y="158.0"/>
</bpmndi:BPMNShape>
−
<bpmndi:BPMNEdge id="_18g2RGOeEeC-5r7T89MfkA"
bpmnElement="_4A5065B3-8B33-4B45-A2E0-0D4B589A0558">
<di:waypoint xsi:type="dc:Point" x="400.0"
y="198.0"/>
<di:waypoint xsi:type="dc:Point" x="510.0"
y="198.0"/>
</bpmndi:BPMNEdge>
−
<bpmndi:BPMNShape id="_18g2RWOeEeC-5r7T89MfkA"
bpmnElement="_3716BA1C-AF84-4A46-9486-A98B758D2227">
<dc:Bounds height="28.0" width="28.0" x="604.0"
y="183.0"/>
</bpmndi:BPMNShape>
−
<bpmndi:BPMNEdge id="_18g2RmOeEeC-5r7T89MfkA"
bpmnElement="_EE09B72D-655B-4D1B-A831-25C7E393B4E0">
<di:waypoint xsi:type="dc:Point" x="510.0"
y="198.0"/>
<di:waypoint xsi:type="dc:Point" x="618.0"
y="197.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/599289#599289]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]