Re: [rules-users] Drools Session Persistence

2014-06-30 Thread Mark Proctor
You can marshal the sessions manually and save/load the resulting byte[]. Look at the marshaller api in -api javadocs. Mark On 1 Jul 2014, at 01:40, calcacuervo wrote: > Hey Guys. > > I would like to persist a ksession in drools 6, but not every time I > interact with the session, as this woul

[rules-users] Drools Session Persistence

2014-06-30 Thread calcacuervo
Hey Guys. I would like to persist a ksession in drools 6, but not every time I interact with the session, as this would impact the performance and we have lot of events and facts inserted per second. Is this possible to manually persisting the session (for example, on undeployment), and then, at

[rules-users] Delay between rule firing using Drools 5.6

2014-06-30 Thread Arul Prashanth
We have a series of decision tables and for a particular set of decision table we see that for the first time when the rule is fired, there is a delay between the After Activation of Rule 1 and Before Activation of Rule 2. This happens only when the Rules are fired for the first time. Since there a

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
yes its working when I am deploying archiva as my repo manager. *Settings.xml* http://maven.apache.org/SETTINGS/1.1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd";> D:\Rep

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread Michael Anstis
OK, so this confirms you have your project configured to use bpmassets in it's section and that you're having a 401 issue. What do you have in your settings.xml? This, unfortunately, is moving towards possibly a Nexus issue (IDK what form it expects the authentication details to be provided). Yo

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
*Error Log.* 09:09:49,526 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (http-/0.0.0.0:8080-9) KieModule was added:MemoryKieModule[ ReleaseId

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread Michael Anstis
Please can you give some more information? Where/how have you configured the workbench to attempt to deploy to Nexus as opposed to it's internal maven repository? On 30 June 2014 09:24, 706826 wrote: > Yes, that’s I have already configured as follows, > > > >

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
Yes, that's I have already configured as follows, bpmassets deployment jbossadmin From

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread Michael Anstis
I assume Nexus requires authentication. You'll need to configure this in Maven's settings.xml on the server you're running the workbench. Maven's user guide contains details of how to configure permissions for remote servers in settings.xml. On 30 June 2014 08:18, 706826 wrote: > Hi Manstis,

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
Hi Manstis, Its working now with ARCHIVA as maven repo manager. BUT its not working with SONATYPE NEXUS as maven repo manager. Whenever I do build and deploy from the workbench it gives *Buid Failed* error and the log says *401 Unauthorized* -- View this message in context: http://drools.4699

Re: [rules-users] BRMS Build & Deploy

2014-06-30 Thread 706826
Thanks Manstis, Its working now with ARCHIVA as maven repo manager. BUT its not working with SONATYPE NEXUS as maven repo manager. Whenever I do build and deploy from the workbench it gives "Buid Failed" error and the log says "401 Unauthorized" -- View this message in context: http://drools.