Aneeque
Aneeque

Reputation: 99

JBPM drools.xml.ExtensibleXmlParser.error

I started working on JBPM 5.4 and currently trying to run the examples provided by the community. While running them I always get this error.

drools.xml.ExtensibleXmlParser.error - (null: 12, 54): cvc-complex-type.4: Attribute 'targetNamespace' must appear on element 'definitions'.

Please help me understand how to get rid of this error?

Upvotes: 0

Views: 681

Answers (1)

Kris Verlaenen
Kris Verlaenen

Reputation: 2918

The XML parser is expecting the targetNamespace to be set on the definitions tag, so you should simply add that:

Kris

Upvotes: 1

Related Questions