Has anyone use java persistence with a foxpro database? I am using Eclipselink 2.3.2 and JPA 2.0.3 to connect to a foxpro 9 database that is also used by a foxpro application.
The problem that i am running into is that our customer keeps getting 'Record is not Locked' exceptions in our java application. This then causes a problem in the foxpro app. The only solution we have found to fix it is to restart the java app and everything works fine. We can't reproduce this in house.
They are running on Windows Server 2008R2 on a virtual server. If anyone has any experience with persistence and foxpro it would be a big help.