[rules-users] Class Casting in a Collection data

2009-06-15 Thread VinuJay
Hi my fact object looks like this, class ProcessRequest { Long requestId; String processType; String assigneeUsers; HashTableString,Object businessData; //Getters and Setters } My businessdata can be of type Integer, String, Boolean, hence i have used generic Object for the

Re: [rules-users] Class Casting in a Collection data

2009-06-15 Thread Edson Tirelli
What versions of Drools and MVEL are you using? []s Edson 2009/6/15 VinuJay vinod.jayen...@wipro.com Hi my fact object looks like this, class ProcessRequest { Long requestId; String processType; String assigneeUsers; HashTableString,Object businessData; //Getters and