Re: [rules-users] Connection with Active Directory multiple organizational units

2010-06-24 Thread G3
Hi I tried as you suggested by deploying Guvnor 5.1.0.M2 in Jboss5.1 G.A .When I tried connection with single organization unit connection in Active Directory but i get this message The requested resource (/drools-guvnor/) is not available. my console shows: 467 ERROR [STDERR] SL

Re: [rules-users] OutOfMemoryError: GC overhead limit exceeded

2010-06-24 Thread Jeffrey Schneller
Geoffrey, Thank you for your response and the link to the blog post. We are definitely on the large side for rules. Luckily though not 8GB worth [at least not yet]. Is 5.1 stable enough to run in a production environment? Thanks. -Original Message- From: rules-users-boun...@lists.jb

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread mikexr
I got rid of them On Thursday, June 24, 2010, David Sinclair-2 [via Drools - Java Rules Engine] wrote: > > > need to get rid of those pesky package-info(s) in your import section :) > > On Thu, Jun 24, 2010 at 4:05 PM, mikexr <[hidden > email] 

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread Esteban Aliverti
David is right. What are those package-info entries? The - is not a valid character for classes names. On Thu, Jun 24, 2010 at 5:13 PM, mikexr wrote: > > I fixed the error, there was a duplicate import ( I'm assuming since its > working now ) in the import section. > > - > --

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread mikexr
I fixed the error, there was a duplicate import ( I'm assuming since its working now ) in the import section. - --- Thanks Mike -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-not-seeing-model-in-rule-edito

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread David Sinclair
need to get rid of those pesky package-info(s) in your import section :) On Thu, Jun 24, 2010 at 4:05 PM, mikexr wrote: > > All there error says is - > > [ERR 102] Line 3:49 mismatched input '-' > > - > --- > Thanks > > Mike > -- > View this message in

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread mikexr
All there error says is - [ERR 102] Line 3:49 mismatched input '-' - --- Thanks Mike -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-not-seeing-model-in-rule-editor-tp920136p920492.html Sent from the Drool

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread Esteban Aliverti
If you take a look at the last screenshot there is a message: "There were errors validating this package configuration". Try using the "View errors" button. Best, On Thu, Jun 24, 2010 at 4:56 PM, mikexr wrote: > > > http://drools-java-rules-engine.46999.n3.nabble.com/file/n920472/ruleserror02.

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread mikexr
http://drools-java-rules-engine.46999.n3.nabble.com/file/n920472/ruleserror02.jpg do you mean here at the package? If so, yes - --- Thanks Mike -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-not-seeing

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread David Sinclair
Did you add the imports for the package? On Thu, Jun 24, 2010 at 2:56 PM, mikexr wrote: > > correct, i did > > - > --- > Thanks > > Mike > -- > View this message in context: > http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-not-seeing-model-

Re: [rules-users] Can I create WS to access Guvnor?

2010-06-24 Thread David Sinclair
You may want to have a look at the Execution Server http://downloads.jboss.com/drools/docs/5.0.1.26597.FINAL/drools-guvnor/html_single/index.html 1.4.7.2. Drools execution server On Thu, Jun 24, 2010 at 12:36 PM, bbarani wrote: > > Hi, > > I am trying to create a WS which will invoke the rules

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread mikexr
correct, i did - --- Thanks Mike -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-not-seeing-model-in-rule-editor-tp920136p920289.html Sent from the Drools - User mailing list archive at Nabble.com.

Re: [rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread Esteban Aliverti
Silly Question: Did you "Saved and Validated" your configuration in package's editor window? Best, 2010/6/24 mikexr > I have a new package in a category . I create two models and uploaded them > to guvnor. I go to create a rule and the model objects aren't showing up. > What am I doing wrong? t

[rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread mikexr
I have a new package in a category . I create two models and uploaded them to guvnor. I go to create a rule and the model objects aren't showing up. What am I doing wrong? thanks http://drools-java-rules-engine.46999.n3.nabble.com/file/n920136/rulemodel.jpg http://drools-java-rules-engine.4

[rules-users] Guvnor not seeing model in rule editor

2010-06-24 Thread Mike Reynolds
I have a new package in a category . I create two models and uploaded them to guvnor. I go to create a rule and the model objects aren't showing up. What am I doing wrong? thanks <><>___ rules-users mailing list rules-users@lists.jboss.org https://lis

Re: [rules-users] OutOfMemoryError: GC overhead limit exceeded

2010-06-24 Thread Geoffrey De Smet
An "OutOfMemoryError: GC overhead limit exceeded" issue was fixed for 5.1, see http://blog.athico.com/2010/03/drools-halves-memory-use-with-new-true.html With kind regards, Geoffrey De Smet Jeffrey Schneller schreef: > I saw a similar thread about this back in March but I am now seeing a > si

[rules-users] Can I create WS to access Guvnor?

2010-06-24 Thread bbarani
Hi, I am trying to create a WS which will invoke the rules present in Guvnor and sends back a response. We have multiple applications which needs to execute the Rules present in Guvnor and hence we thought of creating a WS which can be accessed by all the applications. We tried to use AXIS to cr

[rules-users] OutOfMemoryError: GC overhead limit exceeded - RESEND

2010-06-24 Thread Jeffrey Schneller
This is a RESEND because of mail server issues. Not sure if the original message went out. I saw a similar thread about this back in March but I am now seeing a similar exception being thrown. I am running 5.0.1. The error is thrown in my app after the change set listener determines there wa

Re: [rules-users] Automatic updating of Guvnor Rules appears to be not working.

2010-06-24 Thread Esteban Aliverti
Could you please try your example using latest SNAPSHOT or 5.1M2? Thanks On Thu, Jun 24, 2010 at 10:20 AM, Stephen Mcgruer wrote: > Sorry, I'm using Drools 5.0.1 > > Cheers, > Stephen > > Quoting Esteban Aliverti : > > > Which version of drools are you using? > > > > On Thu, Jun 24, 2010 at 5:33

Re: [rules-users] Automatic updating of Guvnor Rules appears to be not working.

2010-06-24 Thread Stephen Mcgruer
Sorry, I'm using Drools 5.0.1 Cheers, Stephen Quoting Esteban Aliverti : > Which version of drools are you using? > > On Thu, Jun 24, 2010 at 5:33 AM, Stephen Mcgruer > wrote: > >> Hi there. I'm trying to get automatic update of rules working in my >> project, and seem to >> have run into a p

Re: [rules-users] matches doesn't catch rule.

2010-06-24 Thread Jared Davis
try m:myObject(variable matches "(WORD 1|WORD 2)") -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/matches-doesn-t-catch-rule-tp919334p919402.html Sent from the Drools - User mailing list archive at Nabble.com. __

[rules-users] matches doesn't catch rule.

2010-06-24 Thread hensor
I'm trying to create a rule where I want to match if a variable matches one or more words. This is my rule: m:myObject(variable matches "WORD 1|WORD 2") but it doesn't catch any instance where variable is either WORD 1 or WORD 2. -- View this message in context: http://drools-java-rules-engine

Re: [rules-users] Automatic updating of Guvnor Rules appears to be not working.

2010-06-24 Thread Esteban Aliverti
Which version of drools are you using? On Thu, Jun 24, 2010 at 5:33 AM, Stephen Mcgruer wrote: > Hi there. I'm trying to get automatic update of rules working in my > project, and seem to > have run into a problem. As far as I can tell, automatic polling and > updating is turned > on, and claims

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-24 Thread Jervisliu
Guvnor is using Seam internally to handle session/authentication etc. To do your own authentication, you need to implement your own authenticator. Take a look at http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/security/DefaultAuthent

[rules-users] Automatic updating of Guvnor Rules appears to be not working.

2010-06-24 Thread Stephen Mcgruer
Hi there. I'm trying to get automatic update of rules working in my project, and seem to have run into a problem. As far as I can tell, automatic polling and updating is turned on, and claims to update the knowledgebase, but changes to the rules don't seem to have any effect. A simple example