<!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: Work with complex process variable
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/it-student">it-student</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/609796#609796">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm always trying to use my Project Class in my process. So, I've create my class (package defaultPackage), compiled it and add the jar into Guvnor. In the top of the package page in "Configuration imported types" there is "defautlPackage.Project". In my bpmn I have a variable, Type : "Object", ClasseName: "defaultPackage.Project". The building in Guvnor works but when I start my process in the console an error occure :</p><p>&#160; </p><pre class="jive-pre"><code class="jive-code jive-java">org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: defaultPackage/Project
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>My BPMN :</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">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span> 
<span class="jive-xml-tag"><span>&lt;definitions id="Definition"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; targetNamespace="</span><a class="jive-link-external-small" href="http://www.jboss.org/drools" target="_blank">http://www.jboss.org/drools</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; typeLanguage="</span><a class="jive-link-external-small" href="http://www.java.com/javaTypes" target="_blank">http://www.java.com/javaTypes</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; expressionLanguage="</span><a class="jive-link-external-small" href="http://www.mvel.org/2.0" target="_blank">http://www.mvel.org/2.0</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/MODEL" target="_blank">http://www.omg.org/spec/BPMN/20100524/MODEL</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/MODEL" target="_blank">http://www.omg.org/spec/BPMN/20100524/MODEL</a><span> BPMN20.xsd"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:g="</span><a class="jive-link-external-small" href="http://www.jboss.org/drools/flow/gpd" target="_blank">http://www.jboss.org/drools/flow/gpd</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:bpmndi="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/DI" target="_blank">http://www.omg.org/spec/BPMN/20100524/DI</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:dc="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DC" target="_blank">http://www.omg.org/spec/DD/20100524/DC</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:di="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DI" target="_blank">http://www.omg.org/spec/DD/20100524/DI</a><span>"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:tns="</span><a class="jive-link-external-small" href="http://www.jboss.org/drools" target="_blank">http://www.jboss.org/drools</a><span>"&gt;</span></span>


&#160; <span class="jive-xml-tag">&lt;itemDefinition id="_mapItem" structureRef="java.util.HashMap" /&gt;</span>
&#160; <span class="jive-xml-tag">&lt;itemDefinition id="_quantityItem" structureRef="java.lang.String" /&gt;</span>
&#160; <span class="jive-xml-tag">&lt;itemDefinition id="_projectItem" structureRef="defaultPackage.Project" /&gt;</span>


&#160; <span class="jive-xml-tag">&lt;process processType="Private" isExecutable="true" id="project" name="Project" tns:packageName="defaultPackage" &gt;</span>


&#160;&#160;&#160; <span class="jive-xml-comment">&lt;!-- process variables --&gt;
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;property id="map" itemSubjectRef="_mapItem"/&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;property id="quantity" itemSubjectRef="_quantityItem"/&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;property id="project" itemSubjectRef="_projectItem"/&gt;</span>


