Page 1 of 1

Integrating an iLOG Jrules (ODM) stage with a Java XOM

Posted: Mon Jun 11, 2018 9:20 am
by parag.s.27
All,

Till date we have been using the ODM Jrules stage in the capacity of Dynamic XOM with the input as XML payload. Recently we have received a ODM Ruleset Jar as a Java XOM. We are not able to integrate the Java XOM because the Ruleset name in the input expects one value and the Java XOM has many classes in the supporting XOM.jar.

The support and COE team says the following: -

"You cannot use Java XOM without a wrapper that flattens out the schema. since we cannot convert the data into Java objects, it will have to be a dynamic XOM. the objects might be defined in Java classes instead of XSD hence we cannot manage in DataStage without a Wrapper"


Does anyone know of any method which can help in integrating a JAVA XOM based ODM rules jar without a wrapper.