[rules-users] strict-mode and nested object property access in drools 5.4.0.Final - can i cast?

lhorton LHorton at ABCLegal.com
Thu May 24 13:25:47 EDT 2012


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-access-in-drools-5-4-0-Final-can-i-cast-tp4013373p4013965.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list