4 Replies Latest reply on Jun 25, 2012 12:41 PM by rubenjgarciab

    Random error in Editor

    rubenjgarciab

      Hello

       

      I'm getting an error when I save my process in the Web Editor

       

      I've created the process, I use it in my application but now I change it and when I going to save the changes throws this Exception:

       

      14:05:51,718 ERROR [stderr] (http--127.0.0.1-8080-5) org.eclipse.emf.ecore.resource.Resource$IOWrappedException: Feature 'definitions' not found. (inputStream://dummyUriWithValidSuffix.xml, 2, 514)
      14:05:51,719 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.handleErrors(XMLLoadImpl.java:83)
      14:05:51,720 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:191)
      14:05:51,720 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:180)
      14:05:51,720 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1494)
      14:05:51,721 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.jbpm.designer.web.profile.impl.JbpmProfileImpl.getDefinitions(JbpmProfileImpl.java:273)
      14:05:51,721 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.jbpm.designer.web.profile.impl.JbpmProfileImpl$2.parseModel(JbpmProfileImpl.java:252)
      14:05:51,722 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.jbpm.designer.web.repository.impl.UUIDBasedJbpmRepository.load(UUIDBasedJbpmRepository.java:35)
      14:05:51,723 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.jbpm.designer.web.server.UUIDBasedRepositoryServlet.doGet(UUIDBasedRepositoryServlet.java:120)
      14:05:51,723 ERROR [stderr] (http--127.0.0.1-8080-5)           at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
      14:05:51,724 ERROR [stderr] (http--127.0.0.1-8080-5)           at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
      14:05:51,724 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
      14:05:51,725 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
      14:05:51,727 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.jbpm.designer.web.filter.impl.PluggableFilter.doFilter(PluggableFilter.java:70)
      14:05:51,727 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
      14:05:51,728 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
      14:05:51,728 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
      14:05:51,728 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
      14:05:51,729 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
      14:05:51,729 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
      14:05:51,730 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      14:05:51,730 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      14:05:51,731 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
      14:05:51,731 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
      14:05:51,731 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
      14:05:51,732 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
      14:05:51,732 ERROR [stderr] (http--127.0.0.1-8080-5)           at java.lang.Thread.run(Thread.java:662)
      14:05:51,732 ERROR [stderr] (http--127.0.0.1-8080-5) Caused by: org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'definitions' not found. (inputStream://dummyUriWithValidSuffix.xml, 2, 514)
      14:05:51,733 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.reportUnknownFeature(XMLHandler.java:1991)
      14:05:51,733 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleUnknownFeature(XMLHandler.java:1955)
      14:05:51,734 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleFeature(XMLHandler.java:1899)
      14:05:51,735 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createDocumentRoot(XMLHandler.java:1457)
      14:05:51,735 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectByType(XMLHandler.java:1319)
      14:05:51,736 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createTopObject(XMLHandler.java:1468)
      14:05:51,736 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:1019)
      14:05:51,736 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:1001)
      14:05:51,737 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:712)
      14:05:51,737 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
      14:05:51,737 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
      14:05:51,738 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
      14:05:51,738 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
      14:05:51,738 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
      14:05:51,739 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
      14:05:51,739 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
      14:05:51,739 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
      14:05:51,740 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
      14:05:51,740 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
      14:05:51,740 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
      14:05:51,741 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
      14:05:51,741 ERROR [stderr] (http--127.0.0.1-8080-5)           at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:181)
      14:05:51,741 ERROR [stderr] (http--127.0.0.1-8080-5)           ... 24 more
      14:05:51,742 ERROR [org.jbpm.designer.web.profile.impl.JbpmProfileImpl] (http--127.0.0.1-8080-5) null: java.lang.NullPointerException
                at org.jbpm.designer.bpmn2.impl.Bpmn2JsonMarshaller.marshallDefinitions(Bpmn2JsonMarshaller.java:201) [classes:]
                at org.jbpm.designer.bpmn2.impl.Bpmn2JsonMarshaller.marshall(Bpmn2JsonMarshaller.java:157) [classes:]
                at org.jbpm.designer.web.profile.impl.JbpmProfileImpl$2.parseModel(JbpmProfileImpl.java:252) [classes:]
                at org.jbpm.designer.web.repository.impl.UUIDBasedJbpmRepository.load(UUIDBasedJbpmRepository.java:35) [classes:]
                at org.jbpm.designer.web.server.UUIDBasedRepositoryServlet.doGet(UUIDBasedRepositoryServlet.java:120) [classes:]
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
                at org.jbpm.designer.web.filter.impl.PluggableFilter.doFilter(PluggableFilter.java:70) [classes:]
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
                at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
                at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
                at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
                at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
                at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
      
      

       

      BTW, I noticed that in my original BPMN process all the tags starts with bpmn2 but after I saved it, all the tags starts with model. I now that the problem is during the validation but I can't solve it

       

      If I import the source of the xml into Eclipse with the tags starting with model everything is fine, Eclipse doesn't throw any exception

       

      Anyone can help me?

       

      Thanks

        • 1. Re: Random error in Editor
          rubenjgarciab

          If I try to import this bpmn2 file the same exception is thrown....

           

          <?xml version="1.0" encoding="UTF-8"?>
          <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" 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:drools="http://www.jboss.org/drools" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" id="_ajfusL6kEeGu7JFDIJJYNA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" targetNamespace="http://www.omg.org/bpmn20">
            <bpmn2:process id="defaultPackage.prueba" drools:packageName="defaultPackage" name="prueba" isExecutable="true">
              <bpmn2:startEvent id="_9A0B2535-5CD8-4D50-A44A-7B86F16D65B1" drools:bgcolor="#9acd32" name="">
                <bpmn2:outgoing>_E37EF4C3-F15A-467C-B6EF-A409D12440C4</bpmn2:outgoing>
              </bpmn2:startEvent>
              <bpmn2:userTask id="_4E540621-EC4D-41E7-BF66-1911258F9141" drools:bgcolor="#fafad2" drools:taskName="TaskName" drools:scriptFormat="http://www.java.com/java" name="">
                <bpmn2:incoming>_E37EF4C3-F15A-467C-B6EF-A409D12440C4</bpmn2:incoming>
                <bpmn2:outgoing>_AC6B8FC3-31D2-4D21-8E48-6886EE7DCF88</bpmn2:outgoing>
                <bpmn2:ioSpecification id="_ajgVwL6kEeGu7JFDIJJYNA">
                  <bpmn2:dataInput id="_4E540621-EC4D-41E7-BF66-1911258F9141_TaskNameInput" name="TaskName"/>
                  <bpmn2:inputSet id="_ajgVwb6kEeGu7JFDIJJYNA"/>
                  <bpmn2:outputSet id="_ajgVwr6kEeGu7JFDIJJYNA"/>
                </bpmn2:ioSpecification>
                <bpmn2:dataInputAssociation id="_ajgVw76kEeGu7JFDIJJYNA">
                  <bpmn2:targetRef>_4E540621-EC4D-41E7-BF66-1911258F9141_TaskNameInput</bpmn2:targetRef>
                  <bpmn2:assignment id="_ajgVxL6kEeGu7JFDIJJYNA">
                    <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_ajgVxb6kEeGu7JFDIJJYNA">TaskName</bpmn2:from>
                    <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_ajgVxr6kEeGu7JFDIJJYNA">_4E540621-EC4D-41E7-BF66-1911258F9141_TaskNameInput</bpmn2:to>
                  </bpmn2:assignment>
                </bpmn2:dataInputAssociation>
                <bpmn2:resourceRole xsi:type="bpmn2:tPotentialOwner" id="_ajgVx76kEeGu7JFDIJJYNA">
                  <bpmn2:resourceAssignmentExpression id="_ajgVyL6kEeGu7JFDIJJYNA">
                    <bpmn2:expression xsi:type="bpmn2:tFormalExpression" id="_ajgVyb6kEeGu7JFDIJJYNA">mina</bpmn2:expression>
                  </bpmn2:resourceAssignmentExpression>
                </bpmn2:resourceRole>
              </bpmn2:userTask>
              <bpmn2:sequenceFlow id="_E37EF4C3-F15A-467C-B6EF-A409D12440C4" sourceRef="_9A0B2535-5CD8-4D50-A44A-7B86F16D65B1" targetRef="_4E540621-EC4D-41E7-BF66-1911258F9141"/>
              <bpmn2:businessRuleTask id="_A8DBF4EC-0B61-46A2-AB0E-56D48537E1F5" drools:bgcolor="#fafad2" drools:ruleFlowGroup="validacionesFinales" name="">
                <bpmn2:incoming>_AC6B8FC3-31D2-4D21-8E48-6886EE7DCF88</bpmn2:incoming>
                <bpmn2:outgoing>_9A5333FC-C0EE-4E76-9233-1211BCAD7CD0</bpmn2:outgoing>
              </bpmn2:businessRuleTask>
              <bpmn2:sequenceFlow id="_AC6B8FC3-31D2-4D21-8E48-6886EE7DCF88" sourceRef="_4E540621-EC4D-41E7-BF66-1911258F9141" targetRef="_A8DBF4EC-0B61-46A2-AB0E-56D48537E1F5"/>
              <bpmn2:endEvent id="_F5E1B62B-A2A8-4677-9085-03209839ACFA" drools:bgcolor="#ff6347" name="">
                <bpmn2:incoming>_9A5333FC-C0EE-4E76-9233-1211BCAD7CD0</bpmn2:incoming>
              </bpmn2:endEvent>
              <bpmn2:sequenceFlow id="_9A5333FC-C0EE-4E76-9233-1211BCAD7CD0" sourceRef="_A8DBF4EC-0B61-46A2-AB0E-56D48537E1F5" targetRef="_F5E1B62B-A2A8-4677-9085-03209839ACFA"/>
            </bpmn2:process>
            <bpmndi:BPMNDiagram id="_ajgVyr6kEeGu7JFDIJJYNA">
              <bpmndi:BPMNPlane id="_ajgVy76kEeGu7JFDIJJYNA" bpmnElement="defaultPackage.prueba">
                <bpmndi:BPMNShape id="_ajgVzL6kEeGu7JFDIJJYNA" bpmnElement="_9A0B2535-5CD8-4D50-A44A-7B86F16D65B1">
                  <dc:Bounds height="30.0" width="30.0" x="138.0" y="102.0"/>
                </bpmndi:BPMNShape>
                <bpmndi:BPMNShape id="_ajgVzb6kEeGu7JFDIJJYNA" bpmnElement="_4E540621-EC4D-41E7-BF66-1911258F9141">
                  <dc:Bounds height="80.0" width="100.0" x="213.0" y="77.0"/>
                </bpmndi:BPMNShape>
                <bpmndi:BPMNEdge id="_ajgVzr6kEeGu7JFDIJJYNA" bpmnElement="_E37EF4C3-F15A-467C-B6EF-A409D12440C4">
                  <di:waypoint xsi:type="dc:Point" x="153.0" y="117.0"/>
                  <di:waypoint xsi:type="dc:Point" x="263.0" y="117.0"/>
                </bpmndi:BPMNEdge>
                <bpmndi:BPMNShape id="_ajgVz76kEeGu7JFDIJJYNA" bpmnElement="_A8DBF4EC-0B61-46A2-AB0E-56D48537E1F5">
                  <dc:Bounds height="80.0" width="100.0" x="358.0" y="77.0"/>
                </bpmndi:BPMNShape>
                <bpmndi:BPMNEdge id="_ajgV0L6kEeGu7JFDIJJYNA" bpmnElement="_AC6B8FC3-31D2-4D21-8E48-6886EE7DCF88">
                  <di:waypoint xsi:type="dc:Point" x="263.0" y="117.0"/>
                  <di:waypoint xsi:type="dc:Point" x="408.0" y="117.0"/>
                </bpmndi:BPMNEdge>
                <bpmndi:BPMNShape id="_ajgV0b6kEeGu7JFDIJJYNA" bpmnElement="_F5E1B62B-A2A8-4677-9085-03209839ACFA">
                  <dc:Bounds height="28.0" width="28.0" x="503.0" y="103.0"/>
                </bpmndi:BPMNShape>
                <bpmndi:BPMNEdge id="_ajgV0r6kEeGu7JFDIJJYNA" bpmnElement="_9A5333FC-C0EE-4E76-9233-1211BCAD7CD0">
                  <di:waypoint xsi:type="dc:Point" x="408.0" y="117.0"/>
                  <di:waypoint xsi:type="dc:Point" x="517.0" y="117.0"/>
                </bpmndi:BPMNEdge>
              </bpmndi:BPMNPlane>
            </bpmndi:BPMNDiagram>
          </bpmn2:definitions>
          
          
          • 2. Re: Random error in Editor
            rubenjgarciab

            But if I restart the server (JBOSS AS 7.1.1.Final) I can import the same file without any problem but when I click "Save" the same error is thrown and the BPMN2 Source change to this

             

             

            <?xml version="1.0" encoding="UTF-8"?>
            <model:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" 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:drools="http://www.jboss.org/drools" xmlns:model="http://www.omg.org/spec/BPMN/20100524/MODEL" id="_HtrNUL6mEeG7jpVggLn7WA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" targetNamespace="http://www.omg.org/bpmn20">
              <model:process id="defaultPackage.prueba" drools:packageName="defaultPackage" name="prueba" isExecutable="true">
                <model:startEvent id="_3E16EEB3-1E81-4264-A2D7-77BF6F5A23D6" drools:bgcolor="#9acd32" name="">
                  <model:outgoing>_8577E223-5D85-4F69-8094-6D4FED767DF9</model:outgoing>
                </model:startEvent>
                <model:userTask id="_D882412D-13C4-4D01-B11F-0DC6712E0C08" drools:bgcolor="#fafad2" drools:taskName="TaskName" drools:scriptFormat="http://www.java.com/java" name="">
                  <model:incoming>_8577E223-5D85-4F69-8094-6D4FED767DF9</model:incoming>
                  <model:outgoing>_53D401C1-C28C-4274-9652-B22B33F8B34E</model:outgoing>
                  <model:ioSpecification id="_HtrNUb6mEeG7jpVggLn7WA">
                    <model:dataInput id="_D882412D-13C4-4D01-B11F-0DC6712E0C08_TaskNameInput" name="TaskName"/>
                    <model:inputSet id="_HtrNUr6mEeG7jpVggLn7WA"/>
                    <model:outputSet id="_HtrNU76mEeG7jpVggLn7WA"/>
                  </model:ioSpecification>
                  <model:dataInputAssociation id="_HtrNVL6mEeG7jpVggLn7WA">
                    <model:targetRef>_D882412D-13C4-4D01-B11F-0DC6712E0C08_TaskNameInput</model:targetRef>
                    <model:assignment id="_HtrNVb6mEeG7jpVggLn7WA">
                      <model:from xsi:type="model:tFormalExpression" id="_HtrNVr6mEeG7jpVggLn7WA">TaskName</model:from>
                      <model:to xsi:type="model:tFormalExpression" id="_HtrNV76mEeG7jpVggLn7WA">_D882412D-13C4-4D01-B11F-0DC6712E0C08_TaskNameInput</model:to>
                    </model:assignment>
                  </model:dataInputAssociation>
                  <model:resourceRole xsi:type="model:tPotentialOwner" id="_HtrNWL6mEeG7jpVggLn7WA">
                    <model:resourceAssignmentExpression id="_HtrNWb6mEeG7jpVggLn7WA">
                      <model:expression xsi:type="model:tFormalExpression" id="_HtrNWr6mEeG7jpVggLn7WA">mina</model:expression>
                    </model:resourceAssignmentExpression>
                  </model:resourceRole>
                </model:userTask>
                <model:sequenceFlow id="_8577E223-5D85-4F69-8094-6D4FED767DF9" sourceRef="_3E16EEB3-1E81-4264-A2D7-77BF6F5A23D6" targetRef="_D882412D-13C4-4D01-B11F-0DC6712E0C08"/>
                <model:businessRuleTask id="_F2CD270F-3936-4E8E-AF72-ECE32072EEA4" drools:bgcolor="#fafad2" drools:ruleFlowGroup="validacionesFinales" name="">
                  <model:incoming>_53D401C1-C28C-4274-9652-B22B33F8B34E</model:incoming>
                  <model:outgoing>_EE225D89-9620-4BA6-95E9-B6447B9DB62F</model:outgoing>
                </model:businessRuleTask>
                <model:sequenceFlow id="_53D401C1-C28C-4274-9652-B22B33F8B34E" sourceRef="_D882412D-13C4-4D01-B11F-0DC6712E0C08" targetRef="_F2CD270F-3936-4E8E-AF72-ECE32072EEA4"/>
                <model:endEvent id="_59229D77-D860-4EAA-B95F-639A400DD612" drools:bgcolor="#ff6347" name="">
                  <model:incoming>_EE225D89-9620-4BA6-95E9-B6447B9DB62F</model:incoming>
                </model:endEvent>
                <model:sequenceFlow id="_EE225D89-9620-4BA6-95E9-B6447B9DB62F" sourceRef="_F2CD270F-3936-4E8E-AF72-ECE32072EEA4" targetRef="_59229D77-D860-4EAA-B95F-639A400DD612"/>
              </model:process>
              <bpmndi:BPMNDiagram id="_HtrNW76mEeG7jpVggLn7WA">
                <bpmndi:BPMNPlane id="_HtrNXL6mEeG7jpVggLn7WA" bpmnElement="defaultPackage.prueba">
                  <bpmndi:BPMNShape id="_HtrNXb6mEeG7jpVggLn7WA" bpmnElement="_3E16EEB3-1E81-4264-A2D7-77BF6F5A23D6">
                    <dc:Bounds height="30.0" width="30.0" x="138.0" y="102.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_HtrNXr6mEeG7jpVggLn7WA" bpmnElement="_D882412D-13C4-4D01-B11F-0DC6712E0C08">
                    <dc:Bounds height="80.0" width="100.0" x="213.0" y="77.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_HtrNX76mEeG7jpVggLn7WA" bpmnElement="_8577E223-5D85-4F69-8094-6D4FED767DF9">
                    <di:waypoint xsi:type="dc:Point" x="153.0" y="117.0"/>
                    <di:waypoint xsi:type="dc:Point" x="263.0" y="117.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_HtrNYL6mEeG7jpVggLn7WA" bpmnElement="_F2CD270F-3936-4E8E-AF72-ECE32072EEA4">
                    <dc:Bounds height="80.0" width="100.0" x="358.0" y="77.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_HtrNYb6mEeG7jpVggLn7WA" bpmnElement="_53D401C1-C28C-4274-9652-B22B33F8B34E">
                    <di:waypoint xsi:type="dc:Point" x="263.0" y="117.0"/>
                    <di:waypoint xsi:type="dc:Point" x="408.0" y="117.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_HtrNYr6mEeG7jpVggLn7WA" bpmnElement="_59229D77-D860-4EAA-B95F-639A400DD612">
                    <dc:Bounds height="28.0" width="28.0" x="502.0" y="102.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_HtrNY76mEeG7jpVggLn7WA" bpmnElement="_EE225D89-9620-4BA6-95E9-B6447B9DB62F">
                    <di:waypoint xsi:type="dc:Point" x="408.0" y="117.0"/>
                    <di:waypoint xsi:type="dc:Point" x="516.0" y="116.0"/>
                  </bpmndi:BPMNEdge>
                </bpmndi:BPMNPlane>
              </bpmndi:BPMNDiagram>
            </model:definitions>
            
            
            • 3. Re: Random error in Editor
              tsurdilovic

              Yes, that was a bug that I introduced and then backed it out. I would suggest using the Designer 2.2.Final  from sourceforge and Guvnor 5.4.Final and you should not get this issue any longer.

               

              Hope this helps.

              • 4. Re: Random error in Editor
                rubenjgarciab

                I am using Designer 2.2 with Guvnor 5.4. This afternoon I upgrade the designer to 2.2.1 and I think that the problem has gone

                 

                Thanks Tihomir