cancel
Showing results for 
Search instead for 
Did you mean: 

No matching ParseHandler on dataObjectId

cocojack42
Champ in-the-making
Champ in-the-making
Hi, im using Activiti 5.16.3, and I get the warning:

30.09.2014 16:42:47 org.activiti.engine.impl.bpmn.parser.BpmnParseHandlers parseElement
WARNUNG: Could not find matching parse handler for + dObj1 this is likely a bug.

on a DataObject of a subProcess. Thats my Definition:


<dataObject id="dObj1" name="file" itemSubjectRef="xsd:string">
  <extensionElements>
    <activiti:value>dest.xml</activiti:value>
  </extensionElements>
</dataObject>


am I doing something wrong, and how can I get rid of this warning?

3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

Could you write a unit test showing your issue, and create a JIRA issue?

Thanks,

dharmesh
Champ in-the-making
Champ in-the-making
I am seeing same issue.
I think if you define data object with subprocess and deploy xml, you will see this issue every time.
<code>
     <dataObject id="Reroute_Approval_To_Review_data" isCollection="false" itemSubjectRef="xsd:string" name="Reroute_Approval_To_Review_data">
        <extensionElements>
          <activiti:value>Reroute</activiti:value>
        </extensionElements>
      </dataObject>
</code>

cocojack42
Champ in-the-making
Champ in-the-making
Well I get this warning on a Process with a start and a stop event (+ dObj).
I somhow posted this thread twice, here is the other thread:

http://forums.activiti.org/comment/25852
trademak said, we can ignore the Message. I havent't tested yet the Activiti version 5.16.4 where it should be removed.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.