Re: [rules-users] part time intern @ Red Hat

2014-05-11 Thread Bharadwaj N
Hi, Any update on this? On Tue, Apr 1, 2014 at 6:35 PM, Mark Proctor wrote: > No, there will be one potential position. I will contact individuals who > showed interest shortly. > > Mark > > On 1 Apr 2014, at 13:13, Bharadwaj N wrote: > > So you are preparing a team? > > > On Tue, Apr 1, 2014

[rules-users] Drools 6.0.1.Final compatibility

2014-05-11 Thread dush...@gmail.com
hello,I use drools 5.6.0.Final with drools-spring (5.6.0.Final). Due to this bug i'm trying to upgrade to 6.0.1. But having trouble with drools-spring. what is the compatible drools-spring version for drools 6.0.1 ?Thanks,Dushman -- View this messa

Re: [rules-users] Anyone want to help on our new Rule Algorithm?

2014-05-11 Thread Mark Proctor
A first good topic, now that we build and propagate tuple sets, is can we parallelism our joins? Look at the insert loop, on line 94. So it iterates and builds a resulting tuple set, which is eventually propagated. Can that set be built in parallel? https://github.com/droolsjbpm/drools/blob/mast

[rules-users] Anyone want to help on our new Rule Algorithm?

2014-05-11 Thread Mark Proctor
If anyone is interested in helping out on our next generation rule algorithm, we’ll offer personal mentoring to get you started on your way. Just ping my email directly, to discuss: http://blog.athico.com/2013/11/rip-rete-time-to-get-phreaky.html Mark

Re: [rules-users] Development lifecycle

2014-05-11 Thread Mark Proctor
If it’s a new Drools architecture, I’d recommend you use 6.1 beta3. We use GIT for source and Maven for artefacts. You an setup different maven repo’s for dev, stage and prod and create a copy routine to move the jars between the environments (or use a tool like sonatype). Mark On 11 May 2014,

Re: [rules-users] Any form of "groub by" or "distinct" in accumulate/collect ?

2014-05-11 Thread Ephemeris Lappis
Hello. It seems a quite good idea. On the way of "accumulate " or "collect", I've been thinking before such a solution... Injection of the collected elements remains to be done. I will try it with a concrete data set and verify that the collection time is acceptable. I'll let you know about the