I am building REST web app using Netbean6.9.1 and JPA EclipseLink.
The issue I\'m facing is even though my entity class MasatoTable is marked with Entity annotation, I g
The solution here is to use JPA 1.0 if 2.0 is not required.