Click here to Skip to main content
15,908,776 members
Home / Discussions / Java
   

Java

 
Questionscrren sharing Pin
Haitham Aldhlaa13-Jul-12 7:50
Haitham Aldhlaa13-Jul-12 7:50 
AnswerRe: scrren sharing Pin
jschell13-Jul-12 11:57
jschell13-Jul-12 11:57 
AnswerRe: scrren sharing Pin
chx101B14-Jul-12 12:14
chx101B14-Jul-12 12:14 
GeneralRe: scrren sharing Pin
jschell15-Jul-12 7:26
jschell15-Jul-12 7:26 
GeneralRe: scrren sharing Pin
chx101B15-Jul-12 10:48
chx101B15-Jul-12 10:48 
QuestionJava SE or EE Pin
Kujtim Hyseni13-Jul-12 7:06
Kujtim Hyseni13-Jul-12 7:06 
AnswerRe: Java SE or EE Pin
jschell13-Jul-12 11:54
jschell13-Jul-12 11:54 
QuestionEclipseLink + Foxpro(Using eclipselink and JPA 2.0 with foxpro database.) Pin
Chad Curtis11-Jul-12 2:35
Chad Curtis11-Jul-12 2:35 
XML
I am having some issues using eclipselink 2.3.2 with a foxpro database. Connecting and using the database isn't the problem. The problem is that we use another foxpro application on the same database and there are times when the other app can't update a record. The java app that uses eclipselink doesn't have a problem updating. But the only way to fix the problem in the foxpro app is to actually close the java app. So the question is, is there something that might not be obvious that I am missing that either eclipselink or jdbc:odbc does that would cause a lock on a table?

Here is the persistance.xml setup
<property name="eclipselink.target-database" value="org.eclipse.persistence.platform.database.DatabasePlatform"/>
<property name="javax.persistence.jdbc.url" value="jdbc:odbc:MyODBC"/>
<property name="javax.persistence.jdbc.password" value=""/>
<property name="javax.persistence.jdbc.driver" value="sun.jdbc.odbc.JdbcOdbcDriver"/>
<property name="javax.persistence.jdbc.user" value=""/>

The frustrating part is that we are not able to reproduce any of the errors our client is getting in-house.
Our clients are running on Java 1.7, Windows Server 2008R2 running on a Virtual Server.
Any help would be appreciated. Thanks.

GeneralRe: EclipseLink + Foxpro(Using eclipselink and JPA 2.0 with foxpro database.) Pin
jschell11-Jul-12 8:52
jschell11-Jul-12 8:52 
GeneralRe: EclipseLink + Foxpro(Using eclipselink and JPA 2.0 with foxpro database.) Pin
Chad Curtis11-Jul-12 8:58
Chad Curtis11-Jul-12 8:58 
Questionjava Pin
veer singh bahadauriya10-Jul-12 20:14
veer singh bahadauriya10-Jul-12 20:14 
AnswerRe: java Pin
Richard MacCutchan10-Jul-12 21:19
mveRichard MacCutchan10-Jul-12 21:19 
AnswerRe: java Pin
TorstenH.10-Jul-12 22:26
TorstenH.10-Jul-12 22:26 
AnswerRe: java Pin
BobJanova11-Jul-12 2:50
BobJanova11-Jul-12 2:50 
GeneralRe: java Pin
Richard MacCutchan11-Jul-12 3:15
mveRichard MacCutchan11-Jul-12 3:15 
GeneralRe: java Pin
TorstenH.11-Jul-12 8:29
TorstenH.11-Jul-12 8:29 
GeneralRe: java Pin
Richard MacCutchan11-Jul-12 23:27
mveRichard MacCutchan11-Jul-12 23:27 
GeneralRe: java Pin
Nagy Vilmos12-Jul-12 0:11
professionalNagy Vilmos12-Jul-12 0:11 
GeneralRe: java Pin
TorstenH.12-Jul-12 1:23
TorstenH.12-Jul-12 1:23 
QuestionRequest for Help in Java Datagrid Implementation. Pin
haranath.nadella10-Jul-12 18:44
haranath.nadella10-Jul-12 18:44 
AnswerRe: Request for Help in Java Datagrid Implementation. Pin
Richard MacCutchan10-Jul-12 21:19
mveRichard MacCutchan10-Jul-12 21:19 
QuestionHow do I decide for class responsibilities? Pin
Neo101018-Jul-12 5:56
Neo101018-Jul-12 5:56 
AnswerRe: How do I decide for class responsibilities? PinPopular
Nagy Vilmos8-Jul-12 6:31
professionalNagy Vilmos8-Jul-12 6:31 
GeneralRe: How do I decide for class responsibilities? Pin
Neo101018-Jul-12 7:44
Neo101018-Jul-12 7:44 
GeneralRe: How do I decide for class responsibilities? Pin
Nagy Vilmos8-Jul-12 8:19
professionalNagy Vilmos8-Jul-12 8:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.