Re: [rules-users] Usage of the jcr2vfs migration tool

2014-08-25 Thread skipatdb
I have looked for these instructions also, and have never been able to find them. When I run the migration tool, I get no results. When I go in and add a stack trace to Jcr2VfsMigrationApp, I then get the following: C:\z\drools-wb\drools-wb-jcr2vfs-migration\drools-wb-jcr2vfs-migration-core\targ

[rules-users] sharing guvnor cache files

2014-08-25 Thread san_hegde
Hi, I have configured local guvnor cache in my application. Drools and Guvnor version 5.2. My application is deployed in 2 managed servers in weblogic. So now application in both the servers refer to the same directory where guvnor cache is created. Is there any issue in both the

Re: [rules-users] Loading pre-compiled rules (kbase.cache)

2014-08-25 Thread darktyco
I posted a similar question on the new google group forum today: https://groups.google.com/forum/#!topic/drools-setup/aEG1s8MqgA0 The KieServicesImpl class lives in the drools-compiler jar file so I don't believe the compiler jar can be removed from the classpath. In my case that is fine but I

[rules-users] BRMS 6 -Problem in web Guided editor Drop down selection

2014-08-25 Thread rsureshbe
We have bought BRMS 6 from JBOSS recently. Currently configuring an BRMS rules setup in DEV and INT, encountering an issue with web guided editor, we need your help in resolving the error. Issue is 1) I have data model jar contains Class A along with get/setter, created new web guided rule and

[rules-users] Kie-Spring Integration

2014-08-25 Thread gribeiro
Hi, Folks !I´m actually working on a project using Drools 6.0.1.Final and I´ve recevied the following request:1) All the .drl files are store inside my maven project under src/main/resources/drools-rules and here´s my drools.xml :

Re: [rules-users] Kie-Spring Integration

2014-08-25 Thread Ged Byrne
That's the standard maven project structure.   The resources will be copied to your class path: Within artifact producing source directories (ie. main and test), there is one directory for the language java (under which the normal package hierarchy exists), and one for resources (the

Re: [rules-users] Kie-Spring Integration

2014-08-25 Thread gribeiro
Just reinforcing my question: I need load rules (.drl files) from a network storage (outside the classpath), therefore Maven is not an option for me. Is there a way to do that using Kie-Spring or I´ll have to do it programmatically ? -- View this message in context:

Re: [rules-users] Trying to load a module from Maven coordinates

2014-08-25 Thread Mohit Srivastava
Hi David, I am facing same issue. Can you please share the solution you figured out ? Thanks Mohit On Sat, Mar 8, 2014 at 5:15 AM, david.berkman david.berk...@grenadefish.net wrote: Using Maven 3.2.1 and Drools 6.0.1, I'm trying to simply follow the instructions for loading a container

Re: [rules-users] Kie-Spring Integration

2014-08-25 Thread Mark Proctor
This list is now closed. This list has also moved to Google Groups: http://drools.org/community/forum.html https://groups.google.com/forum/#!forum/drools-usage Mark On 25 Aug 2014, at 21:26, gribeiro geovanny.ribe...@gmail.com wrote: Just reinforcing my question: I need load rules (.drl