Re: [rules-users] Drools 6 Spring JTA Persistence

2013-09-04 Thread Alexander Herwix
Hey Martin, haven't looked at your code yet, but I have Drools 6 CR1 and 2 running in grails though without local HT and JTA persistence. It was pretty straight forward, just included the dependencies and pruned duplicate entries (check the dependency report). If I get the plugin working I

Re: [rules-users] Drools 6 Spring JTA Persistence

2013-09-04 Thread Markus Schneider
Hi Alex, I'm developing a Grails Drools Plugin, too. At the moment I'm working on an ECA (Event Correlation Analysis) solution so my current focus is on expert fusion. But jBPM is also an important module that I'll need in the future. Maybe we can come togehter and create one feature rich

Re: [rules-users] Drools 6 Spring JTA Persistence

2013-09-04 Thread Alexander Herwix
Hey Markus, that sounds really interesting! I would love to know your opinion on how to integrate grails and drools in the best way. If we have similar ideas and goals for the plugin that would be really good way to proceed. Maybe we can set up a talk in irc or the like? I'm currently working

Re: [rules-users] Drools 6 Spring JTA Persistence

2013-09-04 Thread Martin Minka
If you don't mind, I am also interested to share opinions and work. Martin 2013/9/4 Alexander Herwix a...@herwix.com Hey Markus, that sounds really interesting! I would love to know your opinion on how to integrate grails and drools in the best way. If we have similar ideas and goals for

Re: [rules-users] Drools rules spring integration without using any persistence

2011-07-15 Thread kennywest
Same here when deploying a war with spring configs for drools using 5.2.0.Final. Apart from the error in the logging, the application seems to run fine and firing rules just fine. Any ideas on how to get rid of this error message? -- View this message in context:

Re: [rules-users] Drools rules spring integration without using any persistence

2011-07-15 Thread kennywest
Ok, found the culprit. Seems this comes from spring-support depending on drools-grid-impl. Why would you need a grid to execute rule locally? Any plans to remove this hard dependency in the future? -- View this message in context:

Re: [rules-users] Drools with Spring - Need Help

2011-07-04 Thread Andre
in the spring xml you can also declare globals and you should be able to access them in the drl via name http://docs.jboss.org/drools/release/5.2.0.Final/droolsjbpm-integration-docs/html_single/index.htm i think its the setGlobal Command -- View this message in context:

Re: [rules-users] Drools with Spring - Need Help

2011-07-01 Thread sv
Can you be bit elobrate? What version of drools you are using. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-with-Spring-Need-Help-tp3115948p3129427.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Drools with Spring - Need Help

2011-06-29 Thread anilkapoor
can anybody guide me in this... -- View this message in context: http://drools.46999.n3.nabble.com/Drools-with-Spring-Need-Help-tp3115948p3120575.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list

[rules-users] Drools with Spring - Need Help

2011-06-27 Thread anilkapoor
my spring config file is: ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:context=http://www.springframework.org/schema/context;

[rules-users] Drools rules spring integration without using any persistence

2011-06-23 Thread sv
Newbie here. Appreciate your help. I am trying to integrate only drools expert (rules) with spring without any persistence. In spring beans config, i have specified like this. When i start my local server, I received the following error. [PersistenceUnitDeployment] Starting persistence unit

Re: [rules-users] Drools with Spring Batch

2010-10-04 Thread KiranP
hi, have you figured out whats the problem.if u have then plz can u share it??? - Keep Working KiranP -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-with-Spring-Batch-tp1488585p1634170.html Sent from the Drools - User mailing list archive

Re: [rules-users] Drools with Spring Batch

2010-09-17 Thread Evert Penninckx
Check the drools introduction at http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-introduction/html/ch02.html#d0e63 chapter 2.1.2.2. It has a nice configuration example. -Evert -- View this message in context:

Re: [rules-users] Drools with Spring Batch

2010-09-17 Thread smogstate
I have some problems by configurating flow, here is my spring config: ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:drools=http://drools.org/schema/drools-spring;

