Hi Peter, Just out of interest's sake, why are you using a BigDecimal for quantities? Can you have fractional quantities?
Ben > To make the code work I've had to change all occurrences of BigDecimal.ONE > to BigDecimal.valueof(x). > Without this change, the server side shows the above exception.. _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
