[rules-users] Local repository location of Guvnor and accessing the data out of it

2010-05-28 Thread Vignesh
Hi, I am new to Guvnor and I am aware that Guvnor will store the data in its local repository using Derby database, Below is what i am trying to do, I have imported a JAR file which will access and provide the data that I am going to run against my rule, This new rule will do some validation and

[rules-users] Retrieving persisted data from Guvnor's repository

2010-05-28 Thread mick00
I have created a rule in Guvnor such that firing that rule will do some validation and persist the data.I am aware that the data will be stored in Guvnor's default repository. Is there any way to retrieve that data from derby database? If so, can someone throw some light on how to retrieve it? Th

Re: [rules-users] Drools Flow Persistence with Spring Hibernate

2010-05-28 Thread xdirewolfx
Thank for the response. Currently my application is already spring hibernate jta with data access through hibernate session/session factory. In order to use drools-persistence, I assume we would need to use jpa entity manager? As far as as possible, we try to not to have 2 data access unless ther

Re: [rules-users] Drools Flow Persistence with Spring Hibernate

2010-05-28 Thread KiranP
hi there, we r already using Drools Flow + Spring 3.0 + Hibernate JPA it works fine in our case any helpwill be very glad Drools at beginning has some clutters.but as u come over it.u'll what magnificent things they have in there Cheer's - Keep Working >> KiranP -- View

Re: [rules-users] Introspect Rules When condition

2010-05-28 Thread Mark Proctor
On 29/05/2010 01:13, Kinjal Khandhar wrote: Hello All, I am working on Drools Rules and need help on the below problem: In my .drl file say: *rule* *when* *Object1(..)* *Object2(..)* *then* * * *end;* Is there a way(Drools API or any method) in which I can scan through my rul

[rules-users] Introspect Rules When condition

2010-05-28 Thread Kinjal Khandhar
Hello All, I am working on Drools Rules and need help on the below problem: In my .drl file say: *rule* *when* *Object1(..)* *Object2(..)* *then* * * *end;* Is there a way(Drools API or any method) in which I can scan through my rules files and get the objects...say Object1 an

Re: [rules-users] error running Test Scenarios

2010-05-28 Thread Fnu Mahalakshmi
ivileged, confidential and protected from disclosure. If the reader of > this message is not the intended recipient, or an employee or agent > responsible for delivering this message to the intended recipient, you are > hereby notified that any dissemination, distribution or copying of this &

Re: [rules-users] Keeping Flows in Guvnor

2010-05-28 Thread Esteban Aliverti
Hi, Unfortunately I'm struggling with this issue now: https://jira.jboss.org/browse/BRMS-320 so I can't make any test for your question :( But "in theory" what you are trying to do should work fine (unless you encounter the issue I'm dealing with ;) ). I reviewed the code, and Guvnor adds all the a

Re: [rules-users] Drools Flow Persistence with Spring Hibernate

2010-05-28 Thread Dale Wyttenbach
I am trying to do the same but am currently struggling with a related OC4J issue (configuring OC4J to use Hibernate as JPA provider). If I get past that maybe we can compare notes. On Thu, May 27, 2010 at 12:48 PM, xdirewolfx wrote: > > Anyone managed to get drools flow persistence to be config

Re: [rules-users] error uploading jar files: please help

2010-05-28 Thread Esteban Aliverti
Looking at your stacktrace I found: "Caused by: java.lang.ClassFormatError: Incompatible magic value 175137123 in class file com/rb/model/Contact" Maybe the jar you are uploading was compiled using a newer jdk version that the one used by guvnor. Can you check that? Best, 2010/5/27 Mahalakshmi

[rules-users] Call for Submissions for RuleML-2010 and edBPM 2010

2010-05-28 Thread Adrian Paschke
Dear Colleagues, I would like to point you to these upcoming paper submission deadlines which might be interesting for you. --- RuleML-2010 October 21-23, 2010, Washington, DC, USA http://2010.ruleml.org/ Extended Abstract submission dea

Re: [rules-users] History log with mySQL Database

2010-05-28 Thread timpe
LokR wrote: > > Would that be possible that you have drools dependencies twice? (just an > idea...) > That worked for the error! Thanks. I created a new Drools Project (which contains several Libraries) AND added the maven dependencies. I removed the Drools Libraries created by the Drools Pro

Re: [rules-users] History log with mySQL Database

2010-05-28 Thread PAYET, Manuel
Would that be possible that you have drools dependencies twice? (just an idea...) -Message d'origine- De : rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] De la part de timpe Envoyé : vendredi 28 mai 2010 10:50 À : rules-users@lists.jboss.org Objet : [ru

[rules-users] History log with mySQL Database

2010-05-28 Thread timpe
I'm trying to establish a history log for my Flow. I'm using version 5.0.1 and I set up my project with maven. So I'm using drools-bam-5.0.1.jar Inside this archive there is a META-INF folder containing the hibernate-instructions. How can I reconfigure these settings? I tried to put the hibernate.

Re: [rules-users] FileNotFoundException for drl file in classpath

2010-05-28 Thread PAYET, Manuel
If it's in the package com.abc.xyz, so you have to use: ResourceFactory.newClassPathResource("/com/abc/xyz/keyRykes.drl") Or ResourceFactory.newClassPathResource("com/abc/xyz/keyRykes.drl") I don't remember, it's one of those :p -Message d'origine- De : rules-users-boun...@lists.jboss.or