Re: [rules-users] Drools Guvnor : Rule validation fails - Not finding any of the fields from the Fact

2014-03-05 Thread mattmadhavan
Hi Rich, I have created a custom operator like "in" , "contains" etc (similar to mvel). My operator is called "inlist". For instance I can check if a value is present in a range of list values. Eg, $record (PRIMARY_SITE *inlist *("C500-C521, C533, C534, C560-C575")) Please note the value ran

Re: [rules-users] Drools Guvnor : Rule validation fails - Not finding any of the fields from the Fact

2014-03-05 Thread rjr201
Hi, I'm not sure what you mean by a custom operator? Could you give a code example? Or explain the steps you have gone through using Guvnor? Cheers, Rich. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-Rule-validation-fails-Not-finding-any-of-the-fields-from

Re: [rules-users] Drools Guvnor : Rule validation fails - Not finding any of the fields from the Fact

2014-03-04 Thread mattmadhavan
Hi there, Sorry don't know your real name. Yes I generated the getters and setters and the fields are being found! Not sure why but it works. But now I am facing issues with my custom operator. Its not finding it! Any ideas how I would go solving it? Thanks Matt -- View this message in conte

Re: [rules-users] Drools Guvnor : Rule validation fails - Not finding any of the fields from the Fact

2014-03-04 Thread rjr201
I don't know for certain but I think it is necessary to have getters and setters on all attributes you want drools to be able to access. What version of Guvnor are you using? In 5.3 you should be able to go to the "Edit" tab of the package and see your classes under 'imported types'. To see if

Re: [rules-users] Drools Guvnor : Rule validation fails - Not finding any of the fields from the Fact

2014-03-03 Thread mattmadhavan
Humm, All my fields in the FACT/record are public fields with *No Getters and Setters*. Not sure if this is an issue! Could some one answer this please? Had a long day,, giving up and going home. will pick it up tomorrow. Thanks Matt'M -- View this message in context: http://drools.46999.n3

[rules-users] Drools Guvnor : Rule validation fails - Not finding any of the fields from the Fact

2014-03-03 Thread mattmadhavan
Hello, I have imported bunch of rules (.drl file) into the Guvnor. Then I imported the Jar file containing the Facts and my Custom Operator and also the static methods into the same "Guvnor package of the rules. When I try to validate the rules, I am getting errors saying that it is not able to f

[rules-users] Drools-Guvnor

2014-02-24 Thread sravan k
Date: Mon, 24 Feb 2014 13:58:14 +0530 Hello everyone , Hope you are doing good , I am having following queries please give me a solution for the same >Which version of Drools is stabled ?>For every rule configuration we are >restarting tomcat ,because rules are not getting effected that is

Re: [rules-users] Drools guvnor 5.2 model is not available

2013-09-06 Thread Stephen Masters
Probably worth showing us the code for "testdrl". On 6 Sep 2013, at 09:48, pritha.gh...@wipro.com wrote: > Hi, > > Whenever I am setting the dialect as java the following error comes > > “[testdrl] Unable to generate rule invoker. CountryPriceModeltest cannot be > resolved to a type Country

[rules-users] Drools guvnor 5.2 model is not available

2013-09-06 Thread pritha.ghosh
Hi, Whenever I am setting the dialect as java the following error comes "[testdrl] Unable to generate rule invoker. CountryPriceModeltest cannot be resolved to a type CountryPriceModeltest cannot be resolved to a type" I am using guvnor 5.2 with jboss 6.1 Thanks, Pritha Please do not print th

Re: [rules-users] Drools Guvnor Integration

2013-08-22 Thread maunakea
>From the trace, it might not be the case that you don't have the source. Sorry, I dont want to misguide you. I dont know what this error means. You can get the source from the same download that you got Drools Expert. Good luck. -- View this message in context: http://drools.46999.n3.nabble.co

Re: [rules-users] Drools Guvnor Integration

2013-08-22 Thread maunakea
>From the trace, it looks like you need to add the source jars. Maybe you are trying to debug and when stepping into a method you are getting this? -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-Integration-tp4025641p4025649.html Sent from the Drools: User for

Re: [rules-users] Drools Guvnor got hang

