RE: [rules-users] Problem using KnowledgeAgent

2009-02-19 Thread Seaver, Daniel (GE Healthcare)
Thanks for the clarification, Mark. I followed your links to get the latest of the greatest. Happy to see all those blue circles in the build history. I downloaded: drools-5.0.0.SNAPSHOT-eclipse-all.zip drools-5.0.0.SNAPSHOT-guvnor.zip Then I updated eclipse with the contents of ...eclips-al

Re: [rules-users] Drools 5 in Eclipse 3.4.1 Newbie

2009-02-19 Thread Mike Dean
What I did was start with Eclipse without any Drools 4.07 artifacts; restart it clean, and then install Drools 5 plugins and features. The problem I had was misunderstanding what they meant by run time Drools setup. Go to the Drools preferences in Eclipse, select run time set up, and you wi

Re: [rules-users] Using Servlet rule hosting instead of JBRMS

2009-02-19 Thread Ojwang Wilson O
Thanks for your professional response. Mark Proctor wrote: Wilson O Ojwang wrote: All, Just want to know if its possible for one to write a servlet that can host the packages (That is, instead of using JBRMS) that can be polled by RuleAgent.newRuleAgent(Properties prop) with the following p

Re: [rules-users] Problem using KnowledgeAgent

2009-02-19 Thread Mark Proctor
On the left side you see a list of red and blue circles, red indicates that build was a failure and blue a success: https://hudson.jboss.org/hudson/job/drools/ The last successful build has it's artifacts at: https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/

Re: [rules-users] need help in running brms under tomcat

2009-02-19 Thread David Sinclair
Issac, You need to follow these instructions exactly. http://www.jboss.org/community/docs/DOC-10130 Please confirm that you have. On Thu, Feb 19, 2009 at 2:40 PM, Isaac Oren wrote: > > Thanks David, yes I looked at the logs and noticed I probebly miss some > componnets, I don't remember seei

Re: [rules-users] Problem using KnowledgeAgent

2009-02-19 Thread Edson Tirelli
The tests are fixed and committed to revision #25353. []s Edson 2009/2/19 Mark Proctor > Dan Seaver wrote: > > Yes, the exception occurs on both the filesystem and Guvnor, and it happens > whether I set the value to true or false. > > > I found the issue and reviewed the agent code a

Re: [rules-users] need help in running brms under tomcat

2009-02-19 Thread David Sinclair
Which version of Drools? And is it really BRMS, or Guvnor u are trying to deploy? Also, there should be an associated stack trace for the failure. Please post that too. On Thu, Feb 19, 2009 at 2:02 PM, Isaac Oren wrote: > > I am trying to use Tomcat (5.5) on Windows to deploy the brms war file.

[rules-users] need help in running brms under tomcat

2009-02-19 Thread Isaac Oren
  I am trying to use Tomcat (5.5) on Windows to deploy the brms war file.   I am using the Tomcat Manager simple (last) option to deploy the war file, the response to the deploy actions is "OK". And indeed a proper directory is created under the webapp directory.   Nevertheless, the status on the

[rules-users] Problem with viewing the Business Rule Assets under the Rules Package in Drools Guvnor

2009-02-19 Thread guyt1122
Hello, I have noticed a strange behavior with the Drools Guvnor where I can not see any of my web guided decision table from the Rules Package "Business Rule Asset" view.? I can navigate to this decision table using the "Assets View" and when I click on the "more info" button the addition inf

Re: [rules-users] M2 repo for Drools 3.0.6

2009-02-19 Thread Mark Proctor
GRILLON, Jean Pierre wrote: Hi, I'm looking for a public Maven2 repository for Drools v3.0.6. Unfortunately, it seems to be missing into JBoss' repository: http://repository.jboss.com/maven2/org/drools/ Could you please upload it? We won't be doing this at the jboss repository, unless a pa

Re: [rules-users] Problem using KnowledgeAgent

2009-02-19 Thread Mark Proctor
Dan Seaver wrote: Yes, the exception occurs on both the filesystem and Guvnor, and it happens whether I set the value to true or false. I found the issue and reviewed the agent code and this has been fixed in trunk. Edson si just fixing two failing tests, but as soon as the build turns blue

Re: [rules-users] Problem using KnowledgeAgent

2009-02-19 Thread Dan Seaver
Yes, the exception occurs on both the filesystem and Guvnor, and it happens whether I set the value to true or false. Michael Neale wrote: > > So from the filesystem it won't pick up changes? (does it throw the > same exception). > > > On Thu, Feb 19, 2009 at 5:34 AM, Dan Seaver wrote: >> >

[rules-users] M2 repo for Drools 3.0.6

2009-02-19 Thread GRILLON, Jean Pierre
Hi, I'm looking for a public Maven2 repository for Drools v3.0.6. Unfortunately, it seems to be missing into JBoss' repository: http://repository.jboss.com/maven2/org/drools/ Could you please upload it? Thanks, Jean-Pierre This message contains information that may be privileged or confid

Re: [rules-users] Using Servlet rule hosting instead of JBRMS

2009-02-19 Thread Mark Proctor
Wilson O Ojwang wrote: All, Just want to know if its possible for one to write a servlet that can host the packages (That is, instead of using JBRMS) that can be polled by RuleAgent.newRuleAgent(Properties prop) with the following prop. url=http://server:port/servletname/packages/ poll=300 l

RE: [rules-users] Using Servlet rule hosting instead of JBRMS

2009-02-19 Thread Costello, Robert
Take a peek at the rule execution server in version 5. Robert Costello -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Wilson O Ojwang Sent: Thursday, February 19, 2009 9:44 AM To: Rules Users List Subject: [rules

[rules-users] Using Servlet rule hosting instead of JBRMS

2009-02-19 Thread Wilson O Ojwang
All, Just want to know if its possible for one to write a servlet that can host the packages (That is, instead of using JBRMS) that can be polled by RuleAgent.newRuleAgent(Properties prop) with the following prop. url=http://server:port/servletname/packages/ poll=300 localCacheDir=/home/usern

Re: [rules-users] drools 4.0.7 with jdk 1.4

2009-02-19 Thread Tim van der Leeuw
On Thu, Feb 19, 2009 at 7:18 AM, Mark Proctor wrote: > NRAM wrote: > >> Does anyone know whether Drools 4.0.7 support JDK 1.4 ? >> Also, can we use drools 4.0.7 BRMS tool with WAS 6.0 (I mean will it work >> with jdk 1.4)? >> > Actually, we do it. We use retrotranslator to backport the BRMS to j

[rules-users] Type Declaration exception from Guvnor

2009-02-19 Thread Mike Dean
Trying to point at Guvnor with a URL, and the JBoss console indicates that Guvnor is being properly hit. However, the following test case succeeds only when I leave the try..catch clauses in both locations; if I remove the try..catch clauses then the code does not finish (does not fail). Howeve

[rules-users] Conversion from Normal Decision Tables to Web-Based Tables and vice-versa

2009-02-19 Thread Vikrant Yagnick
Hi All, I am wondering if anyone has had a requirement where they would need to convert their normal decision tables into web-based decision tables(or vice-versa). If someone has already done this, can they share either some code or pointers to how this can be done? (I guess it will involving p