Re: [rules-users] Declared Types and Globals in different files with incremental KnowledgeAgent

2013-09-23 Thread De Rooms Brecht
**WILL NOT** be able to use primitive types with globals anymore.. (which would result in a RTE anyway) Hope this help Best Davide On 09/20/2013 02:18 AM, De Rooms Brecht wrote: Dear Drools Users, I am building a network server for drools since the existing drools-server did not meet my

[rules-users] Declared Types and Globals in different files with incremental KnowledgeAgent

2013-09-20 Thread De Rooms Brecht
file? Kind Regards, De Rooms Brecht ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] No errors thrown from KnowledgeAgent

2013-09-19 Thread De Rooms Brecht
Dear Davide thank you very much for looking into this. I was wondering, are these kind of bugs also there in the commercial edition or is that a completely different implementation? Kind Regards, De Rooms Brecht Op 19/09/2013 10:46, Davide Sottara schreef: It is a bug, the KA can detect

Re: [rules-users] No errors thrown from KnowledgeAgent

2013-09-17 Thread De Rooms Brecht
. - my agent configuration: agentConf.setProperty(drools.agent.newInstance, false); agentConf.setProperty(drools.agent.useKBaseClassLoaderForCompiling, true); Kind Regards, De Rooms Brecht Op 31/07/2013 14:45, De Rooms Brecht schreef: The bug was caused by one

Re: [rules-users] No errors thrown from KnowledgeAgent

2013-07-31 Thread De Rooms Brecht
anymore.. If I send new data in the knowledgeAgent it does not react anymore. I would expect to get a stacktrace of what went wrong but I do not get any info besides of the systemeventlistener or knowledgeagentlistener. Is there any way I can get a stacktrace? Kind Regards, De Rooms Brecht _*1

Re: [rules-users] No errors thrown from KnowledgeAgent

2013-07-31 Thread De Rooms Brecht
The bug was caused by one of the InputStreams that was not closed properly which caused the knowledgeAgent to block. I think my issues are solved now. Thanks for looking into this. Kind Regards, Op 31/07/2013 14:19, De Rooms Brecht schreef: Hello David and thanks for responding. I know

Re: [rules-users] uninformative rule parsing/compiling error - org.drools.rule.Rule cannot be cast to org.drools.rule.Query

2013-07-30 Thread De Rooms Brecht
(Tracker: + message); end/ Sorry that I didn't sent it earlier, I actually sent this e-mail already but it didn't came through. B Thanks Davide On 07/24/2013 02:14 PM, De Rooms Brecht wrote: Dear rules users, I am currently writing my own Drools-server since I wanted more control than the drools

[rules-users] No errors thrown from KnowledgeAgent

2013-07-30 Thread De Rooms Brecht
, De Rooms Brecht ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] uninformative rule parsing/compiling error - org.drools.rule.Rule cannot be cast to org.drools.rule.Query

2013-07-25 Thread De Rooms Brecht
Op 24/07/2013 14:24, Davide Sottara schreef: Two clarifications first: 1) Which version are you using? Version 5.4.0.Final 2) Is TrackerUpdate a static class inside TrackerRemote? In case, could you post the exact import statements you are using? It is a normal class inside TrackerRemote.

[rules-users] uninformative rule parsing/compiling error - org.drools.rule.Rule cannot be cast to org.drools.rule.Query

2013-07-24 Thread De Rooms Brecht
, is this a Drools bug and should I post this somewhere? Kind Regards, De Rooms Brecht Full Stack: java.lang.ClassCastException: org.drools.rule.Rule cannot be cast to org.drools.rule.Query at org.drools.rule.builder.PatternBuilder.build(PatternBuilder.java:175