[rules-users] Drools with Spring Batch

2010-09-16 Thread Manav
Hi, I am trying to integrate Drools with Spring Batch. Is there some documentation that could throw some light on the configuration involved in the same. Regards, Manav ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Drools with spring

2010-07-22 Thread sonytvpm
Hi thanks for reply Do I need drools server I am mainly using drools flow Regards Sonu Sent from my iPod On 23-Jul-2010, at 9:26 AM, Mark Proctor mproc...@codehaus.org wrote: On 23/07/2010 01:54, sonyt...@gmail.com wrote: Hi all I would like to integrate drools with spring If any body have

Re: [rules-users] Drools with spring

2010-07-22 Thread Mark Proctor
On 23/07/2010 02:50, sonyt...@gmail.com wrote: Hi thanks for reply Do I need drools server I am mainly using drools flow drools-server uses drools-spring and drools-camel. drools-spring can be used alone. Drools-server can just be used as an example project to get an idea of how it works,

Re: [rules-users] Drools Flow Spring Integration

2010-03-25 Thread tolitius
really? nobody is using Drools Flow with Spring? Or nobody really knows the answer? -- View this message in context: http://n3.nabble.com/Drools-Flow-Spring-Integration-tp467383p594037.html Sent from the Drools - User mailing list archive at Nabble.com.

[rules-users] Drools Flow Spring Integration

2010-03-22 Thread zx spectrum
Is there a working example on integrating Drools Flow with Spring? I can see an attempt in the trunk: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-container/drools-spring/src/test/resources/org/drools/container/spring/beans/persistence/beans.xml but it is rather a sketch...

[rules-users] Drools With Spring

2010-03-15 Thread ramram
Hi All, I am starting to work with Drools 5.1 and Spring framework. Please can u help with giving some examples or configuration files. Regards, Ram -- View this message in context: http://n3.nabble.com/Drools-With-Spring-tp449155p449155.html Sent from the Drools - User mailing list

[rules-users] Drools and Spring Integration

2008-01-22 Thread Mark Proctor
I've had no feedback on the dev mailing list about this, so thought I'd mention it here. If you want strong spring/guice integration with Drools please do get involved in this project and if they mature well enough we'll include them as part of the standard distro.

[rules-users] DROOLS AND SPRING INTEGRATION

2007-05-24 Thread suma
Hi, Could u please help me in drools and spring integration by giving some examples Thanks, suma -- View this message in context: http://www.nabble.com/DROOLS-AND-SPRING-INTEGRATION-tf3809566.html#a10782082 Sent from the drools - user mailing list archive at Nabble.com.

Re: [rules-users] Drools With Spring Framework Problem

2007-02-20 Thread Niyas
To: rules-users@lists.jboss.org Subject: [rules-users] Drools With Spring Framework Problem Hi all, I am in need of integrating Drools JBoss Rule Engine with Spring Framework. I have tried sample rule engine examples in the Drools in the standalone with the help od drools IDE for eclipse 3.2. And I

Re: [rules-users] Drools With Spring Framework Problem

2007-02-20 Thread Edson Tirelli
-users@lists.jboss.org Subject: [rules-users] Drools With Spring Framework Problem Hi all, I am in need of integrating Drools JBoss Rule Engine with Spring Framework. I have tried sample rule engine examples in the Drools in the standalone with the help od drools IDE for eclipse 3.2. And I also

Re: [rules-users] Drools With Spring Framework Problem

2007-02-20 Thread Niyas
://springmodules.dev.java.net/ Vlad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niyas Sent: 19 February 2007 09:49 To: rules-users@lists.jboss.org Subject: [rules-users] Drools With Spring Framework Problem Hi all, I am in need of integrating

Re: [rules-users] Drools With Spring Framework Problem

2007-02-20 Thread Edson Tirelli
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niyas Sent: 19 February 2007 09:49 To: rules-users@lists.jboss.org Subject: [rules-users] Drools With Spring Framework Problem Hi all, I am in need of integrating Drools JBoss Rule Engine with Spring Framework. I have tried