[rules-users] Eclipse Agenda View

2012-03-29 Thread Hassan
Hi guys,

I want to see what is going in my drools application so, I declared a logger
file, by importing it in audit view some details But the agenda view is
always inactivated,

Can you help me please!   
youssef.  

-
Youssef AZBAKH.
--
View this message in context: 
http://drools.46999.n3.nabble.com/Eclipse-Agenda-View-tp3867158p3867158.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Eclipse Agenda View

2012-03-29 Thread Hassan
Hi guys, 

I want to see what is going in my drools application so, I declared a logger
file, By importing it in audit view some details are shown But the agenda
view and the working memory are always inactivated, 

Can you help me please!   
youssef. 

-
Youssef AZBAKH.
--
View this message in context: 
http://drools.46999.n3.nabble.com/Eclipse-Agenda-View-tp3867166p3867166.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Eclipse Agenda View

2012-03-29 Thread Michael Anstis
I don't fully understand the problem you are seeing, however it is best to
use the ThreadedFileLogger if you want the log to update whilst you debug.

On 29 March 2012 10:15, Hassan azbak...@gmail.com wrote:

 Hi guys,

 I want to see what is going in my drools application so, I declared a
 logger
 file, by importing it in audit view some details But the agenda view is
 always inactivated,

 Can you help me please!
 youssef.

 -
 Youssef AZBAKH.
 --
 View this message in context:
 http://drools.46999.n3.nabble.com/Eclipse-Agenda-View-tp3867158p3867158.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Eclipse Agenda View

2012-03-29 Thread youssef azbakh
Hello,
I used WorkingMemoryFileLogge

  WorkingMemoryFileLogger logger = new
WorkingMemoryFileLogger(session);
  logger.setFileName(
src\\main\\rules\\package2\\log );

But the agenda view is always empty, it doesn't contain anything
Thank you
-- 
Youssef
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Eclipse Agenda View

2012-03-29 Thread Michael Anstis
This would be customary:-

KnowledgeRuntimeLogger logger =
KnowledgeRuntimeLoggerFactory.newThreadedFileLogger(ksession,
path-to-log-file, 100);

Of course, you could be having a problem with something completely
different...

On 29 March 2012 10:39, youssef azbakh azbak...@gmail.com wrote:

 Hello,
 I used WorkingMemoryFileLogge

  WorkingMemoryFileLogger logger = new
 WorkingMemoryFileLogger(session);
  logger.setFileName(
 src\\main\\rules\\package2\\log );

 But the agenda view is always empty, it doesn't contain anything
 Thank you
 --
 Youssef
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Eclipse Agenda View

2012-03-29 Thread youssef azbakh
Thank you very much ;)
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Eclipse Agenda View not working in 5.0.0.M4

2009-01-14 Thread Herman Post
Hi,

I am trying to debug a rule using Eclipse 3.4, Drools 5.0.0.M4, and all I ever 
see in the Agenda View is:

MAIN[nofocus]=BinaryHeapQueueAgendaGroup (id=2259)

I can step into the rule successfully and WorkingMemory View works too.

Any suggestions?

Thanks,

Herman Post
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users