Are you getting error message exact as "driver load error:jdbc:mysql://localhost:3306/mediafxtes"? If so, then you're just putting your URL to driver class field (which should be com.mysql.jdbc.Driver in your case).
Andrey 2009/5/28 vaibhav <[email protected]> > I just downloaded Cayenne, (yesterday) it is version 2.0.4 and that is the > exact error message I get in the post > > On Thu, May 28, 2009 at 7:21 PM, Andrus Adamchik <[email protected] > >wrote: > > > Hi there, > > > > Which version of Cayenne is this and what is the exact error message? > > > > Thanks, > > Andrus > > > > > > On May 28, 2009, at 3:45 PM, vaibhav wrote: > > > > I am trying Cayenne quick start guide, at step where I have to click to > >> Cayenne generate db schema , when I click on Tools>Generate database > >> Schema, > >> I get , following error, driver load error: > >> jdbc:mysql://localhost:3306/mediafxtest, I checked the classpath option > >> and > >> added , jdbc driver there but still the same results > >> > > > > >
