[rules-users] Weird classloader problem

2013-11-18 Thread Alexander Herwix
Hey guys, using Drools 6 RC4. I have a simple rule which should cast an object into a specialized object (if it is indeed a specialization) and insert that into the session. rule Obj is SpecialObject salience 201 when $mainObj : MainObj(obj.class == SpecialObject.class, $obj : obj)

Re: [rules-users] Weird classloader problem

2013-11-18 Thread Alexander Herwix
, Alex Am 18.11.2013 um 14:13 schrieb Martin Minka martin.mi...@gmail.com: I had similar problem and it was solved in 6.0.0.CR5. 2013/11/18 Alexander Herwix a...@herwix.com Hey guys, using Drools 6 RC4. I have a simple rule which should cast an object into a specialized object

[rules-users] Expected Transaction Rollback Behavior of Drools 6

2013-09-05 Thread Alexander Herwix
Hey guys, I have a question regarding the expected transaction rollback behavior of drools 6 in an JTA-Environment. It looks like I have successfully configured drools within my app, however when I create a KieSession within a Transaction and roll it back, there is still some data persisted to

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

2013-09-04 Thread Alexander Herwix
with community ? Best regards, Martin 2013/9/3 Alexander Herwix a...@herwix.com Hey guys, I'm working on a Grails plugin for Drools/Jbpm 6 and I have trouble to get persistence working in a user friendly way. It would be awesome if someone with a better understanding of drools

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

2013-09-04 Thread Alexander Herwix
) 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 grails plugin. Let me know if you're interested. Cheers -markus 2013/9/4 Alexander Herwix a...@herwix.com

Re: [rules-users] KIE-WB, Drools-WB Authoring REST api

2013-08-13 Thread Alexander Herwix
about native mobile apps. Anyway, keep up the good work. Cheers, Alex Am 12.08.2013 um 19:42 schrieb Mark Proctor mproc...@codehaus.org: On 12 Aug 2013, at 18:28, Alexander Herwix a...@herwix.com wrote: Hey guys, I really love the new wb-apps, but documentation is really pretty sparse

Re: [rules-users] KIE-WB, Drools-WB Authoring REST api

2013-08-13 Thread Alexander Herwix
can use the VFS API. On Aug 13, 2013, at 8:40 AM, Alexander Herwix a...@herwix.com wrote: Hey Mark, first of all thanks for the information but I disagree. I would see providing a CRUD api as a helpful feature as this would provide a single place for asset management. Having access

[rules-users] KIE-WB, Drools-WB Authoring REST api

2013-08-12 Thread Alexander Herwix
Hey guys, I really love the new wb-apps, but documentation is really pretty sparse right now, so maybe you guys can help me out :) Is there any documentation on the authoring REST-Api? I have already asked on the jbpm forum, where they said that there should be one but that it's not