-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8232/
-----------------------------------------------------------
(Updated Dec. 3, 2012, 9:57 a.m.)
Review request for oozie.
Changes
-------
Updated the patch. Now I have added a oozie-workflow-0.3.xsd in addition to
oozie-workflow-0.4.xsd.
I will add more xsd files (like 0.2 etc) and tests (as requested by Robert)
once the jaxb2 approach is approved by the commiters.
Description
-------
There will be xml import and export for wfgen.
They should be done through a xml binding library, which makes serialization
and deserialization simpler with oozie's xsd.
I made a patch with jaxb2 and please review it.
This addresses bug OOZIE-1085.
https://issues.apache.org/jira/browse/OOZIE-1085
Diffs (updated)
-----
http://svn.apache.org/repos/asf/oozie/trunk/workflowgenerator/pom.xml 1416405
http://svn.apache.org/repos/asf/oozie/trunk/workflowgenerator/src/main/java/org/apache/oozie/tools/workflowgenerator/xsd/XmlLoader.java
PRE-CREATION
http://svn.apache.org/repos/asf/oozie/trunk/workflowgenerator/src/main/xjb/oozie-workflow-0.3.xjb
PRE-CREATION
http://svn.apache.org/repos/asf/oozie/trunk/workflowgenerator/src/main/xjb/oozie-workflow-0.4.xjb
PRE-CREATION
http://svn.apache.org/repos/asf/oozie/trunk/workflowgenerator/src/test/java/org/apache/oozie/tools/workflowgenerator/xsd/XmlLoaderTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/8232/diff/
Testing
-------
unit test attached.
Thanks,
jun aoki