can't persist entities on app engine using jpa
- by Bunny Rabbit
i am trying to persist two entities(with one to many relationship) using jpa but on persit it throws an exception
java.lang.IllegalArgumentException: out of field index :2
i'm struck.