I've tried added the Sum class to the 2nd JCC call but it didn't solve
the problem. The 'asSum' method isn't getting wrapped. Also,
instantiating a SumWrapper with a Sum as argument results in the
constructor without parameters being called; which I wasn't expecting.
>>> c=SumWrapper(Sum(10))
On Thu, 4 Jul 2013, Johan Jonkers wrote:
I've tried added the Sum class to the 2nd JCC call but it didn't solve the
problem. The 'asSum' method isn't getting wrapped. Also, instantiating a
SumWrapper with a Sum as argument results in the constructor without
parameters being called; which I wa