|
| Re: EclipseLink + Foxpro [message #899625 is a reply to message #894861] |
Wed, 01 August 2012 11:44   |
James Sutherland Messages: 1834 Registered: July 2009 |
Senior Member |
|
|
I'm not that familiar with Foxpro, but does seem like an odd issue.
What is different between your clients setup, and your own, are you using the same Foxpro version and ODBC driver version? Did the client try Java 1.6?
EclipseLink should never be leaving any locks open, but ensure your application is always committing or rolling back all open transactions, and closing all open EntityManagers.
EclipseLink does use a connection pool, maybe Foxpro has issues with this, you could configure your minimum connections size to be 0, to always disconnect after each request. This will have performance issues though, but something to test anyway.
James : Wiki : Book : Blog
|
|
|
|
Powered by
FUDForum. Page generated in 0.01512 seconds