RE: [rules-users] Whats new in JBoss Rules 4.0

2007-05-23 Thread Max Pendyschtschuk
Thanks Mark, But many pages are cut (e.g. page #2 maybe has an example how to use it now (not only 'before'), page #5 - 'Size' description...) all the best, Maxym Mark Proctor [EMAIL PROTECTED] schrieb: http://markproctor.blogspot.com/2007/05/whats-new-in-jboss-rules-40.html

[rules-users] Spring integraiton with drools

2007-05-23 Thread kranthikumar dalai
Hi to all, How spring and drools integration with java Semantic module. Can i have any examples on that. Regards: Kranthi Dalai rules-users@lists.jboss.org ___ rules-users mailing list rules-users@lists.jboss.org

[rules-users] Reg : DSL And Decisin Tables in Drools

2007-05-23 Thread kranthikumar dalai
Hi to all, I gone through Drools documentation. And i came to know how the dsl and decision tables are useful. But i want to know that are decision table or/and dsl useful for adding/modify new rules from non programmer side. If We can then, can i have clear idean and any

[rules-users] Rule Modeling

2007-05-23 Thread Chris Woodrow
Hi, I have been trying to do some rule generation using RuleModel class. The thing is I did not find out how to generate an eval condition. Maybe I am not using the proper class. Thanks Chris ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Rule Modeling

2007-05-23 Thread Edson Tirelli
Luck you! :) So, don't generate any eval!! ;) Seriously speaking now, RuleModel is used by a rule modeler in the new BRMS stuff and is evolving... right now it supports only a subset of all DRL features. Also, they suffer from restrictions since they are GWT compiled into javascript. If

Re: [rules-users] Spring integraiton with drools

2007-05-23 Thread Mark Proctor
we don't have semantic modules any more, are you talking about drools 2.0? I don't believe anyone has done any spring integration for 3.0. Mark kranthikumar dalai wrote: Hi to all, How spring and drools integration with java Semantic module. Can i have any examples on that.

[rules-users] JBoss Rules IDE Error on StringEvaluator

2007-05-23 Thread Ronald R. DiFrango
Anyone ever seen this error in the IDE: Severity and DescriptionPathResourceLocationCreation Time Id Operator '50' does not exist for StringEvaluator RtvDecisionEngine/src/rules/com/circuitcity/rtvcrms/rulesrtv.drl Unknown117995431763829080 And if so what do you do

[rules-users] JBRMS

2007-05-23 Thread Marcos Tengelmann
Hi, We are trying the new module that came on new Drools, and it is an amazing work on such time frame. Congratulations Well, during our tests, we uploaded a Jar to the tool, and one problem we have identified is that NOT all classes of the model are available as FACTS. My question here is: Is

Re: [rules-users] JBRMS

2007-05-23 Thread Mark Proctor
Easiest way is to get your engineers onto IRC to chat directly with us, being local I can also allow Edson onsite to help with contributions. You can contribute either by providing patches, or we can give you direct svn access, the later is normally for people that commit regularly.

Re: [rules-users] JBoss Rules IDE Error on StringEvaluator

2007-05-23 Thread Edson Tirelli
Ronald, When you write an expression for a String attribute like: Person( name Edson ) It should raise an exception saying: Operator '' does not exists for StringEvaluator. Although, he is saying Operator '50'?!?! What version of drools are you using? []s Edson