[rules-users] Date validation in Guvnor

2010-06-11 Thread mick00
Hi, I want to validate the date format in my rule. I just want to check whether my date is in the given format(-mm-dd) in my rule in Guvnor. Is it possible to do such validation in Guvnor? I tried the same but got an exception stating that the date is not in the given format(dd-MMM-). Can

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

2010-05-31 Thread mick00
Hi Folks. Am pretty new to Drools Guvnor. I just need this following scenario clarified. Suppose say I have an object Ob and am setting some value say Ob.setX("ABC") and persisting this object after firing my rule. I suppose this data will be in the default derby database(am not configuring it wit

[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