On 9/5/07, Tim Peierls <tim@...> wrote:
ConcurrentMap<?, ?> is not the same thing as ConcurrentMap<Key<T>, InstanceProvider<T>>, so that explains the error message. Not sure what to do about it, but I'll try to make things nice without resorting to raw types.
Sorry I didn't spend enough time testing for backwards compat, and just added the types in where I could - if you are happy to fix it, that's great or you can tell me about problems.
We should perhaps add some Guice examples to
DWR.WAR which should help prevent some of this.
Joe.