It would appear that the following changes are still required in java/samples:
src/main/java/org/apache/shindig/social/opensocial/jpa/spi/PersonService
Db.java:
- add "import com.google.common.collect.Lists"
src/main/java/org/apache/shindig/social/opensocial/jpa/hibernate/Bootstr
ap.java:
- change
"import com.google.collect.common.Maps"
to
"import com.google.common.collect.Maps"
Thanks!
Dave

