Re: [rules-users] can't put formula on Guvnor screen

2012-06-09 Thread zeeshan
Thanks Mike ! -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-can-t-put-formula-on-Guvnor-screen-tp3987830p4017832.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rule

Re: [rules-users] can't put formula on Guvnor screen

2012-06-09 Thread Michael Anstis
As far as I am concerned, yes. Use the URL I included in my previous email. sent on the move On 9 Jun 2012 06:04, "zeeshan" wrote: > Hi Mike ! > > Will it be OK to go with *5.5.0-SNAPSHOT*.?? Is formula part in > 5.5.0-SNAPSHOT of THEN working..?? > > > Thanks ! > > -- > View this mes

Re: [rules-users] can't put formula on Guvnor screen

2012-06-08 Thread zeeshan
Hi Mike ! Will it be OK to go with *5.5.0-SNAPSHOT*.?? Is formula part in 5.5.0-SNAPSHOT of THEN working..?? Thanks ! -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-can-t-put-formula-on-Guvnor-screen-tp3987830p4017829.html Sent from the Drools: User for

Re: [rules-users] can't put formula on Guvnor screen

2012-06-08 Thread Michael Anstis
Download complete. Deployed guvnor-5.5.0-SNAPSHOT-tomcat-6.0.war to Tomcat 6.0.30. Ran. Works OK. Am I missing something? On 8 June 2012 20:54, Michael Anstis wrote: > This is the commit that fixes is: > > > https://github.com/droolsjbpm/guvnor/commit/eed225c10df8b95404f801f1af7c353299b9ae6e

Re: [rules-users] can't put formula on Guvnor screen

2012-06-08 Thread Michael Anstis
This is the commit that fixes is: https://github.com/droolsjbpm/guvnor/commit/eed225c10df8b95404f801f1af7c353299b9ae6e I am downloading the SNAPSHOT from https://hudson.jboss.org/jenkins/job/guvnor/lastSuccessfulBuild/artifact/and will try. I can confirm (again) that it works as expected using t

Re: [rules-users] can't put formula on Guvnor screen

2012-06-08 Thread amritajain
I am using guvnor-5.5.0-SNAPSHOT-tomcat-6.0 and have the same issue. Any insights? Thanks. -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-can-t-put-formula-on-Guvnor-screen-tp3987830p4017819.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] can't put formula on Guvnor screen

2012-05-24 Thread Michael Anstis
It should be working in 5.5.0.beta1. 5.4.0.Final is what we released. I would not recommend using 5.4.0.beta1 as it is pre-release and some of it's internals could have changed for 5.4.0.Final (and later). Consequentially, and I believer other community members have been caught out this way, ther

Re: [rules-users] can't put formula on Guvnor screen

2012-05-24 Thread zeeshan
Hi Mike ! Its working on 5.4.0 Beta1 thanks ! -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-can-t-put-formula-on-Guvnor-screen-tp3987830p4013151.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] can't put formula on Guvnor screen

2012-05-23 Thread zeeshan
Hi Mike !! I downloaded the *5.4 final version* and imported in Eclipse. I am still facing the same problem as in 5.4 CR1 i.e. unable to put characters in Formula of THEN section.I also tried with *5.5.0 SNAPSHOT*.same problemactually I want to put this formula in THEN section >

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread zeeshan
Hi Mike !! I have downloaded almost all the files and now going through one by onewill let u know if get stuck in problem... Thanks ! -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-can-t-put-formula-on-Guvnor-screen-tp3987830p3996861.html Sent from the Drools

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread Michael Anstis
I'd recommend Drools Expert 5.4.0's user guide. I always found it informative. Guvnor's user-guide has improved vastly over the past few releases, but it won't win any literacy prizes. http://www.jboss.org/drools/documentation has links to the existing book list. The Cookbook is the most recent

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread zeeshan
Hi Mike !! Actually I was asking from where I can purchase updated version of this book. Can u provide any link from where I can buy online??? Or is there any updated user guide for this from where I can learn Drools deeply...?? Thanks !! -- View this message in context: http://drools.4

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread Michael Anstis
BTW, I forgot to mention. I suspect the book is copyrighted and I therefore the PDF is an eBook. It shouldn't really be shared, as it's probably licensed to someone. As Mark said, there isn't a newer version available. With kind regards, Mike On 16 May 2012 10:51, zeeshan wrote: > Thanks ver

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread zeeshan
Thanks very much Mike !! -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-can-t-put-formula-on-Guvnor-screen-tp3987830p3996773.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailin

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread Michael Anstis
In an ideal world you should not normally need to think about sequencing the order of rule execution. I suspect you are thinking "procedurally". The "WHEN" part of a rule is evaluated as Facts are inserted into Working Memory. This causes Activations for the "THEN" part to appear on an Agenda (sch

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread Michael Anstis
You can get the latest, bleeding edge, release from our Continuous Integration server:- https://hudson.jboss.org/hudson/job/guvnor/lastSuccessfulBuild/artifact/guvnor-distribution/target/ Make sure you pick a build that has the fix in it! You can also download the source and build from that, it'

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread San
Hi Mike I am working along with Zeeshan and Aswin. I hav started exploring drools a month back n finished 3 products one using the .drl rule and two using decision table. They have joined while exploring guvner just 2 days back n we have raised that bug. But nw we have a new requirement , for w

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread zeeshan
Hahahahahaha ;-) and thanks Mike for the fix.so now I need to use *5.5.0.beta1*..?? Currently I am using *guvnor-5.4.0.CR1-tomcat-6.0* WAR file then imported it in Eclipse IDE, opened the browser and found the Guvnor Drools GUI and after that followed JBOSS DROOLS BUSINESS RULES(old versio

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread Michael Anstis
Finding bugs always helps the community at large :) As for your prize, rest in comfort knowing that whenever I see your name I will curse ;) If you'd like to get more involved with developing Guvnor, read the "Getting involved" part of the user-guide (I forget exactly where it is) and come to one

