Re: [rules-users] CDI Integration

2011-12-01 Thread Robert Morse
Hello, Just a follow-up. The Seam 3.1 betas are out, but I'm not sure if that accomplishes the namespace extensions you mentioned below. On Oct 8, 2011, at 7:49 PM, Mark Proctor wrote: On 09/10/2011 02:16, Robert Morse wrote: I was asking the Seam 3 guys about Drools support, and Shane

[rules-users] CDI Integration

2011-10-08 Thread Robert Morse
I was asking the Seam 3 guys about Drools support, and Shane Bryzak replied: We need to update that page - Seam will not be providing a Drools module, rather the Drools team will be providing native CDI integration instead. Any idea when there will be CDI support? The human mind is an

[rules-users] Guvnor Repository Directory with Replicated Database

2011-08-13 Thread Robert Morse
Our Seam 2.2.x application uses Drools 5.2 and Guvnor 5.2 running under JBoss 5.1.0.GA. We use an external MySql database set up in a master slave configuration. The repository.xml file points to the master MySql database (obviously). Here's my question: Let's assume the database master

Re: [rules-users] Guvnor Repository Directory with Replicated Database

2011-08-13 Thread Robert Morse
. With kind regards, Mike On 13 August 2011 10:37, Robert Morse rmo...@mdesignz.com wrote: Our Seam 2.2.x application uses Drools 5.2 and Guvnor 5.2 running under JBoss 5.1.0.GA. We use an external MySql database set up in a master slave configuration. The repository.xml file points

Re: [rules-users] Drools and JBoss 6.0 Support

2010-10-08 Thread Robert Morse
) on JBOSS AS 6. The main blocker is running Seam 2.1 with JBOSS AS 6, you may search in Seam forum for possible workaround. To be honest, I would suggest you using JBOSS AS 5.X instead. Running Guvnor with As 6 is not on a priority list. Cheers, Jervis On 2010/10/7 8:50, Robert Morse wrote

Re: [rules-users] Drools and JBoss 6.0 Support

2010-10-08 Thread Robert Morse
would suggest you using JBOSS AS 5.X instead. Running Guvnor with As 6 is not on a priority list. Cheers, Jervis On 2010/10/7 8:50, Robert Morse wrote: Hello, Is there any update to this? I'm trying to get Drools-Guvnor 5.0.1 to run under JBoss AS 6. In addition to removing the jars

Re: [rules-users] Drools and JBoss 6.0 Support

2010-10-06 Thread Robert Morse
Hello, Is there any update to this? I'm trying to get Drools-Guvnor 5.0.1 to run under JBoss AS 6. In addition to removing the jars mentioned for an AS 5 installation, I also needed to remove the jta jar. The deployment fails with the following under the M5 version of AS 6. Any

[rules-users] Guvnor InvalidClassException

2010-09-15 Thread Robert Morse
I have a Seam 2.2 application that works perfectly with Drools when it references the drl file directly. Using Guvnor 5.1.0.M1 and the same drl, I'm getting the exception listed below. I've used earlier releases of Guvnor without any issues, but was curious why this would occur. I've stayed

Re: [rules-users] Guvnor InvalidClassException

2010-09-15 Thread Robert Morse
Ah ha! Thank you! On Sep 15, 2010, at 2:57 PM, Tihomir Surdilovic wrote: Seam 2.2 uses Drools 5.0, so you have to use Guvnor 5.0 as you need the same version jars that are used to serialize and de-serialize sessions/kbases. On 9/15/10 4:23 PM, Robert Morse wrote: I have a Seam 2.2

Re: [rules-users] Drools 5.1.1 KnowledgeAgent and SecurityRules

2010-09-14 Thread Robert Morse
This is good to know. I was just in the middle of converting to 5.1.1 but will not stop. By the way the 5.1.1 version of Guvnor appears to be unstable under JBoss 5.1. Verify operations just hang. Error messages (with no message) get displayed, Inability to sign out, etc. Back to 5.0.1.

[rules-users] Guvnor 5.1 fix questions

2009-11-24 Thread Robert Morse
Any idea if the patch to handle agenda-groups within decision tables will be applied to 5.1, and if it will deploy cleanly (without ACL errors) to JBoss 5.x? The human mind is an iterative processor, it never does anything right the first time. What it does well is to make improvements on

