Re: [rules-users] Drools Support in IntelliJ

2014-01-20 Thread Anjana Ackroyd
http://planet.jboss.org/post/add_jboss_drools_support_in_intellij_idea_leif_hanack I just imported that zip file from the above link into my intellij On Mon, Jan 20, 2014 at 2:33 PM, mreynolds wrote: > I recently saw this video: > > http://www.screenr.com/w9q8 > > There are some pretty advance

Re: [rules-users] DSL: Unable to Expand Error - Even things that shouldn't be expanded.

2014-01-20 Thread SrjTx
Does any of this matter - I don't remember if it was there before the problem or not 17:13:17,704 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry xercesImpl.jar in /opt/jboss-as-7.2.0.Final/standalone/deployments/kie-drools-wb.war/WEB-INF/lib/xalan-2.7.

Re: [rules-users] DSL: Unable to Expand Error - Even things that shouldn't be expanded.

2014-01-20 Thread SrjTx
more data points with jboss not running: I deleted .niogit. I deleted all my .jar files from the kie and .m2 repos I deleted and re-installed the kie-wb.jar started jboss. .niogit came back started kiewb Tried to add a rule to mortgage demo project I still get the errors. I'm not sure what ca

[rules-users] Drools Support in IntelliJ

2014-01-20 Thread mreynolds
I recently saw this video: http://www.screenr.com/w9q8 There are some pretty advanced features being displayed that makes the Eclipse editor pale in comparison. I assumed that there was a Drools plugin for this and Googlefu seems to indicate that this is the case. However, whenever I open a DRL f

Re: [rules-users] DSL: Unable to Expand Error - Even things that shouldn't be expanded.

2014-01-20 Thread SrjTx
Another data point. I set this up on another machine and it works. Something on my machine must be corrupted. What would you recommend I delete? .niogit? (My .war is already all new) -- View this message in context: http://drools.46999.n3.nabble.com/DSL-Unable-to-Expand-Error-Even-things-t

Re: [rules-users] Fusion CEP Design problem / Race Condition

2014-01-20 Thread Wolfgang Laun
The test (as you describe it) isn't really reproducing what will happen in reality. A burst of 5000 events (almost) at the same time followed by a lull of 5sec isn't quite like a scenario of 25-50k per minute. The Alarm tied to some eventValue is OK. But I'd try and accumulate the matching events

Re: [rules-users] named consequences for an or...

2014-01-20 Thread Wolfgang Laun
On 20/01/2014, pmander wrote: > I could do this: > > when > $t : Transaction((org == "us") || (expensive() == "111")) > then > insert(new Record($t, 1)); > end > Yes, that takes care of the unwanted duplication. > If org is indeed equal to "us" is it guaranteed that expensive() doe

[rules-users] Unable to figure out few feature for tomcat7 deployment

2014-01-20 Thread Mohit Srivastava
Hi, I deployed drools workbench on tomcat. Guide only explains every thing on Wildfly or JBOSS EPA cluster But I am unable to figure out following things: - How to add new user? - How to change system properties? Thanks -- Mohit ___ rules-users

Re: [rules-users] Issue with Kie-cli-config

2014-01-20 Thread Soumya.plavaga
I am getting login failed while doing ssh localhost -p 8001. I have tried the following steps - 1. My drools-wb is running on my localhost. Drools internal ssh server is runing on port 8001. 2. I have generated the ssh public & private key using ssh-keygen -t rsa with empty pass phrase. 3. It cr

Re: [rules-users] named consequences for an or...

2014-01-20 Thread pmander
I could do this: when $t : Transaction((org == "us") || (expensive() == "111")) then insert(new Record($t, 1)); end If org is indeed equal to "us" is it guaranteed that expensive() doesn't get executed? -- View this message in context: http://drools.46999.n3.nabble.com/na

[rules-users] Fusion CEP Design problem / Race Condition

2014-01-20 Thread Martin Kitzler
Hello everyone,   i'm having some design problems with Drools Fusion and CEP. Maybe you can guide me into the right direction. (Drools 5.6)       Problem: I want to use Fusion CEP to handle a quite large amount of events (25-50 thousand per minute as a start). The events don't have to live v

[rules-users] named consequences for an or...

2014-01-20 Thread pmander
I was using or in a rule for example rule "or example" when $t : (Transaction(org == "us") or Transaction(acc == "111")) then insert(new Record($t, 1)); end This would work but would create 2 Record objects which we sorted out later on but now for performance reasons I don't want the second match

Re: [rules-users] Project Explorer has dissappeared in KIE Workbench

2014-01-20 Thread ivot
Hi, Yes, I have downloaded kie-drools from the location below. Actually, I reinstalled the JBoss and KIE-Workbench and then logged in to Workbench using Firefox and though I do not see Project Explorer option in the Explore option, Project Explorer itself is showing on the lefthandside and did no

Re: [rules-users] DSL: Unable to Expand Error - Even things that shouldn't be expanded.

2014-01-20 Thread SrjTx
BTW, it would be nice if some where on the GUI you could see what version you were running. -- View this message in context: http://drools.46999.n3.nabble.com/DSL-Unable-to-Expand-Error-Even-things-that-shouldn-t-be-expanded-tp4027749p4027773.html Sent from the Drools: User forum mailing list a

Re: [rules-users] DSL: Unable to Expand Error - Even things that shouldn't be expanded.

2014-01-20 Thread SrjTx
Must not be in 6.0.1. I upgraded to 6.0.1 I even created a new repo with the rule 7. | when 8. | Number( ) 9. | then 10. | end and get [8] No mapping entries for expanding: insert( new Number() ); [8] Unable to expand:

Re: [rules-users] Project Explorer has dissappeared in KIE Workbench

2014-01-20 Thread Toni Rikkola
I tested the 6.0.1.Final war with Chrome and got the user agent error. Looks like the only browser that works 100% is Firefox and any other that uses Gecko 1.8. Toni On ma, 2014-01-20 at 13:25 +, Michael Anstis wrote: > Can you please confirm you downloaded the WAR > from > http://download.j

Re: [rules-users] stuck! Unknown accessor type: org.mvel2.optimizers.impl.refl.collection.ArrayCreator@690c2a7a

2014-01-20 Thread brachi
any news? -- View this message in context: http://drools.46999.n3.nabble.com/stuck-Unknown-accessor-type-org-mvel2-optimizers-impl-refl-collection-ArrayCreator-690c2a7a-tp4020969p4027769.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] Project Explorer has dissappeared in KIE Workbench

2014-01-20 Thread Michael Anstis
Can you please confirm you downloaded the WAR from http://download.jboss.org/drools/release/6.0.1.Final/kie-drools-wb-distribution-6.0.1.Final.zip On 20 January 2014 13:10, ivot wrote: > Hi All, > > I have installed JBoss 7.1.1 and deployed > kie-drools-wb-distribution-6.0.1.Final.war. > > Ho

[rules-users] Project Explorer has dissappeared in KIE Workbench

2014-01-20 Thread ivot
Hi All, I have installed JBoss 7.1.1 and deployed kie-drools-wb-distribution-6.0.1.Final.war. However, when I log in to KIE Workbench I get an error message: Alos I do not see Project Explorer on the screen. Also when I click

Re: [rules-users] How to generate rule statements using MVEL 2.0 template?

2014-01-20 Thread neal
Hi Mark, This is the rough template i have created to produce rules. I am able to generate basic rules and able to write them .drl. package @{package}; @foreach{importEntry : imports} import @{importEntry}; @end{} @foreach{importEntry : staticImports} import static @{importEntry}; @end{} rule