Re: How to switch from Derby to MySQL environment

2011-02-14 Thread Jack Bush
Users List Sent: Fri, 11 February, 2011 1:39:24 AM Subject: Re: How to switch from Derby to MySQL environment Hello Jack, you probably need to start a MySQL server on port 152 ? Antoine 47.  BUILD FAILED  48.  C:\ProJPA2\config\common.xml:144: java.sql.SQLNonTransientConnectionException: jav

Re: How to switch from Derby to MySQL environment

2011-02-10 Thread Antoine Levy-Lambert
Hello Jack, you probably need to start a MySQL server on port 152 ? Antoine 47. BUILD FAILED 48. C:\ProJPA2\config\common.xml:144: java.sql.SQLNonTransientConnectionException: java.net.ConnectException : Error connecting to server localhost on port 152 On 2/10/2011 7:29 AM, Jack Bush

How to switch from Derby to MySQL environment

2011-02-10 Thread Jack Bush
Hi All, I would like to run a JPA Derby packaged tutorial in MySQL. This pre-configured exercise runs fine with Derby using Ant built script. However, it would failed to build after having attempted to replace the Derby properties with MySQL. Below are some configuration files used by this exe