Hi,
Is it possible to use System variable when referring to Resources in
Drools-Spring integration?
<drools:kagent id="kAgent" kbase="kBase"
new-instance="false">
<drools:resources>
<drools:resource type="PKG"
source="file:/C:/Guvnor-Repository/Sample_v1.PKG">
</drools:resource>
</drools:resources>
</drools:kagent>
<drools:kagent id="kAgent" kbase="kBase"
new-instance="false">
<drools:resources>
<drools:resource type="PKG"
source="file:${SYS_VAR_RULE_PKG_DIR}/Sample_v1.PKG">
</drools:resource>
</drools:resources>
</drools:kagent>
Thanks,
-Sri
--
View this message in context:
http://drools.46999.n3.nabble.com/Use-System-Variable-when-referring-to-R...
Sent from the Drools: User forum mailing list archive at
Nabble.com.