<div> </div>
<div>Hi everybody,</div>
<div> </div>
<div>I was wondering whether is possible to add multiple DSL sources to a single </div>
<div>rule package.</div>
<div> </div>
<div>If we look to the <em>PackageBuilder</em> methods we do not find any method</div>
<div>which allows us to add more than one DSL source per DRL reader.</div>
<div> </div>
<div>I would like to be able to do something like:</div>
<div> </div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div><em>package myRulePackage</em></div>
<div><em>expander DSLsource1;</em></div>
<div><em>expander DSLsource2;</em></div>
<div><em></em> </div>
<div><em>rule "myMultipleDSLRule"</em></div>
<div><em> when</em></div>
<div><em> #</em></div>
<div><em> then</em></div>
<div><em> #</em></div>
<div><em>end</em></div>
<div><em></em> </div>
<div><em></em> </div>
<div><em>.....</em></div>
<div><em></em> </div>
<div><em>rule</em></div>
<div><em> .....</em></div>
<div><em>end</em></div>
<div> </div>
<div> </div></blockquote>
<div>Is That possible??</div>
<div> </div>
<div>In case It weren't possible, Would It be any workaround to this?</div>
<div> </div>
<div>I guess I could workaround this using the class <em>DefaultExpanderResolver</em></div>
<div>but I have got no idea on the way to do it.</div>
<div> </div>
<div>Can You suggest me any way to do it?</div>
<div> </div>
<div>Does anybody have ever had the same issue?</div>
<div> </div>
<div>Let me know.</div>
<div> </div>
<div>Thank You anyway.</div>
<div> </div>
<div>Massi</div>