Re: [rules-users] can't put formula on Guvnor screen

2012-05-16 Thread Michael Anstis
Thanks for raising the JIRA. It is now fixed (for 5.5.0.beta1). For 5.4, you may have seen from the release notes, I made the "value editors" for different data-types more robust - only permitting entry of valid values. It is very unfortunate I missed "formula" on the "THEN" part, that as you not

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread ashwindrool
HI Mike, I am working with zeeshan on same project since last week and face problem in formula generation in *Then* section of a rule. We are targeting guvnor as user friendly tool with minimum coding and quick development of complex rules. But with missing formula section in *Then* we are getting

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread zeeshan khan
*wo Mike.I can't believe it.its been only two days I have started digging around Drools and found a bugIt would be great if I can help this community in any ways... by the way MikeI am desperately waiting for my prize ;-)* *On Tue, May 15, 2012 at 6:38 PM, M

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread zeeshan khan
*wo Mike.I can't believe it.its been only two days I have started digging around Drools and found a bugIt would be great if I can help this community in any ways... by the way MikeI am desperately waiting for my prize ;-)* On Tue, May 15, 2012 at 6:38 PM, Mi

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread Michael Anstis
Congratulations :) You win the prize for finding (possibly) the first bug in 5.4. Using free-format DRL is, as you've found, a work-around. Can you please raise a bug at https://issues.jboss.org/browse/GUVNOR and I'll fix as soon as possible. With kind regards, Mike On 15 May 2012 13:51, zeesh

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread zeeshan khan
*Hi Mike !!* * * *I am using 5.4 versionplease have a look to the screen shots attached.* the rounded box in the screenshot takes only numbers in the case of THENbut working fine in WHEN... so i tried by using *ADD FROM FREE DRL*(in the box 2), and this was working fine... thanks !!

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread Michael Anstis
I tested formula with 5.4 and it works as I defined. What version of Guvnor are you using? On 15 May 2012 13:34, zeeshan khan wrote: > *Hi Mike !!* > * > * > *Thanks for the reply.its working fine in WHEN but not in THEN..* > > > > > > > > > > > > On Tue, May 15, 2012 at 5:06 PM, Michae

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread zeeshan khan
*Hi Mike !!* * * *Thanks for the reply.its working fine in WHEN but not in THEN..* On Tue, May 15, 2012 at 5:06 PM, Michael Anstis wrote: > The book, as Mark also said, is out of date compared to the current (5.4) > version of Drools and Guvnor. > > I suspect you've elected to s

Re: [rules-users] can't put formula on Guvnor screen

2012-05-15 Thread Michael Anstis
The book, as Mark also said, is out of date compared to the current (5.4) version of Drools and Guvnor. I suspect you've elected to set the field's value to a literal rather than formula. Please try deleting the constraint and adding back. When clicking on the pencil icon next to the operator be

[rules-users] can't put formula on Guvnor screen

2012-05-15 Thread zeeshan khan
Hi Team ! Earlier I sent this mail to rules-...@lists.jboss.org. Mark Proctor asked me to mail here so I am mailing here in the hope of reply. Since yesterday only I started learning Drools with the help of Google and *JBOSS DROOLS BUSINESS RULES pdf file*. I faced many prob