Re: [rules-users] Encrypt password in repository.xml

2011-04-20 Thread David Faulkner
Boban, Instead of using an explicit JDBC connection string, you can instead find your MySQL connection via a JNDI lookup, externalizing your database connection information to your application server. You'll have to Google the exact details, but I believe you set the driver class to

Re: [rules-users] compilation error - Import statements are colliding

2011-04-20 Thread David Faulkner
I believe that you can only import one class with the same name, regardless of package. To access the other class within your code, you will need to refer to it every time with the fully qualified class name. This conforms to the behavior of Java source files. On 4/20/11 11:38 AM, Boban Abraham

Re: [rules-users] Drools-Guvnor ­ question about build and deploy packages

2011-04-19 Thread David Faulkner
Patricia, My understanding (which is certainly open to being corrected) is that in general there is no way to do an incremental compilation of rules. The entire package is analyzed together and significant optimizations are performed to combine common items between rules (which is one of the

Re: [rules-users] Drools Guvnor - Websphere 7

2011-04-05 Thread David Faulkner
to. May or may not be necessary, but generally a good practice. Guvnor DOES run on WebSphere 7. David Faulkner david.faulk...@amentra.com From: rules-users-boun...@lists.jboss.org [rules-users-boun...@lists.jboss.org] On Behalf Of Tihomir Surdilovic

Re: [rules-users] Using Drools to model and solve a production scheduling problem with changeovers

2011-03-29 Thread David Faulkner
Andrei, You should take a look at Drools Planner, which is designed to provide a framework for solving NP-hard problems using local search. I don't know how user-friendly you would consider it to be and there's no GUI, but it sounds like it may be a good fit for you. David Faulkner

Re: [rules-users] Misunderstanding salience?

2011-03-08 Thread David Faulkner
, but only add advice if advice is null. The possibilities are endless. With kind regards, David Faulkner david.faulk...@amentra.com From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Peter Ashford Sent: Wednesday, March 09, 2011 7:24 AM To: Rules

Re: [rules-users] Two instances of drools-guvnor can point to same database?

2011-03-07 Thread David Faulkner
. Good luck! David Faulkner david.faulk...@amentra.com From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Sartaj Shaik Sent: Friday, March 04, 2011 3:13 PM To: rules-users@lists.jboss.org Subject: [rules-users] Two instances of drools-guvnor can point

Re: [rules-users] Migrating from one environment to another

2011-02-17 Thread David Faulkner
history? What if the users from one instance aren't in the other? What do you do if categories and statuses aren't available? I agree that despite these issues that this is still an obviously useful feature. David Faulkner david.faulk...@amentra.commailto:david.faulk...@amentra.com