NullPointerException using datanucleus-json with S3
- by Matt
I'm using datanucleus 3.2.7 from Maven, trying to use the Amazon S3 JPA provider. I can successfully write data into S3, but querying either by using "SELECT u FROM User u" or "SELECT u FROM User u WHERE id = :id" causes a NullPointerException to be thrown.
Using the RDBMS provider, everything works perfectly. Is there something I'm doing wrong?…