Re: EOModeler
Re: EOModeler
- Subject: Re: EOModeler
- From: "Michael D'Haeem" <email@hidden>
- Date: Wed, 20 Apr 2005 17:46:38 -0700
Jacky:
Appreciate the response ... However, no change. I still get the same error message,
java/sql/Savepoint
Thanks,
MikeD
On Apr 20, 2005, at 7:41 AM, Jacky Gagnon wrote:
Hi Michael,
If you use mysql-connector-java enter these settings in EOModeler :
URL : jdbc:mysql://hostname/BDNAME?[...options]
Driver : com.mysql.jdbc.Driver
And put the driver in /Library/Java/Extension
It run well for me on 10.3.8 an MySQL 4.1.
Jacky
On 05-04-20, at 10:24, Michael D'Haeem wrote:
Having trouble getting EOModeler to connect to mySQL. Initial complaint was
JDBC connection failed for driver :'org.gjt.mm.mysql.Driver'. Driver not found in Java Runtime! Please verify your CLASSPATH environment variable. The current CLASSPATH for your application is : /Developer/Applications/EOModeler.app/Contents/Resources/Java/eomodeler.zip:/Users/MikeD/Library/Java:/Library/Java:/System/Library/Java:/Network/Library/Java:/System/Library/Frameworks/JavaVM.framework/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Classes/ui.jar:/Developer/Applications/EOModeler.app/Contents/Resources/Java/eomodeler.zip
I downloaded mysql-connector-java-3.1.8 and place mysql-connector-java-3.1.8-bin.jar in /System/Library/Java/Extensions/. Now the error message is
java/sql/Savepoint
Have verified that I can log into mysql with the Username and Password that I use when defining the JDBC connection. Have also verified that mysql-connector-java-3.1.8-bin.jar works by writing a small java application to access the mysql and add a new user. The URL string I use is - jdbc:mysql://localhost/mylist
Running WO on a iMac G5, OS X Version 10.3.9. Have been following the threads on problems with this upgrade. Have reinstalled the suggested security upgrade and verified Java works.
Would appreciate any help/suggestions ... _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >EOModeler (From: "Michael D'Haeem" <email@hidden>) |
| >Re: EOModeler (From: Jacky Gagnon <email@hidden>) |