[rules-users] sharing guvnor cache files

2014-08-25 Thread san_hegde
Hi, I have configured local guvnor cache in my application. Drools and Guvnor version 5.2. My application is deployed in 2 managed servers in weblogic. So now application in both the servers refer to the same directory where guvnor cache is created. Is there any issue in both the

Re: [rules-users] Mocking Guvnor

2014-08-08 Thread san_hegde
? Why not mock this service to use an implementation that returns what you need? On 8 August 2014 03:13, san_hegde [hidden email]/user/SendEmail.jtp?type=nodenode=4030608i=1 wrote: Hi , We have requirement where in during functional testing we do not want to connect to Guvnor rather want to mock

[rules-users] Mocking Guvnor

2014-08-07 Thread san_hegde
Hi , We have requirement where in during functional testing we do not want to connect to Guvnor rather want to mock it. For example mocking could be like this. We send Fact object as input during calling knowledgeSession.execute() method and in rule we update the result in

[rules-users] Resource scanning happens mpre than configured interval

2014-03-31 Thread san_hegde
Hi, I have configured Resource Scanner to scan at the interval of 3600 seconds(1 hr). But it actually scans 3 times in the duration of one hour. My configuration is as below. drools:resource-change-scanner id=s1 interval=3600 / When I checked the log file it actually scans 4 times in a

Re: [rules-users] Resource scanning happens mpre than configured interval

2014-03-31 Thread san_hegde
Thank you laune, Yes, there are multiple scanners running. Actually problem is out spring context xml file is being loaded multiple times and that's why multiple scanners are getting instantiated. -- View this message in context:

Re: [rules-users] Resource scanning happens mpre than configured interval

2014-03-31 Thread san_hegde
Thank you laune, Yes, there are multiple scanners running. Actually problem is out spring context xml file is being loaded multiple times and that's why multiple scanners are getting instantiated. -- View this message in context:

Re: [rules-users] KnowledgeAgentImpl memory leak (5.5.0.Final)

2014-03-27 Thread san_hegde
Did you finally get any solution to avoid memory leak in kbase building.. I am using drools/Guvnor 5.2 version. Coud you please list all the changes i have to do in source code to avoind all the issues which you were facing like 1) avoid rebuilding kbase from Cache, 2) avoid rebuilding cache

Re: [rules-users] KnowledgeAgentImpl memory leak (5.5.0.Final)

2014-03-27 Thread san_hegde
Ok, thanks for the reply. One more question. So what are the issues which you still have? I guess one is memory leak issue. Apart from this do you have any other issue? Thank you Santhosh From: alineasol [via Drools] [mailto:ml-node+s46999n4028986...@n3.nabble.com] Sent: Thursday, March

[rules-users] When Guvnor is down.

2014-03-26 Thread san_hegde
Hi All, We are facing a problem i.e. when Guvnor is down our application then fails to scan the resource in Guvnor, and after that even if Guvnor comes up, the scanner wont scan that resource. In the log I can see that number of resource scanning is 0. That means if that happens then our

[rules-users] Govner - drools:resource-change-scanner

2013-11-11 Thread san_hegde
Hi All, Our application is developed using Spring framework. We have our Rules in Guvnor. In our application we use resource scanner to poll Guvnor to check and download the latest package if modified like below. drools:resource-change-scanner id=s1 interval=3600 / The issue is in case if

[rules-users] Guvnor authorization

2013-10-03 Thread san_hegde
My requirement is to use the company LDAP for security and for authorization to use the database table where we maintain the User Roles. Also we are using weblogic application server and Guvnor 5.2. -- View this message in context:

[rules-users] Guvnor 5.2 - built-in selector does not work

2013-10-02 Thread san_hegde
I am using Guvnor 5.2(in weblogic).. When i user built-in selector, to select only few assets, it does not seem to work. Whatever condition i give , it still adds all assets. Is it a know issue? OR i have to do any extra configuration? -- View this message in context:

[rules-users] Guvnor in Cluster mode with Oracle DB failing

2013-10-01 Thread san_hegde
Hi, I am trying to deploy Guvnor in Clustered Node, using Oracle 11 I am getting Caused By: java.sql.SQLSyntaxErrorException: ORA-00902: invalid datatype I am able to deploy in Non-cluster respository.. Any idea on why it is throwing that exception in cluster.. Below is my cluster configuration

[rules-users] --Guvnor in Cluster mode with Oracle DB failing

2013-10-01 Thread san_hegde
Hi, I am trying to deploy Guvnor in Clustered Node, using Oracle 11 I am getting Caused By: java.sql.SQLSyntaxErrorException: ORA-00902: invalid datatype I am able to deploy in Non-cluster respository.. Any idea on why it is throwing that exception in cluster.. Below is my cluster configuration