When calling the same function 4 times consecutively passing a different
paramter the same result is always returned. While debugging on the server side
(jboss), I have noted that the result passed back (a collection) is different.
However, DWR appears to be getting confused and always returns the same result
for each call.
I have noticed that if I put each call between a begin/endbatch that the correct
result is returned.
This is only for 1.1. 1.0 does not have this issue.
LabBean.getMaterials(displayMaterialJewels, 1);
LabBean.getMaterials(displayMaterialReversedItems, 2);
LabBean.getMaterials(displayMaterialReversedJewels, 1);
LabBean.getMaterials(displayMaterialItems, 2);
Was:
https://dwr.dev.java.net/issues/show_bug.cgi?id=100
This is so old I am sure it does not apply. But let's add a test for it and resolve it for RC2.