2013-07-02 Thread krishna prasad As
Any update on this. On Mon, Jul 1, 2013 at 12:44 PM, krishna prasad As < krishnaprasa...@gmail.com> wrote: > Hi, > I'm using Drools Guvnor 5.4.0.Final for my production application. It was > running fine But today the guvnor got hung and when I tried to restart it, > got the following error in t

[rules-users] Drools Guvnor got hang

2013-07-01 Thread krishna prasad As
Hi, I'm using Drools Guvnor 5.4.0.Final for my production application. It was running fine But today the guvnor got hung and when I tried to restart it, got the following error in tomcat's(6.0.24) localhost log, Jul 1, 2013 7:14:31 AM org.apache.catalina.session.StandardSession writeObject WARNING

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2013-05-29 Thread 706826
U will need a gwt plugin for IE. Form builder is built on GWT (Google Web Toolkit) which doenot comes into IE by default. Just look for a GWT plugin for IE and it should open for u. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-integration-with-Webshere-Except

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2013-05-29 Thread Zahid Ahmed
Hi, It would be better if u share drools-guvnor/WEB-INF/beans.xml -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of drdaveg Sent: 30 May 2013 00:05 To: rules-users@lists.jboss.org Subject: Re: [rules-users] Drools

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2013-05-29 Thread drdaveg
When I try using 5.2 (NOT 5.2.1, which will be next) I get a logon dialog box for username/password that (per the docs) seems like it should accept anything - but no user/password combination seems to work out of box. Please note that I haven't tried to configure security for 5.2, expecting none.

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2013-05-26 Thread ashish6276
Hi I deployed drools guvnor 5.2.1 on WAS. It is working fine on google chrome and mozila. It is unable to load the guvnor page in IE. Is there any solution for it. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-integration-with-Webshere-Exception-during-st

Re: [rules-users] Drools Guvnor - Testing rules

2013-05-02 Thread Davide Sottara
Thanks for reporting, the ConditionalBranchDescr should be managed by verifier. I'll create a JIRA for this and make sure it's included in 5.6. On 05/02/2013 11:51 AM, rswanson wrote: > Using 5.5.0.Final, I just started trying to use the verifier and get a number > of these exceptions: > > org.d

Re: [rules-users] Drools Guvnor - Testing rules

2013-05-02 Thread rswanson
Using 5.5.0.Final, I just started trying to use the verifier and get a number of these exceptions: org.drools.verifier.visitor.UnknownDescriptionException: Descr ( class org.drools.lang.descr.ConditionalBranchDescr ) is unknown to drools verifier. at org.drools.verifier.visitor.RuleDescrVi

Re: [rules-users] Drools Guvnor - Testing rules

2013-05-02 Thread Toni Rikkola
Guvnor uses the Drools Verifier module for this. You can run the verifier in the QA Analysis section. Here is a list of features the Verifier covers https://community.jboss.org/wiki/DroolsVerifier It also has the features you listed. Verifier is not perfect, depends how you write your rules, bu

[rules-users] Drools Guvnor - Testing rules

2013-04-30 Thread Alan
Hi guys, I'm validating some features of Drools Guvnor and I would like to have some directions. We've got a project that has a lot of rules(its not on drools already, but we pretend to migrate it) and we would like to use Drools Guvnor to host those rules and run some analysis on it. I've seen s

Re: [rules-users] Drools / Guvnor 6

2013-02-28 Thread Mark Proctor
iew this message in context: > http://drools.46999.n3.nabble.com/rules-users-Drools-Guvnor-6-tp4022638p4022644.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > ___ > rules-users mailing list > rules-users@lists.j

Re: [rules-users] Drools / Guvnor 6

2013-02-28 Thread kurrent93
When can expect Drools 6 to make it into Enterprise support? I understand this is a long way off, but generally, is this 1 year, 18months, or longer? -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-Drools-Guvnor-6-tp4022638p4022644.html Sent from the Drools

Re: [rules-users] Drools / Guvnor 6

2013-02-28 Thread Mark Proctor
6.0 stuff is still raw, there are alphas, but they are not really got general use. We'll put out a beta shortly, I'd recommend you wait until then. Also a lot has changed in 6.0, especially around deployment, so it won't be an easy switch. Mark On 28 Feb 2013, at 17:50, Stephen Masters wrote:

[rules-users] Drools / Guvnor 6

