JRules/WODM Dependencies or XOM Library

164 Views Asked by At

I am using a Java XOM for a Project which is supported by a library of Java Classes, I call is Util XOM. My understanding is that any Dependency JAR (Library) for execution of Rules is packaged and deployed into the classpath of the Rule Exeucutions Server, unlike the XOM from which the BOM (Business Object Model) is created, this XOM will be managed by the Management Stack of the Rule Execution Server, anything else that is refrenced by the Rule Project via the Build Path will be placed in the Class Path and will not be managed by the Management Stack of the Rule Execution Server. So the former runs in the Rule Engine, while the the later does not.

0

There are 0 best solutions below