as Wolfgang said, try using true java casting...
instead of
((PayloadClass)payload.getSomeProp())
try
( ((PayloadClass)payload).getSomeProp() )
--
View this message in context:
http://drools.46999.n3.nabble.com/strict-mode-and-nested-object-property-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.