Re: [rules-users] Kie Spring integration

2014-07-07 Thread sumit dhaniya
Thanks Vinod it's working now. This class was not present in last Final release(6.0.1.Final) I updated to latest CR(6.1.0.CR1) and it's working now. Thanks for the help. On Mon, Jul 7, 2014 at 4:48 AM, vinodkiran vinodki...@usa.net wrote: try changing your kiePostProcessor from

[rules-users] Pièces de moteur diesel apparaissent principalement parce que la meilleure option pour les pièces qui peuvent être achetés

2014-07-07 Thread cheapwatches
Diesel a commencé modèle de montre-bracelet Mp3player, Bras Mp3 footballeur (WMP-1V), qui avait été parmi les nombreuses premières sortes de la voir généralement être construit. Pour une raison qui était initialement une bonne hop dans un avenir proche, offrant aux consommateurs d'être contrôlées

[rules-users] Diesel montres courantes se présentent tout simplement parce que votre meilleure option dans la gestion de montres que vous pouvez acheter

2014-07-07 Thread cheapwatches
Diesel annoncé catégorie des montres I-pod lecteur mp3, stéréo Main joueur de poker (WMP-1V), ce fut le commencer avec le type il s'asseoir et regarder rester conçu. Quand quelqu'un est une plongée importante dans le futur potentiel, aider de nombreuses personnes à être manipulés par les

Re: [rules-users] Kie Spring integration

2014-07-07 Thread vinodkiran
Annotations support for Kie-spring was introduced in 6.1. This was not part of the 6.0 release. -Vinod -- View this message in context: http://drools.46999.n3.nabble.com/Kie-Spring-integration-tp4030243p4030259.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Repositories in Kie-Drools

2014-07-07 Thread Mark Proctor
For now you’ll need to setup some manual sync between the two. Mar On 7 Jul 2014, at 05:51, Sumit Dhaniya sumitdhan...@gmail.com wrote: I want to use a repository hosted on cloud as repository in my kie ide. I tried creating a new repo cloning an existing repo but after cloning kie ide

Re: [rules-users] Is protobuf cache actually used?

2014-07-07 Thread Edson Tirelli
Federico, Not sure why you say it is not used? Drools tries to use any pre-compiled resource bytecode if it is available in the cache. If it is not available, it falls back to JIT compilation:

[rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Borris
I am getting an unexpected cast exception. The backtrace looks like Exception in thread main java.lang.ClassCastException: com.tastiereasier.rulez.ContextFoodItem cannot be cast to com.tastiereasier.domain.FoodItem at ConditionEvaluatorb792d1e4169f4ac98945e49e1412d793.evaluate(Unknown

Re: [rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Davide Sottara
What is the relationship (extends/implements) between the classes/interfaces in your model - ContextFoodItem, FoodItem, ContextDiner, etc.. ? Could you also please specify the version of Drools you are using? Thanks! Davide On 07/07/2014 03:04 PM, Borris wrote: I am getting an unexpected cast

Re: [rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Borris
Hi, Thanks for the response. Version is now 6.1.0.201407061813 (snapshot from last night). Previous version was 6.1.0.201406070605 (snapshot from about a month ago). I was on a snapshot because I wanted the fix for this: https://github.com/droolsjbpm/droolsjbpm-tools/commit/6bc54748e Re

Re: [rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Borris
On Monday 07/07/2014 23:09, Borris wrote: Hi, Thanks for the response. Version is now 6.1.0.201407061813 (snapshot from last night). Previous version was 6.1.0.201406070605 (snapshot from about a month ago). I was on a snapshot because I wanted the fix for this:

Re: [rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Davide Sottara
I'll try to reproduce the exception with the rule and the data model. Meanwhile, could you share a self-contained unit test that reproduces the problem? That would speed up the fix process Thanks! Davide On 07/07/2014 04:24 PM, Borris wrote: On Monday 07/07/2014 23:09, Borris wrote: Hi,

Re: [rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Borris
On Monday 07/07/2014 23:26, Davide Sottara wrote: I'll try to reproduce the exception with the rule and the data model. Meanwhile, could you share a self-contained unit test that reproduces the problem? That would speed up the fix process Thanks! Davide I'll give it a go! Gonna take a lot

Re: [rules-users] Is protobuf cache actually used?

2014-07-07 Thread Federico Bertola
Hi Edson, yes I saw that the JavaDialect class retrieve the compilation cache from the conf, but after a quick search it seems no one use the setCompilationCache method of KnowledgeBuilderConfigurationImpl, not even in the tests. So I was wondering what was the best way to use it... Maybe I

Re: [rules-users] unexpected/spurious ClassCastException

2014-07-07 Thread Borris
On Monday 07/07/2014 23:26, Davide Sottara wrote: I'll try to reproduce the exception with the rule and the data model. Meanwhile, could you share a self-contained unit test that reproduces the problem? That would speed up the fix process Thanks! Davide Hmm. Worked out what is happening.