Re: Problem with latest shindig

2012-03-15 Thread daviesd
I¹ve created a unit test to verify this. It looks as follows: public abstract class ObjectId { private final IdType value; protected ObjectId() { value = null; } protected final IdType getIdValue() { return value; } p

Re: Problem with latest shindig

2012-03-14 Thread daviesd
Paul, I¹m trying to track down this LocalCache problem that was introduced on commit r1290973. What I¹ve noticed is that it fails when it thinks two methods have the same signature. For example I see this list of methods: [ public static org.oclc.platform.opensocial.spi.ApplicationId org.oclc.p

Re: Problem with latest shindig

2012-03-06 Thread daviesd
Paul, I think this has to do with version 1290973 of JsonUtil.java which you made changes to. If I roll this file back to version 950407 my tests work again. Ideas? I¹m banging my head against the wall on this one. doug On 3/5/12 5:33 PM, "daviesd" wrote: > I just got back from vacation an

Problem with latest shindig

2012-03-05 Thread daviesd
I just got back from vacation and pulled down today¹s 2.5.0. Some of my unit tests that derive from AbstractLargeRestfulTests are failing deep in the bowels of LocalCache.java. Specifically I get a java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: duplicate key: value