&#160;&#160;&#160; &lt;!-- nodes --&gt;
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;startEvent id="_1" name="StartProcess" /&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;endEvent id="_3" name="EndProcess" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;terminateEventDefinition/&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/endEvent&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;userTask id="_4" name="TestTask" &gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;ioSpecification&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInput id="_4_ContentInput" name="Content" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInput id="_4_CommentInput" name="Comment" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInput id="_4_SkippableInput" name="Skippable" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInput id="_4_TaskNameInput" name="TaskName" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInput id="_4_ContentInput" name="Content" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInput id="_4_PriorityInput" name="Priority" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;inputSet&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputRefs&gt;</span>_4_ContentInput<span class="jive-xml-tag">&lt;/dataInputRefs&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputRefs&gt;</span>_4_CommentInput<span class="jive-xml-tag">&lt;/dataInputRefs&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputRefs&gt;</span>_4_SkippableInput<span class="jive-xml-tag">&lt;/dataInputRefs&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputRefs&gt;</span>_4_TaskNameInput<span class="jive-xml-tag">&lt;/dataInputRefs&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputRefs&gt;</span>_4_ContentInput<span class="jive-xml-tag">&lt;/dataInputRefs&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputRefs&gt;</span>_4_PriorityInput<span class="jive-xml-tag">&lt;/dataInputRefs&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/inputSet&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;outputSet&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/outputSet&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/ioSpecification&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;sourceRef&gt;</span>map<span class="jive-xml-tag">&lt;/sourceRef&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;targetRef&gt;</span>_4_ContentInput<span class="jive-xml-tag">&lt;/targetRef&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;targetRef&gt;</span>_4_CommentInput<span class="jive-xml-tag">&lt;/targetRef&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;from xsi:type="tFormalExpression"&gt;</span>Merci de confirmer le nom du projet.<span class="jive-xml-tag">&lt;/from&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;to xsi:type="tFormalExpression"&gt;</span>_4_CommentInput<span class="jive-xml-tag">&lt;/to&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;targetRef&gt;</span>_4_SkippableInput<span class="jive-xml-tag">&lt;/targetRef&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;from xsi:type="tFormalExpression"&gt;</span>false<span class="jive-xml-tag">&lt;/from&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;to xsi:type="tFormalExpression"&gt;</span>_4_SkippableInput<span class="jive-xml-tag">&lt;/to&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;targetRef&gt;</span>_4_TaskNameInput<span class="jive-xml-tag">&lt;/targetRef&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;from xsi:type="tFormalExpression"&gt;</span>TestTask<span class="jive-xml-tag">&lt;/from&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;to xsi:type="tFormalExpression"&gt;</span>_4_TaskNameInput<span class="jive-xml-tag">&lt;/to&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;targetRef&gt;</span>_4_ContentInput<span class="jive-xml-tag">&lt;/targetRef&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;from xsi:type="tFormalExpression"&gt;</span><span class="jive-xml-tag">&lt;/from&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;to xsi:type="tFormalExpression"&gt;</span>_4_ContentInput<span class="jive-xml-tag">&lt;/to&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;targetRef&gt;</span>_4_PriorityInput<span class="jive-xml-tag">&lt;/targetRef&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;from xsi:type="tFormalExpression"&gt;</span><span class="jive-xml-tag">&lt;/from&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;to xsi:type="tFormalExpression"&gt;</span>_4_PriorityInput<span class="jive-xml-tag">&lt;/to&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/assignment&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/dataInputAssociation&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;potentialOwner&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;resourceAssignmentExpression&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;formalExpression&gt;</span>krisv<span class="jive-xml-tag">&lt;/formalExpression&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/resourceAssignmentExpression&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/potentialOwner&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/userTask&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag"><span>&lt;scriptTask id="_5" name="Script" scriptFormat="</span><a class="jive-link-external-small" href="http://www.java.com/java" target="_blank">http://www.java.com/java</a><span>" &gt;</span></span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;script&gt;</span>map = new java.util.HashMap();


project.setName("hello");


map.put("nomProjet", project.getName());
kcontext.setVariable("map", map);<span class="jive-xml-tag">&lt;/script&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/scriptTask&gt;</span>


&#160;&#160;&#160; &lt;!-- connections --&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;sequenceFlow id="_4-_3" sourceRef="_4" targetRef="_3" /&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;sequenceFlow id="_5-_4" sourceRef="_5" targetRef="_4" /&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;sequenceFlow id="_1-_5" sourceRef="_1" targetRef="_5" /&gt;</span>


&#160; <span class="jive-xml-tag">&lt;/process&gt;</span>


&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNDiagram&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNPlane bpmnElement="project" &gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNShape bpmnElement="_1" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dc:Bounds x="16" y="16" width="48" height="48" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNShape bpmnElement="_3" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dc:Bounds x="225" y="24" width="48" height="48" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNShape bpmnElement="_4" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dc:Bounds x="123" y="83" width="100" height="48" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNShape bpmnElement="_5" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;dc:Bounds x="30" y="147" width="80" height="48" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNShape&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNEdge bpmnElement="_4-_3" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;di:waypoint x="173" y="107" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;di:waypoint x="249" y="48" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNEdge&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNEdge bpmnElement="_5-_4" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;di:waypoint x="70" y="171" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;di:waypoint x="173" y="107" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNEdge&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;bpmndi:BPMNEdge bpmnElement="_1-_5" &gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;di:waypoint x="40" y="40" /&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;di:waypoint x="70" y="171" /&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNEdge&gt;</span>
&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNPlane&gt;</span>
&#160; <span class="jive-xml-tag">&lt;/bpmndi:BPMNDiagram&gt;</span>


<span class="jive-xml-tag">&lt;/definitions&gt;</span>
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks in advance, it's very important,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>IT-Student</p></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/609796#609796">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>