[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 with

[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?