[rules-users] Guvnor Cache Error with Seam

2009-10-22 Thread Robert Morse
Not sure if this is a Seam or Drools issue, but Under Seam 2.2.0.GA, JBoss 5.1.0.GA, and Drools 5.0.1.GA and Guvnor, changes to rules within Guvnor followed by a rule build within Guvnor doesn't seem to be reflected back to Seam or the associated cache directory. Under Seam, I've

[rules-users] Fuzzy Logic

2008-05-09 Thread Robert Morse
Hello, Are there plans to integrate fuzzy logic into Drools? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Problem deploying BRMS 4.0.6

2008-04-01 Thread Robert Morse
Hello, I'm running JBoss AS 4.2.2.GA and have downloaded and built the drools- jbrms.war from the 4.0.6 source distribution under Mac OS X 10.5.2. When I deploy drools-jbrms.war, I get the following error: 11:52:10,028 WARN [config] Unable to process deployment descriptor for context

[rules-users] BRMS and Seam Configuration

2008-02-28 Thread Robert Morse
Hello, My apologies if this is not the correct forum, but does someone have an example of using BRMS with Seam? The example in the Seam docs appears to be missing information (namely the linkage between the drools: rule-agent and drools:managed- working-memory Thanks.

Re: [rules-users] Classloader issues with webapp : No ClassLoaders found, Circular dependencies...

2007-11-15 Thread Robert Morse
Very helpful to me! Thank you Julien! On Nov 15, 2007, at 8:48 AM, Edson Tirelli wrote: Julien, Thanks for reporting back! Edson 2007/11/15, Julien Cassignol [EMAIL PROTECTED]: ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-08 Thread Robert Morse
Hello Edson, Frankly, I wouldn't spend a lot of time on this. The alternate approach is to inject the working memory into the Seam component as described in the docs. Assuming that works (which I'm sure it will), then there's no reason to use the approach I was attempting. Let me

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-08 Thread Robert Morse
AM, Robert Morse wrote: Hello Edson, Frankly, I wouldn't spend a lot of time on this. The alternate approach is to inject the working memory into the Seam component as described in the docs. Assuming that works (which I'm sure it will), then there's no reason to use the approach I

Re: [rules-users] RuntimeDroolsException: Unable to load -- Solved

2007-11-08 Thread Robert Morse
between the standard Drools distribution and what comes with Seam? On Nov 8, 2007, at 10:12 AM, Robert Morse wrote: Hello, I downloaded Seam 2.0.0.GA, built the drools example (it's a simple number guess application). It fails exactly the same way. I'm guessing the Seam guys tested this before

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-06 Thread Robert Morse
Edson, Can you send me a pointer to the Leopard JVM bug? I haven't heard about it (other than Java 6 isn't available yet). On Nov 5, 2007, at 6:02 PM, Edson Tirelli wrote: Before we do any digging, aren't you being bitten by the Leopard JVM bug? Fernando, can you take a look at

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-06 Thread Robert Morse
constructor to be executed in the Authenticator class You *should* see the class cast exception. As part of the build process, the appropriate drool jars are installed. Unfortunately, I'm not sure which version of Drools this version of Seam is using. -robert. On Nov 6, 2007, at 8:31 AM, Robert

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
available to all. This is for sure a classpath problem, so just a matter of finding out exactly what is missing. []s Edson 2007/11/4, Robert Morse [EMAIL PROTECTED]: Hello Eric, If you find a solution for this, please let me know. I'm experiencing a similar problem. Thanks. -robert. On Oct

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
Hello Edson, Well, after a day, I'm no closer in getting this to work. I've put Drools 4.0.3 compiler, core, decisiontables, and jsr along with mvel14, core-3.2.3.v_686_R32x, jsr94-1.1, antlr-runtime-3.0 in: JBoss 4.2.1: /lib /lib/endorsed/ /server/default/lib as well as my EAR, EJB Jar,

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
at this? []s Edson 2007/11/5, Robert Morse [EMAIL PROTECTED]: Hello Edson, Well, after a day, I'm no closer in getting this to work. I've put Drools 4.0.3 compiler, core, decisiontables, and jsr along with mvel14, core-3.2.3.v_686_R32x, jsr94-1.1, antlr-runtime-3.0 in: JBoss 4.2.1: /lib