Re: [rules-users] Too agressive scanning of classes in KieModuleMetaDataImpl

2014-03-14 Thread vektory79
I'm attach some files with errors, that generated during build: error-exceptions.txt - is a stack traces for error message only all-exceptions.txt - is a stack traces for all exceptions, generated in org.guvnor.common.services.builder.Builder.build() all-messages.txt - bonus . This is a all

Re: [rules-users] Too agressive scanning of classes in KieModuleMetaDataImpl

2014-03-14 Thread vektory79
Forgot to mention: messages, shown to user, hides the errors source. In my opinion, messages should include at least an Exception.getMessage(). -- View this message in context: http://drools.46999.n3.nabble.com/Too-agressive-scanning-of-classes-in-KieModuleMetaDataImpl-tp4028687p4028720.html

Re: [rules-users] IllegalStateException:

2014-03-14 Thread Raja Sekhar
Hi Davide, I see that i am loosing the session since i am running is multi-threaded environment I see the following URL https://github.com/droolsjbpm/drools/pull/256/files Are these changed to main branch for version 6.0.1 Regards, Raj On 13 March 2014 23:46, Davide Sottara dso...@gmail.com

[rules-users] Issue in Business Rule Guided Editor for BigDecimal and Date fields.

2014-03-14 Thread Rekha Somasundaran
Business Rule Guided Editor clears off the selected filter for BigDecimal and Date field types if the field is part of a class that is a member of the main fact after a save of the rule is done. Please check the image below for details: 1. The option to select the condition based on the type of

Re: [rules-users] IllegalStateException:

2014-03-14 Thread Davide Sottara
Major bugs are usually backported.. are you sure that this fix addresses your problem? In general, if you don't provide a detailed description of your environment and your problem, it will be extremely difficult to help you On 03/14/2014 10:03 AM, Raja Sekhar wrote: Hi Davide, I see that i am

Re: [rules-users] IllegalStateException:

2014-03-14 Thread Raja Sekhar
We are using storm in big data stack, we are reading data from database and apply rules on them. This is how storm works we have a topology and a spout(input) and bolts(processing and output). spouts will be reading from DB and sending them to the bolt. The bolt will initiate a kiesession and

Re: [rules-users] IllegalStateException:

2014-03-14 Thread Wolfgang Laun
The clarity and precision of your descriptions is unsurpassed. -W On 14/03/2014, Raja Sekhar raja.amir...@gmail.com wrote: We are using storm in big data stack, we are reading data from database and apply rules on them. This is how storm works we have a topology and a spout(input) and

Re: [rules-users] Global type integer - Unexpected global

2014-03-14 Thread Wolfgang Laun
The error you are getting occurs if the knowledge base doesn't contain the global at all. - Do you check for compilation errors after building? Does a simple rule rule hello when then System.out.println( Hello ); end fire if you add it to your DRL? -W On 14/03/2014, Faraniaina Domoina

Re: [rules-users] Too agressive scanning of classes in KieModuleMetaDataImpl

2014-03-14 Thread vektory79
2014-03-14 13:23 GMT+04:00 manstis [via Drools] ml-node+s46999n4028723...@n3.nabble.com: The messages are produced as a consequence of your project's dependencies. For example: Verification of class org.hibernate.metamodel.source.annotations.JandexHelper failed and will not be available

Re: [rules-users] NullPointerException with factType.get(fact, fieldname)

2014-03-14 Thread JarkkoMakela
I have this problem also with drools versions 6.0.1.FINAL and 6.1.0.Beta1 org.kie.api.definition.type.FactType.get(Object bean, String field) gives NullPointerException with default KieBase KieContainer kContainer = kieServices.newKieContainer(kieServices.newReleaseId(com.test, validationrules,

Re: [rules-users] IllegalStateException:

2014-03-14 Thread Davide Sottara
+1 Wolfgang :) Raj, we'd need to know things like: how many bolts, how many knowledge bases (I guess one), how many kiesession - a singleton, one per bolt, one per batch of facts...? Also, losing the session since it's running in a multi-threaded environment - what does it mean exactly? Thanks

Re: [rules-users] NullPointerException with factType.get(fact, fieldname)

2014-03-14 Thread Mario Fusco
Hi Jarkko, where does that ValidationError class come from? Is it a declared type? How can I reproduce this issue? Thanks for your help, Mario -- View this message in context: http://drools.46999.n3.nabble.com/NullPointerException-with-factType-get-fact-fieldname-tp4028688p4028735.html Sent

[rules-users] jbpm-console No active JTA transaction on joinTransaction call

2014-03-14 Thread captainrhino
Can anyone suggest any pointers for the belwo stack trace. I have jbpm-console deployed on jboss7 and I have the simple HR example process deployed. I can start the process but when I trya to complete the candidate name box that is displayed I get the following error. Any suggestions/pointers

Re: [rules-users] DSL sentence with multiple variables is defect

2014-03-14 Thread Kai Jemella
My example was bad, because the dsl starts with the same sentence as the first one in the mortgages project. Can you please try to set the credit rating variable to OK in the Guided Editor, then save, close and reopen the rule. Now you should see that OK was replaced by AA. This happens because

Re: [rules-users] DSL sentence with multiple variables is defect

2014-03-14 Thread Kai Jemella
My example was bad, because the dsl starts with the same sentence as the first one in the mortgages project. Can you please try to set the credit rating variable to OK in the Guided Editor, then save, close and reopen the rule. Now you should see that OK was replaced by AA. This happens because

Re: [rules-users] Too agressive scanning of classes in KieModuleMetaDataImpl

2014-03-14 Thread Michael Anstis
I agree, reporting could be improved. The problem is how to programmatically determine why a NoClassDefinitionFound exception was thrown. On 14 March 2014 12:35, vektory79 vektor...@gmail.com wrote: 2014-03-14 13:23 GMT+04:00 manstis [via Drools] [hidden

Re: [rules-users] IllegalStateException:

2014-03-14 Thread Raja Sekhar
Hi Thanks a lot Wolfgang Actually i have 2 bolts 1 bolt gets inserts the facts emitted by sprout and other bolt inserts data into the database. yes 1 bot per fact regarding losing session i mean that does the KieSession(6.0) works in a current technology stack which i am using currently using