<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: Instantiating the KnowledgeBase
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/carek">Piotr Tempes</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/599289#599289">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>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:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-xml"><span class="jive-xml-tag"><span>&lt;bpmn2:definitions id="12345" name="" targetNamespace="</span><a class="jive-link-external-small" href="http://www.omg.org/bpmn20" target="_blank">http://www.omg.org/bpmn20</a><span>"&gt;</span></span>
&minus;
<span class="jive-xml-tag">&lt;bpmn2:process id="_18gPMGOeEeC-5r7T89MfkA" name=""&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmn2:startEvent id="_D469B734-5518-46B2-9AEB-C4D2ABFD4E9D" name="Start"&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:outgoing&gt;</span>_4A5065B3-8B33-4B45-A2E0-0D4B589A0558<span class="jive-xml-tag">&lt;/bpmn2:outgoing&gt;</span>
<span class="jive-xml-tag">&lt;/bpmn2:startEvent&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmn2:scriptTask id="_50EEF545-CD3F-487B-BAA1-37DF671E1410" name="Hello World" scriptFormat="Java"&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:incoming&gt;</span>_4A5065B3-8B33-4B45-A2E0-0D4B589A0558<span class="jive-xml-tag">&lt;/bpmn2:incoming&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:outgoing&gt;</span>_EE09B72D-655B-4D1B-A831-25C7E393B4E0<span class="jive-xml-tag">&lt;/bpmn2:outgoing&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:script&gt;</span>System.out.println(<span class="jive-xml-quote">Hello</span>);<span class="jive-xml-tag">&lt;/bpmn2:script&gt;</span>
<span class="jive-xml-tag">&lt;/bpmn2:scriptTask&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:sequenceFlow id="_4A5065B3-8B33-4B45-A2E0-0D4B589A0558" name="" sourceRef="_D469B734-5518-46B2-9AEB-C4D2ABFD4E9D" targetRef="_50EEF545-CD3F-487B-BAA1-37DF671E1410"/&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmn2:endEvent id="_3716BA1C-AF84-4A46-9486-A98B758D2227" name="End"&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:incoming&gt;</span>_EE09B72D-655B-4D1B-A831-25C7E393B4E0<span class="jive-xml-tag">&lt;/bpmn2:incoming&gt;</span>
<span class="jive-xml-tag">&lt;/bpmn2:endEvent&gt;</span>
<span class="jive-xml-tag">&lt;bpmn2:sequenceFlow id="_EE09B72D-655B-4D1B-A831-25C7E393B4E0" name="" sourceRef="_50EEF545-CD3F-487B-BAA1-37DF671E1410" targetRef="_3716BA1C-AF84-4A46-9486-A98B758D2227"/&gt;</span>
<span class="jive-xml-tag">&lt;/bpmn2:process&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNDiagram id="_18g2QGOeEeC-5r7T89MfkA"&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNPlane id="_18g2QWOeEeC-5r7T89MfkA" bpmnElement="_18gPMGOeEeC-5r7T89MfkA"&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNShape id="_18g2QmOeEeC-5r7T89MfkA" bpmnElement="_D469B734-5518-46B2-9AEB-C4D2ABFD4E9D"&gt;</span>
<span class="jive-xml-tag">&lt;dc:Bounds height="30.0" width="30.0" x="385.0" y="183.0"/&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNShape id="_18g2Q2OeEeC-5r7T89MfkA" bpmnElement="_50EEF545-CD3F-487B-BAA1-37DF671E1410"&gt;</span>
<span class="jive-xml-tag">&lt;dc:Bounds height="80.0" width="100.0" x="460.0" y="158.0"/&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNEdge id="_18g2RGOeEeC-5r7T89MfkA" bpmnElement="_4A5065B3-8B33-4B45-A2E0-0D4B589A0558"&gt;</span>
<span class="jive-xml-tag">&lt;di:waypoint xsi:type="dc:Point" x="400.0" y="198.0"/&gt;</span>
<span class="jive-xml-tag">&lt;di:waypoint xsi:type="dc:Point" x="510.0" y="198.0"/&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNEdge&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNShape id="_18g2RWOeEeC-5r7T89MfkA" bpmnElement="_3716BA1C-AF84-4A46-9486-A98B758D2227"&gt;</span>
<span class="jive-xml-tag">&lt;dc:Bounds height="28.0" width="28.0" x="604.0" y="183.0"/&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&minus;
<span class="jive-xml-tag">&lt;bpmndi:BPMNEdge id="_18g2RmOeEeC-5r7T89MfkA" bpmnElement="_EE09B72D-655B-4D1B-A831-25C7E393B4E0"&gt;</span>
<span class="jive-xml-tag">&lt;di:waypoint xsi:type="dc:Point" x="510.0" y="198.0"/&gt;</span>
<span class="jive-xml-tag">&lt;di:waypoint xsi:type="dc:Point" x="618.0" y="197.0"/&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNEdge&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNPlane&gt;</span>
<span class="jive-xml-tag">&lt;/bpmndi:BPMNDiagram&gt;</span>
<span class="jive-xml-tag">&lt;/bpmn2:definitions&gt;</span>
</code></pre></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/599289#599289">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>