Re: [rules-users] 6.0.1 Now Available

2013-12-26 Thread Mark Proctor
try using JBossAS 7.1.1 for now. Mark On 26 Dec 2013, at 06:59, Swapnil Aute swapnila...@gmail.com wrote: With new wars too, i am getting the same error. Cannot validate jar : org/uberfire/client/mvp/AbstractWorkbenchEditorActivity Regards, Swapnil Aute PH:+919652538632 On

[rules-users] Drools 6.0.0.Final - importing rules from multiple maven projects

2013-12-26 Thread Soumya.plavaga
We want to keep separate the client specific rules common set of rules. We have created two different maven projects. one project having the common drls say 'A'. Another project having the client specific drls say 'B'. 'B' having dependency on 'A'. We want to load the rules in run time. We have

Re: [rules-users] Drools 6.0.0.Final - importing rules from multiple maven projects

2013-12-26 Thread Mark Proctor
look at the “includes” example. You can include the resources from any KieBase, that has an ID. IF those are in another Maven module, as it as a dependency. http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection Mark On 26 Dec 2013, at 14:10,

Re: [rules-users] Adding @PropertyReactive causes the other rules removed from the stack

2013-12-26 Thread Sonata
Davide Sottara wrote Confirmed, works as expected in 5.6.CR1 Davide Thanks, but does that mean that it is bugged in 5.5.0 and is not going to be patched in 5.5.x? -- View this message in context:

Re: [rules-users] Adding @PropertyReactive causes the other rules removed from the stack

2013-12-26 Thread Mark Proctor
We do not do maintenance “patch” releases of older community releases, only product releases. http://blog.athico.com/2011/04/drools-jbpm-community-versus-product.html Did you check if the unit test fails on 5.5? Mark On 27 Dec 2013, at 02:31, Sonata plz.write...@gmail.com wrote: Davide