On 14/09/2013, stelomax <[email protected]> wrote: > Hi > > Thanks for looking at this. In my code xval is declared as an integer and > had been populated by an excel decision table. Would that make any > difference?
I suppose you mean xval is typed "int" or "java.lang.Integer", but this doesn't matter, it works both ways. What do you mean by "populated by an excel decision table"? > > Also could it be a result of how println deals with numbers? Well, it's Java... Please provide a complete set of source files to reproduce the problem, as this is required for further investigation. -W > > Thanks > > Steve > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Issue-with-simple-accumulate-sum-rule-tp4025933p4025950.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
