Re: [rules-users] drools grid or other high availability solution?

2012-11-10 Thread Mark Proctor
There is nothing we provide for this. What you can do is setup 1..n nodes in a group - each with the same rules. Make sure all inserts are replicated to each node in the group, let each group run with redundancy. Mark On 10 Nov 2012, at 12:34, Miguel Paraz wrote: > Hi, > > On Sat, Nov 10, 20

Re: [rules-users] Problem in Parsing Change-set.xml

2012-11-10 Thread Wolfgang Laun
Spaces in pathnames shouldn't be a problem. (Does it work if you rename the folder, omitting the space?) Did you truncate the stack trace? -W On 10 November 2012 13:52, anniejoseph wrote: > Hi > I'm using change-set.xml, which pionts to a drl file. While running > change-set.xml I got an e

[rules-users] Problem in Parsing Change-set.xml

2012-11-10 Thread anniejoseph
Hi I'm using change-set.xml, which pionts to a drl file. While running change-set.xml I got an exception due to in *space *on the folder name in the url . My path for change-set.xml is : ' F:/Rule Testing/rules/change-set.xml ' . Exception that I got is : java.lang.RuntimeException: Unabl

Re: [rules-users] drools grid or other high availability solution?

2012-11-10 Thread Miguel Paraz
Hi, On Sat, Nov 10, 2012 at 1:35 AM, Mauricio Salatino wrote: > Hi Justin, > We are working on it, drools-grid was an experimental project to start the > design. > We also have the Drools Server using camel, and we will continue the > development of the remoting APIs, probably after the next rele