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

Today I had to give a 20 minute presentation on what's new in JBoss Rules 4.0. 
Obviously we have so much stuff we can't possibly get all of that across in 20 
minutes, but I hope that I got the main points of interest in there. Anyway I 
thought others might be interested in the presentation, enjoy.
  Whats new in JBoss Rules 4.0.pdf  - 
http://dl1u.savefile.com/76dcb5e1dcbfa5567940de758a1c0dba/whats_new_in_4_0.pdf

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


   
-
Yahoo! Clever - Sie haben Fragen? Yahoo! Nutzer antworten Ihnen.___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[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
https://lists.jboss.org/mailman/listinfo/rules-users


[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 example.



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


[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
https://lists.jboss.org/mailman/listinfo/rules-users


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 you want to do anything you do in a DRL when generating your rules,
you need to use the descriptor classes instead:

org.drools.lang.descr.*

  []s
  Edson

2007/5/23, Chris Woodrow [EMAIL PROTECTED]:


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
https://lists.jboss.org/mailman/listinfo/rules-users





--
 Edson Tirelli
 Software Engineer - JBoss Rules Core Developer
 Office: +55 11 3529-6000
 Mobile: +55 11 9287-5646
 JBoss, a division of Red Hat @ www.jboss.com
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


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.

 
Regards:
 
 
Kranthi Dalai  

 




___
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


[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 about it?  My rules file is just under 1000 lines
[and growing] and shows no other errors.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[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 there any kind of contraints in order to BRMS to
find all classes? Is there any restriction? What are the basic thing my
class must have in order to appear in the GUI of the BRMS as an available
fact?
 
The other question is: How could us contribute (If any interest on this, of
course) , with the module? In particular we are looking for
internationalization stuff. It is very important for us, and I think might
be interesting for others users.
 
Thanks
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


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. Internationalisation is good for us :) But be aware we don't 
like or allow hacks, so its not enough that it works, the design and 
implementation must be good.


Look forward to your contributions.

Mark


Marcos Tengelmann wrote:

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 there any kind of contraints in order to BRMS 
to find all classes? Is there any restriction? What are the basic 
thing my class must have in order to appear in the GUI of the BRMS as 
an available fact?
 
The other question is: How could us contribute (If any interest on 
this, of course) , with the module? In particular we are looking for 
internationalization stuff. It is very important for us, and I think 
might be interesting for others users.
 
Thanks



___
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] 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




2007/5/23, Ronald R. DiFrango [EMAIL PROTECTED]:


Anyone ever seen this error in the IDE:

Severity and DescriptionPathResourceLocationCreation
TimeId
Operator '50' does not exist for StringEvaluator
RtvDecisionEngine/src/rules/com/circuitcity/rtvcrms/rulesrtv.drl
Unknown117995431763829080

And if so what do you do about it?  My rules file is just under 1000 lines
[and growing] and shows no other errors.

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





--
 Edson Tirelli
 Software Engineer - JBoss Rules Core Developer
 Office: +55 11 3529-6000
 Mobile: +55 11 9287-5646
 JBoss, a division of Red Hat @ www.jboss.com
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users