Re: [rules-users] Question about Drools

2010-11-28 Thread Geoffrey De Smet
The current name is "drools chance" if I recall correctly Op 29-11-10 01:05, Mauricio Salatino schreef: > it's being developed by davide sottara. you can contact him at the irc > channel #drools > > 2010/11/28 Mashael Alduwais > > > > > Deal All, > > I'm a gra

Re: [rules-users] Validate/View Source or new rule (Decision table- web guided editor) - SerializationException - Guvnor 5.1.1

2010-11-28 Thread Toni Rikkola
With 5.1.1 you need to run "ant gwt-compile" in the drools-guvnor folder before running the maven build. This compiles the GWT javascript with the lastest code changes. In the current trunk codes maven does the build every time you run it, so the ant task is not needed anymore. Toni Rikkola O

Re: [rules-users] Drools logging to console.

2010-11-28 Thread Nadav Hashimshony
im not sure i understand. the line: KnowledgeRuntimeLogger logger = KnowledgeRuntimeLoggerFactory.newConsoleLogger(droolsSession); is the only line i have regarding a logger. if its commented or not i still get logs written to the stdout. how can i disable this? Thanks. Nadav. On Sun, Nov 28,

[rules-users] Hi...

2010-11-28 Thread Bennet Joseph
Hi All, Please any one send me one very small application which persist the details. org.drools.persistence.session.SessionInfo org.drools.persistence.processinstance.ProcessInstanceInfo org.drools.persistence.processinstance.ProcessInstanceEventInfo org.drools.persistence.processinstance.WorkIte

Re: [rules-users] Question about Drools

2010-11-28 Thread Mauricio Salatino
it's being developed by davide sottara. you can contact him at the irc channel #drools 2010/11/28 Mashael Alduwais > > > Deal All, > > I'm a graduate students, and I want to develop a fuzzy expert system using > the great Drools Expert > > Is it support fuzzy logic or not? > > Thank you in advan

Re: [rules-users] Guvnor Documentation

2010-11-28 Thread Michael Anstis
What can you not understand within the official documentation for Guvnor? Whilst it may not be a comprehensive resource it should give enough information to help the beginner. I would also recommend reading the Expert guide as IMO Guvnor's documentation builds upon some background information. O

Re: [rules-users] What should I insert into the working memory?

2010-11-28 Thread Wolfgang Laun
2010/11/28 Chris Selwyn > Hi Wolfgang, > > Thanks for the helpful response. > > I do find myself using "contains" and "memberof" quite a lot depending on > whether I am going "up" or "down" the tree structure. Is this a performance > problem? Is it better to use "from"? > contains and memberof

[rules-users] Question about Drools

2010-11-28 Thread Mashael Alduwais
Deal All, I'm a graduate students, and I want to develop a fuzzy expert system using the great Drools Expert Is it support fuzzy logic or not? Thank you in advance ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman

Re: [rules-users] What should I insert into the working memory?

2010-11-28 Thread Chris Selwyn
Hi Wolfgang, Thanks for the helpful response. I do find myself using "contains" and "memberof" quite a lot depending on whether I am going "up" or "down" the tree structure. Is this a performance problem? Is it better to use "from"? Thanks for the hint about adding the "parent" pointer in the

Re: [rules-users] Drools logging to console.

2010-11-28 Thread Greg Barton
You're just commenting out the references to the loggere, but not the construction. (if the line breaks are the same in your original code as they are below.) GreG On Nov 28, 2010, at 6:54, Nadav Hashimshony wrote: > my drools application write debug and info message to the console. > > i c

Re: [rules-users] What should I insert into the working memory?

2010-11-28 Thread Swindells, Thomas
Are you just performing validation or are you modifying the data as well? If it is purely validation then I believe you can get away purely with inserting the root element - it's not at all efficient if you update any of the data (pretty much every rule would have to refire) but if you aren't upd

Re: [rules-users] What should I insert into the working memory?

2010-11-28 Thread Wolfgang Laun
An XML schema just fitting your XML data will frequently not result in a class hierarchy that's well suited for writing rules. One point deals with representing the parent-child relationship, especially when there are multiple children of a kind, i.e., the parent class contains a List. You have th

[rules-users] Drools logging to console.

2010-11-28 Thread Nadav Hashimshony
my drools application write debug and info message to the console. i currently do the follwoing in the main thread i i have: private static KnowledgeBase m_droolsKbase= createKnowledgeBase(); private static KnowledgeBase createKnowledgeBase() { ResourceFactory.getResourceChangeNotifierService(

[rules-users] Guvnor Documentation

2010-11-28 Thread Pankaj Khattar
Hi, I am new to Guvnor 5.0, can i body tell me of link of a good PDF or link to syudy Guvnor as i ma not able to understand the official site for the same. Regards, Pankaj Khattar -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-Documentation-tp19811

[rules-users] What should I insert into the working memory?

2010-11-28 Thread Chris Selwyn
I am working on a project that is using Drools to perform validation of hierarchical XML messages. So I have passed the XSDs through JAXB and have a set of interrelated Java objects. One of these objects (naturally) represents the root of the messages and the others represent the intermediate a

Re: [rules-users] Starting resource change scanner and notifier in drools-server.

2010-11-28 Thread flo
I'm using 5.1.1.34858 FINAL at the moment... Is there any documentation or hints on how to achieve this behaviour in 5.2.0? The 5.2.0 SNAPSHOT docu doesn't seem to mention any new features (yet)...I took http://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/droo