Adam Heath wrote: > Bruno Busco wrote: >> java version "1.5.0_14" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) >> Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing) > > Grumble. webslinger test cases work with 1.5.0_16. But it fails when > run inside ofbiz. I've duplicated it here, stay tuned.
Gah, this is an issue. The concurrent backport doesn't actually implement *any* java.util.concurrent interfaces that exist in 1.5 or 1.6, so you can't swap them around. In otherwords, I never tested this particular part of webslinger. :( For now, running on java 1.6 will allow it to work, until I get this fixed in a more permanent situation. I won't require 1.6 yet, so this is a show-stopper bug.