2013-02-28 Thread Stephen Masters
Hi folks, Just wondering whether there's a download available yet for Guvnor v6, or whether I need to build from source. As mentioned previously I'm tinkering with it on WebSphere, and so far (using WAS 8.5 Liberty Profile) I am experiencing zero issues. It just works! I'm using the Tomcat dis

Re: [rules-users] Drools Guvnor User authentication

2013-02-23 Thread droolist
Take a look at... org.drools.guvnor.server.security.DemoAuthenticator Implement a class similar to that and configure that in your beans.xml. Make the class available in the classpath, thats it. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-User-authentication

Re: [rules-users] Drools Guvnor User authentication

2013-02-20 Thread droolist
Verify that you have given that user permissions in the administration module. Here is my experience when I tried Guvnor 5.5 with JAAS... After I got past that namespace issue, I ran into a Seam issue where user was returning null. After searching, it seemed that was a bug in Seam security that was

Re: [rules-users] Drools Guvnor User authentication

2013-02-19 Thread droolist
Try adding namespace prefix to element jaasConfigName. You can try security: or s: I remember seeing some post that indicated that prefix was omitted in error. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-User-authentication-tp4022448p4022462.html Sent from t

Re: [rules-users] Drools Guvnor Repository Reports

2013-01-25 Thread Jervis Liu
On 2013/1/25 22:51, Aseem Belsare wrote: Yes I have. I tried to do something similar to get the version history from Guvnor, but then I get exceptions which seem to be related to REST API and not Guvnor. I have no idea why this is happening. Code: URL url = new URL(guvnorURI + "/" + pa

Re: [rules-users] Drools Guvnor Repository Reports

2013-01-25 Thread Aseem Belsare
Yes I have. I tried to do something similar to get the version history from Guvnor, but then I get exceptions which seem to be related to REST API and not Guvnor. I have no idea why this is happening. Code: URL url = new URL(guvnorURI + "/" + packageName +"/"+"versions"); HttpURLC

Re: [rules-users] Drools Guvnor Repository Reports

2013-01-24 Thread Michael Anstis
Have you tried reading Guvnor's documentation ? There's a large section relating to REST calls. On 24 January 2013 18:20, Aseem Belsare wrote: > Hi, > > I wish to obtain the version history from

[rules-users] Drools Guvnor Repository Reports

2013-01-24 Thread Aseem Belsare
Hi, I wish to obtain the version history from Guvnor repository. Stumbled upon http://drools.46999.n3.nabble.com/Guvnor-Repository-Report-td3376667.htmlwhich seems to be related to the same topic, but the link in there is not working which points to the documentation for using REST API to get the

Re: [rules-users] Drools Guvnor: java.lang.ClassCastException: [Lorg.drools.rule.Package; cannot be cast to org.drools.rule.Package

2012-11-29 Thread Michael Anstis
I suspect the version of drools and guvnor you are using are not identical. Use of RuleAgent is most certainly not helping. Did you look at the /droolsjbpm/guvnor/guvnor-examples demonstration using KnowledgeAgent? On 29 November 2012 12:59, Hushen Savani wrote: > *Hi Team, * > > * * > > *

Re: [rules-users] Drools Guvnor: java.lang.ClassCastException: [Lorg.drools.rule.Package; cannot be cast to org.drools.rule.Package

2012-11-29 Thread Hushen Savani
Hi Team, I'm a newbie to Drools. Please help me here. 1. I have created a Package named "org.sample". 2. I have created a Model named "TestModel" in the same package. 3. I have created a Fact named "Number" in the same Model. 4. "Number" fact is as following:

[rules-users] Drools Guvnor: java.lang.ClassCastException: [Lorg.drools.rule.Package; cannot be cast to org.drools.rule.Package

2012-11-29 Thread hushen.savani
Hi Team, I'm a newbie to Drools. Please help me here.1. I have created a Package named "org.sample".2. I have created a Model named "TestModel" in the same package.3. I have created a Fact named "Number" in the same Model.4. "Number" fact is as following:

Re: [rules-users] Drools Guvnor API information?

2012-11-08 Thread Cedric Hurst
I wound up creating a Java-based facade for Guvnor a couple weeks back to support ant-based deployment. Feel free to compare notes with what I came up with here: https://gist.github.com/4039422 -- Build Smarter Software. Spantree Technology Group, LLC 813 W Randolph St, Suite 301, Chicago, I

Re: [rules-users] Drools Guvnor API information?

2012-11-08 Thread fanat1k_ua
I had been looking for a long time until I looked into sources: https://github.com/droolsjbpm/guvnor/blob/master/guvnor-webapp-drools/src/test/java/org/drools/guvnor/server/jaxrs/BasicPackageResourceIntegrationTest.java (e.g. method testCreateAndUpdateAndDeletePackageFromAtom() ) I used this resour

[rules-users] Drools Guvnor 5.4.0.Final running on JBoss AS 6.1

2012-10-29 Thread Patricia Bogoevici
Hi all, I am running Drools Guvnor 5.4.0.Final on JBoss AS 6.1. I removed some libraries that were conflicting, and I also removed from the web.xml, the BeanManager resource env. After those changes, the app starts up, but it fails when bootstrapping Weld, when wrapping injection target

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-09-26 Thread Ravikiran
Drools Guvnor v5.3 & 5.4 onwards uses weld and seam frameworks causing this error. Though i do not have any clue about the given exception, But Guvnor v5.2.0 works perfectly in Websphere AS7 without any issues. But remember, it works only in Firefox browser. You'll end up ing seeing blank screen af

Re: [rules-users] Drools Guvnor 5.2 Issue on Websphere AS 7

2012-08-22 Thread Ravikiran
Hi All, Drools Guvnor 5.2.0 Final successfully working on Websphere AS 7. As described in my earlier posts, I was not getting blank screen displayed after the new repository is created when i launch Guvnor for the first time. I didn't have any clue about this behavior because it wasn't throwing an

Re: [rules-users] Drools Guvnor 5.2 Issue on Websphere AS 7

2012-07-24 Thread Ravikiran
Hi, Drools Guvnor 5.4.0 Final - I came to know that this version may not work successfully in Websphere because IBM Websphere uses OpenWebBeans as CDI implementation. Where as JBoss uses weld and this seems to differ. Not very sure about the implementation of two sides...is it? Drools Guvnor 5.2

Re: [rules-users] Drools Guvnor 5.2 Issue on Websphere AS 7

2012-07-23 Thread Ravikiran
Hi Joffrey, I was almost there to start using guvnor with Websphere 7, but i am struck now with the situation explained earlier. That to, no exceptions have been thrown on server logs as well. Just blank screen with header part displayed after the repository is created Appreciate any help or

[rules-users] Drools Guvnor 5.2 Issue on Websphere AS 7

2012-07-23 Thread Ravikiran
Hi Drools gurus, I am back again. As most of you know that i had many 'weld' related issues for deploying Drools Guvnor 5.4 in Webspere 7. After all my trails, i have decided to go for Guvnor 5.2 (which doesn't have weld+seam dependancies) deployment on Websphere As7. This time, I was able to depl

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-20 Thread Ravikiran
Hi, Still no resolotion found. Whatever the tweaking i do, getting the same error...no change at all. To be more precise, My Websphere7 server was started successfully, but i get the server 500 error dialog resulting to below same error. "[20/07/12 20:12:02:063 SGT] 008d SystemOut O ERROR

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-19 Thread Ravikiran
Hi Joffrey/Gurus, Anybody can suggest how to resolve the below error. Before i get the above exception, i found that there was another exception during the server startup. Which is below, [19/07/12 17:33:49:360 SGT] 0025 webappE com.ibm.ws.webcontainer.webapp.WebApp notifyServletCont

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-19 Thread Geoffrey De Smet
My advice: start from scratch: Download guvnor-distribution-5.4.0.Final.zip, unzip it, take the tomcat6 war and deploy it to webshere. It will probably crash as Websphere doesn't allow to deploy certain jars: the question is which jars. (I don't know which ones). Look at the exception message and

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-19 Thread Ravikiran
Hi Joffrey, I have downloaded "guvnor-5.4.0.Final-tomcat-6.0.war" and deployed into Websphere AS7. Still i am getting the same exception. [19/07/12 17:23:36:125 SGT] 0025 webappI com.ibm.ws.webcontainer.webapp.WebApp log SRVE0296E: [guvnor-5_4_0_Final-tomcat-6_0_war#guvnor-5.4.0.Final

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-18 Thread Ravikiran
Hi Joffrey, I have downloaded the distribution shows Drools-guvnor 5.3.0, but when i see the Guvnor version from web UI (Adminstration-->About) it shows the version as SNAPSOT 5.4.0. Now i too suspect that my Guvnor is of version 5.4.0 only, that's why all those errors were coming. I feel that yo

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-18 Thread Geoffrey De Smet
Just realized: We only use CDI, weld, seam 3 and arquillian since Guvnor 5.4.0 In Guvnor 5.3.0 we still use seam 2 (which does not use the CDI spec jars). So how can you be running into errors that speak about weld-servlet? Op 18-07-12 14:19, Ravikiran schreef: > Hi Geoffrey & Other Gurus > > To

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-18 Thread Ravikiran
Hi Geoffrey & Other Gurus To throw more light on the above error message, please find below the getCurrentUser() method snippet that i have taken from the source of SecurityServiceServlet.java. Please tell me in what cases the securityService comes as null for causing this exception. public UserS

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-18 Thread Ravikiran
Hi Geoffrey, I couldn't find any weld related jar files available in guvnor-5.3.0.Final-tomcat-6.0.war. Also i have tried wild card search like weld*, but i couldn't find it. Could you please check whether the below line from the error message might give you some idea, "Service method 'public ab

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-17 Thread Geoffrey De Smet
Instead of the guvnor jboss-as-7.0 war, use the guvnor tomcat-6.0 war, that one includes the weld jars. Op 18-07-12 06:17, Ravikiran schreef: > Hi, > I am deploying drools-guvnor.war (version 5.3.0) into Websphere AS 7. The > war file was working perfectly fine in JBoss AS 7. But i am getting bel

[rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-17 Thread Ravikiran
Hi, I am deploying drools-guvnor.war (version 5.3.0) into Websphere AS 7. The war file was working perfectly fine in JBoss AS 7. But i am getting below exception when launching the guvnor from browser... [18/07/12 12:09:02:101 SGT] 0032 SystemOut O ERROR 18-07 12:09:02,101 (LoggingHelper.

Re: [rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Ravikiran
Hi Davide, I can write the listener to know what is happening underneath that will be printed in a log, but when it comes to my biz. scenario i should have a simple way that i can derive it from my java code. Because i have multiple biz.flows based on certain biz.policies...those policies have to

Re: [rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Davide Sottara
You could add an AgendaEventListener to your session (see also the manual for listeners), letting you execute callback code whenever a rule is activated/fires/etc... The listener is actually an interface, I think there is at least one default implementation which just logs debug code. Notice that

Re: [rules-users] Drools Guvnor 5.4.0 - Rules integration with database (Oracle)

2012-07-16 Thread Ravikiran
Hi Drools gurus, Further to my earlier post in the same thread, 1) please clarify whether the respository folder still exists after the database integration? 2) If the repository folder still exists even after database integration, then there is something wrong with my process. 3) After the deve

Re: [rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Ravikiran
Thanks Esteban. It works fine after inserting the Fact instead of FactType...!!! But still i have one basic question in mind...if there are many rules defined in my package, How would i know that which is rule has got fired when i call fireAllRules() method whithout passing AgendaFilter. Also i kn

Re: [rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Ravikiran kakarla
ooops. I'll try tomorrow in office and will reply...thanks a lot On Mon, Jul 16, 2012 at 9:59 PM, Esteban Aliverti < esteban.alive...@gmail.com> wrote: > The problem is that you are inserting the fact type definition instead of > the facts themselves. > > instead of insert *appType* and *incomeTy

Re: [rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Esteban Aliverti
The problem is that you are inserting the fact type definition instead of the facts themselves. instead of insert *appType* and *incomeType* you should insert *application*and *income*. Best Regards, Esteban Aliverti - Blog @ http://ilesteban.wordpress.c

Re: [rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Wolfgang Laun
Why do you think that you should have a third fact when there are no insert() calls except the two in your Java code? -W On 16/07/2012, Ravikiran wrote: > Hi, > I'm using default Guvnor package "mortgages" decision table as example for > my POC. Below is the rules from the decision table. No rule

[rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

2012-07-16 Thread Ravikiran
Hi, I'm using default Guvnor package "mortgages" decision table as example for my POC. Below is the rules from the decision table. No rule is being fired from my JAVA client out of 3 rules given below. //from row number: 1 rule "Row 3 Pricing loans" dialect "mvel" when

[rules-users] Drools Guvnor 5.4.0 - Rules integration with database (Oracle)

2012-07-16 Thread Ravikiran
Hi, I working on creating a POC by creating set of web based rules within a package using drools Guvnor and accessing them from my Java client. Currently, my drools uses Jackrabbit repository (2 foldersrepository and scripts and 1 file repository.xml) which is created within "bin" folder of my JBos

Re: [rules-users] Drools Guvnor - question on "mortgages" package in "guvnor-distribution-5.4.0.Final"

2012-07-13 Thread Ravikiran
It's very clear now. Thanks a lot Mike. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-question-on-mortgages-package-in-guvnor-distribution-5-4-0-Final-tp4018653p4018658.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___

Re: [rules-users] Drools Guvnor - question on "mortgages" package in "guvnor-distribution-5.4.0.Final"

2012-07-13 Thread Michael Anstis
The mortgages example uses a declarative model, not a POJO JAR model. There will be an asset for the model. On 13 July 2012 08:46, Ravikiran wrote: > Hi, > I have deployed drools-guvnor.war version 5.4.0 in Jboss AS 7. When i > launch > the guvnor for the first time, it also loads the defalult

[rules-users] Drools Guvnor - question on "mortgages" package in "guvnor-distribution-5.4.0.Final"

2012-07-13 Thread Ravikiran
Hi, I have deployed drools-guvnor.war version 5.4.0 in Jboss AS 7. When i launch the guvnor for the first time, it also loads the defalult packages, one package is called "mortgages" is also loaded. Mortgages package contans totally 7 diff. rules, but when i go see the model of the mortgages i do n

Re: [rules-users] Drools-guvnor simple example Help

2012-06-25 Thread Michael Anstis
I suspect you are thinking way too procedurally. If one was to place individual rules into separate Agenda Groups you could emulate "go to", but you should probably be asking yourself "why". On 25 June 2012 12:24, abhinay_agarwal wrote: > hey mike, > > no i cant differentiate them at object lev

Re: [rules-users] Drools-guvnor simple example Help

2012-06-25 Thread abhinay_agarwal
hey mike, no i cant differentiate them at object level... can agenda groups help me jump from one rule to other across packages ? -- View this message in context: http://drools.46999.n3.nabble.com/Drools-guvnor-simple-example-Help-tp4018223p4018227.html Sent from the Drools: User forum mailing

Re: [rules-users] Drools-guvnor simple example Help

2012-06-25 Thread Michael Anstis
How do you know what set of rules need to be executed? Do you make the decision based upon the business-transaction or Object types, or Object properties? I only ask as you may not need to worry about which rules run and which do not if you can differentiate at the Object level. For example:- //

[rules-users] Drools-guvnor simple example Help

2012-06-25 Thread abhinay_agarwal
i m pretty new to this tool..ve started using it a few days ago... now wat i need to do is to create rules for a bank account.. i ve different rules for opening a savings account and different for creating a current account.. and der are some rules which sud be satisfied by both the customers.

[rules-users] drools guvnor 5.4 final deployment error

2012-06-15 Thread domingo
Hi, I am trying to deploy drools guvnor 5.4 war into jboss5.1.0.GA apps server, but i got the following error... .. caused by: java.lang.ClassNotFoundException: javax.validation.MessageInterpolato $Context at java.net.URLClassLoader$1.run(Unknown Source) at java.security.

Re: [rules-users] Drools Guvnor - validate a rule results in "Unable to Analyse Expression"

2012-04-27 Thread Michael Anstis
Can you create a JIRA https://issues.jboss.org/browse/GUVNOR and attach a repository export please? On 25 April 2012 13:57, FlyingEagle wrote: > Hi folks, > > I have defined some rules in Eclipse and tested with JUnit tests and > everything was fine. > Now I defined the rules in Guvnor and while

[rules-users] Drools Guvnor - validate a rule results in "Unable to Analyse Expression"

2012-04-25 Thread FlyingEagle
Hi folks, I have defined some rules in Eclipse and tested with JUnit tests and everything was fine. Now I defined the rules in Guvnor and while validating I get the following error: [CardTrapping] Unable to Analyse Expression Fraud fraud = new Fraud(Fraud.CARD_TRAPPING, new SSTEvent[] { $event1,

Re: [rules-users] Drools Guvnor 5.0.1 - Memory Usage Tuning

2012-03-02 Thread tdakanalis
Hi again, I have collect some more information regarding the problem I mentioned in my previous post. I take a thread dump during the compilation process and as I can see the thread that makes the compilation is the following: "http-8080-20" daemon prio=10 tid=0x7f445054d800 nid=0x6abb runnab

[rules-users] Drools Guvnor 5.0.1 - Memory Usage Tuning

2012-02-29 Thread tdakanalis
Hi, We're using Drools Guvnor 5.0.1 in a production environment, running on Tomcat 6. We're experiencing permgen issues, particularly when doing large imports of rules, archiving, or compilation of rules. Following permgen exceptions, we increased the permgen to : -XX:MaxPermSize=2048M -ms3192M

Re: [rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-20 Thread Kevin Kelleher
Thanks Mantis, Working now .. I just increased the heap size ... so I was wrong, it was the cause - not the symptom. Regards, Kevin -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-issue-on-tomcat-when-attempting-to-use-Oracle-DB-as-rule-store-tp3754398p3760644.h

Re: [rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-17 Thread Kevin Kelleher
Hi Mantis, Thanks for the response I'm pretty sure that the "out of memory" is a symptom not the cause. The console give a warning "SEVERE: The web application [/guvnor] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak

Re: [rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-17 Thread Michael Anstis
The localhost log shows an Out Of Memory error. Have you tried increasing the heap size? sent on the move On 17 Feb 2012 17:36, "Kevin Kelleher" wrote: > Hi, > > First time post on drools ... > > I installed Guvnor 5.3.0 on tomcat 6.0.35. When I used the default > (Jackrabbit) datastore all wor

[rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-17 Thread Kevin Kelleher
Hi, First time post on drools ... I installed Guvnor 5.3.0 on tomcat 6.0.35. When I used the default (Jackrabbit) datastore all worked fine. I next went about trying to change guvnor to use an external RDBMS (Oracle 10g) . I generated a new repository.xml . As per reference manual I used the Re

Re: [rules-users] Drools Guvnor

2012-02-09 Thread Michael Anstis
Download the WAR most applicable to the web/application server on which you wish to run it. Install according to the web/application server on which you are deploying it. On Tomcat this, for me, is simply using the Manager Application to install the Tomcat WAR. sent on the move On 9 Feb 2012 21

[rules-users] Drools Guvnor

2012-02-09 Thread olfa
Hi, how to install Guvnor? thank you -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-tp3730872p3730872.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@

Re: [rules-users] Drools Guvnor 5.1 in WAS 6.1 server

2012-01-18 Thread arup
Hi, I'm not able to open this link to adjust guvnor settings. https://zuxho14:9045/ibm/help/index.jsp?topic=/com.ibm.ws.console.appmanagement/urun_rapp_classload.html Looks like the site is not available now. Please share some alternative link. or if u have the informations shared in this link p

Re: [rules-users] Drools Guvnor 5.1 in WAS 6.1 server

2012-01-18 Thread arup
Thanks a lot Jervis Liu. I followed the link provided by u. But one of the link(to adjust the Guvnor settings) is not working. please provide me some info about this. I need to complete this task by 2day. anyone having experiance in installing Guvnor in WAS 6.1 please help. Thanks in advance -- V

Re: [rules-users] Drools Guvnor 5.1 in WAS 6.1 server

2012-01-18 Thread Jervis Liu
This is a bit out-of-date, not sure if it helps: https://community.jboss.org/wiki/DroolsGuvnor50Installation Cheers, Jervis On 2012/1/18 20:32, arup wrote: > Hi all, > I'm new to Drools and facing some difficulties to run Guvnor in websphere > 6.1 server. I'm not finding any specific doc or gu

[rules-users] Drools Guvnor 5.1 in WAS 6.1 server

2012-01-18 Thread arup
Hi all, I'm new to Drools and facing some difficulties to run Guvnor in websphere 6.1 server. I'm not finding any specific doc or guideline that i can follow to deploy Guvnor 5.1 in WAS 6.1 server. Can you please guide me step by step to deploy guvnor in WAS. It's very urgent and I need to do it a

Re: [rules-users] Drools GUVNOR username "guest"

2011-12-27 Thread Cristiano Gavião
http://docs.jboss.org/drools/release/5.2.0.Final/drools-guvnor-docs/html/ch16.html On 27/12/11 06:48, starfish15 wrote: > Hi, > > By Default, it seems the drools GUVNOR username is taken as guest. I am not > able to locate the place where the same has been mentioned. Need to modify > the default

[rules-users] Drools GUVNOR username "guest"

2011-12-27 Thread starfish15
Hi, By Default, it seems the drools GUVNOR username is taken as guest. I am not able to locate the place where the same has been mentioned. Need to modify the default credentials itself. I would appreciate if someone could assist me with the same. Thanks for the help in advance. Regards, Starf

Re: [rules-users] Drools Guvnor API information?

2011-12-12 Thread srinivasasanda
Hi Vikas, Could you suggest me where i can find that Sardine.jar and other jar files. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-API-information-tp2471798p3581543.html Sent from the Drools: User forum mailing list archive at Nabble.com. _

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread ANJALI
Thank u ya surely ill share if im done with my task Regards, Anjali -- View this message in context: http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3492713.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Michael Anstis
hehe, me and Tiho have had a chat and I was getting horribly mixed up. BPMN is in the land of jBPM. Best ignore what I've said about the code not being maintained - but feel free to join Tiho and gang on #jbpm. Guvnor stores the jBPM asset, and the problem will be to do with the object not being

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Tihomir Surdilovic
On 11/8/11 6:40 AM, Michael Anstis wrote: If you develop a fix we'd obviously love to have you contribute it back Why not consider becoming the maintainer of the BPMN2 stuff? :) The integration of jBPM into Guvnor is heavily tied to development that is done within the jBPM project. I am re

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Michael Anstis
A Guvnor JIRA. 2011/11/8 Tihomir Surdilovic > On 11/8/11 6:59 AM, Michael Anstis wrote: > > Yes, I know that :) > > However, in the grand scheme of open JIRAs and (I assume) the importance > to the OP of having this fixed as soon as possible them looking themselves > might be the quickest optio

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Tihomir Surdilovic
On 11/8/11 6:59 AM, Michael Anstis wrote: Yes, I know that :) However, in the grand scheme of open JIRAs and (I assume) the importance to the OP of having this fixed as soon as possible them looking themselves might be the quickest option. Many, many other asset types stored in Guvnor work fi

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Michael Anstis
Yes, I know that :) However, in the grand scheme of open JIRAs and (I assume) the importance to the OP of having this fixed as soon as possible them looking themselves might be the quickest option. Many, many other asset types stored in Guvnor work fine - however it is obvious the screens re-load,

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Tihomir Surdilovic
The jBPM Web Designer does not store any assets itself, but delegates to Guvnor to store them, as such I think you cannot just say "go figure out some code which could be broken" but look at possible Guvnor issue here. A test scenario would be nice to have that can reproduce the issue, as well

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Michael Anstis
If you develop a fix we'd obviously love to have you contribute it back Why not consider becoming the maintainer of the BPMN2 stuff? :) On 8 November 2011 11:36, ANJALI wrote: > Thanks a lot for ur info > ill try to change the code > > > > -- > View this message in context: > http://dro

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread ANJALI
Thanks a lot for ur info ill try to change the code -- View this message in context: http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3489981.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Michael Anstis
Great. So your options are: raise a JIRA we will look at at some time, or have a look in the code yourself :) The problem is as I surmised; when saving the object representing the BPMN2 process it needs to be re-loaded\refreshed so subsequent optimistic lock checks succeed. On 8 November 2011 11

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread ANJALI
If i use close/re-open everything is fine -- View this message in context: http://drools.46999.n3.nabble.com/Drools-guvnor-issue-tp3489376p3489938.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rul

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Michael Anstis
Can you confirm if you *close* and *re-open* you are able to *save* again? This would confirm that (somehow) the asset needs to be programmatically re-opened. Not knowing the BPMN2 editor code-base, you might need to look into it and fix a bug. You could raise a JIRA too, but there's no promise

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread ANJALI
thanks for ur response as i said u earlier i have integrated drools into my application im getting *save all changes* and *close* option only so,i dnt have scope to reload my page is there any other alternate? Thanks in advance, Anjali -- View this message in context: http://drools.46999.n3.na

  1   2   3   >