Thanks Mark. Quite well understood. Thanks Wolfgang for the code snippet,
much appreciated.
The reason I need to know which facts the rule are using at runtime is to
create an audit log and capture the values the facts had at the time of
rule execution, so that an audit log can be created that
Hello,
i tried to create a pojo and load it to Guvnor which would call an EJB on
the same Jboss AS 7.1.
Below code works in another app without problem.
public class Calculation implements IFCalculation {
IFRemoteCalculation remoteCalculation;
public Calculation() {
The NPE was caused by the call:
cmds.add(CommandFactory.newSetGlobal( "addressManager", addressManager,
true));
cmds.add(CommandFactory.newSetGlobal("fieldOperations", new HashMap(), true));
the addressManager is not available via this call, but if I switched all
Global setting via non-command API
http://drools.46999.n3.nabble.com/file/n3756244/knowledge-agent-classloader-5.4.zip
knowledge-agent-classloader-5.4.zip
Attached...thanks.
--
View this message in context:
http://drools.46999.n3.nabble.com/KnowledgeAgent-custom-class-loader-not-working-for-PKG-resources-tp3746456p3756244.html
S
You can watch davide's github user and follow him
- CTO @ http://www.plugtree.com
- MyJourney @ http://salaboy.wordpress.com
- Co-Founder @ http://www.jbug.com.ar
- Mauricio "Salaboy" Salatino -
On 18/02/2012, at 06:21, Anton Hughes wrote:
>
> Hi Anton,
> I'm (un)officially in charge of the to
Seems that the link for the attached file is no valid. Could you please try
to send it again?
Best Regards,
Esteban Aliverti
- Developer @ http://www.plugtree.com
- Blog @ http://ilesteban.wordpress.com
On Fri, Feb 17, 2012 at 12:13 AM, Hrumph wrote:
>
>
> Hi Anton,
> I'm (un)officially in charge of the topic. Right now I have identified the
> following topics/tasks, feel free to ask for more details on any one of
> them:
>
> 1) Use the ontology to create a fact model to write rules with : I'm
> perfecting the tool even now, in a few days the a
The model is always defined by the DRL syntax. There is no point in
exposing the implementation of some object hierarchy as it is produced
by the DRL compiler, tree walker, etc. There may be a limit to what
is possible to reconstruct from that internal implementation, but
surely not for the top lev