Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.3.0
-
None
-
None
Description
Create a proof of concept w/ JAXB that:
- only works for workflows
- given a workflow XSD file
Following activities in descending complexity order:
- auto-generates the JAXB beans w/ the jaxb2-maven-plugin
- code / configs are stored in a Maven subproject
- can read a workflow.xml into JAXB beans
- can write a JAXB bean into workflow.xml
- make unit tests for XML -> JAXB and JAXB -> XML use cases
- parametrization (job.properties key / value pairs), as well as EL functions (like ${wf:currentUser()}) are stored as plain strings
Attachments
Attachments
Issue Links
- links to