RE: betwixt abstract collection

2005-01-19 Thread Middleton Jorge
- De: robert burrell donkin [mailto:[EMAIL PROTECTED] Enviado el: Tuesday, January 18, 2005 6:27 PM Para: Jakarta Commons Users List Asunto: Re: betwixt abstract collection hi jorge is betwixt correctly finding your adder? (you might need to turn up logging, write a unit test or use an IDE

Re: betwixt abstract collection

2005-01-19 Thread robert burrell donkin
On 19 Jan 2005, at 12:47, Middleton Jorge wrote: No, betwixt can not find the adder. Look at this log: WARN BeanReader.create: Could not create instance of type: java.util.List WARN BeanReader.create: Could not create instance of type: java.util.List [EMAIL PROTECTED],context= mailto:

Re: betwixt abstract collection

2005-01-18 Thread robert burrell donkin
hi jorge is betwixt correctly finding your adder? (you might need to turn up logging, write a unit test or use an IDE with a debugger to find this out) - robert On 17 Jan 2005, at 19:15, Middleton Jorge wrote: Hi, I have the following situations: sequence activity-list set el=ognl

betwixt abstract collection

2005-01-17 Thread Middleton Jorge
Hi, I have the following situations: sequence activity-list set el=ognl expression=a+2 var=x/ break condition=a == 10/ sequence activity-list set el=ognl expression=a+2+a var=y/ /activity-list /sequence /activity-list /sequence