Hi,

  I'm using Drools 4.0.1 snapshot but the Global Data View seems not work :

this is my rule :

global Service service
global Parking parking



rule "gestion file d'attente"
        when
                v:Vehicule( age <= 3 ) from service.getVehicules()
        then 
                parking.garer(v); // add vehicule to parking
                
end

1) But in debug mode, in the Global Data View I have this message :
 "The selected working memory has no globals defined"
2) And In the Agenda View I don't see any activation, I see
"MAIN[focus]:...... (id=1370), is it normal ?
  when I check my parking I find a vehicule, so the rule was executed!

Thanks
-- 
View this message in context: 
http://www.nabble.com/global-Service-service-tf4316159.html#a12289656
Sent from the drools - user mailing list archive at Nabble.com.

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to