Hello, I try to adapt instruction from http://www.lunatech-research.com/archives/2010/03/09/jbpm4-and-seam-working-together, for bpmn custom node. I modify jbpm.bpmn.flownodes.xml, added <activity binding="org.loxageek.ppless.action.jbpm.SeamComponentBinding" />.
When deploy I get:
org.jbpm.api.JbpmException:
xml validation error: cvc-id.2: There are multiple occurrences of ID value 'TestSeamProcess'. [line=9 column=32 ]: org.xml.sax.SAXParseException: cvc-id.2: There are multiple occurrences of ID value 'TestSeamProcess'.
xml validation error: cvc-attribute.3: The value 'TestSeamProcess' of attribute 'id' on element 'process' is not valid with respect to its type, 'ID'. [line=9 column=32 ]: org.xml.sax.SAXParseException: cvc-attribute.3: The value 'TestSeamProcess' of attribute 'id' on element 'process' is not valid with respect to its type, 'ID'.
Any idea?