Hi,

 

I use drools in stateless Session  like this :

 

session.execute( my_facts_list) ;

 

and i have many rules like this

 

when

                                Type1(filter1 =1) 

Then

                                Insert( new Fact()) ;

 

 

Could you explain how it’s possible to retrieve my new facts in java code ?

 

 

Thanks.

 

Gaetan