Parsing custom extensionElements in 5.12

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2013 03:47 PM
Hi,
I'm using custom <extensionElements> to create taskListeners for specific tasks.
In 5.11 I'm using a BpmnParseListener and reading the tags via "taskElement.element("extensionElements").elementsNS(..)".
I tried the new BpmnParseHandler, but the XML information is not available.
As far as I could find, all XML info is parsed in BpmnXMLConverter and converted into POJOs to be used in the parse handlers.
Any pointers on how to handle custom XML extensions in 5.12?
Thanks
I'm using custom <extensionElements> to create taskListeners for specific tasks.
In 5.11 I'm using a BpmnParseListener and reading the tags via "taskElement.element("extensionElements").elementsNS(..)".
I tried the new BpmnParseHandler, but the XML information is not available.
As far as I could find, all XML info is parsed in BpmnXMLConverter and converted into POJOs to be used in the parse handlers.
Any pointers on how to handle custom XML extensions in 5.12?
Thanks
Labels:
- Labels:
-
Archive
20 REPLIES 20
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2013 10:10 AM
Parsing has changed little bit. Following commits could help you
https://github.com/Activiti/Activiti/commit/6e2541fa227d77951e209a90eb6891b7f8fd2270
https://github.com/Activiti/Activiti/commit/924e57c3de6cf7232d919e5f0d1e4d0dd30e9f04
https://github.com/Activiti/Activiti/commit/efab6f096cd3bcf0e3362f69e8132564979cc18f
https://github.com/Activiti/Activiti/commit/6e2541fa227d77951e209a90eb6891b7f8fd2270
https://github.com/Activiti/Activiti/commit/924e57c3de6cf7232d919e5f0d1e4d0dd30e9f04
https://github.com/Activiti/Activiti/commit/efab6f096cd3bcf0e3362f69e8132564979cc18f
