On Thu, 18 Jan 2001, Will Stranathan wrote:
> When using the TDK 1.1a10, to get those templates replaced (i.e.
> @WHATEVER@), make sure to change the newapp.type= line in newapp.props
> to peer instead of simple. Then, you'll still need to modify TR.props
> and [newapp].properties to reflect the new driver type.
The newapp.type=simple in the TDK is not meant to have any database
connectivity and so the database parameters are not set because
the simple app is meant to work right off the hop.
For newapp.type=peer the skeleton of your app is created but
you must then edit your project properties file and then
run the 'init' target in your project build file. YOU DO NOT
HAVE TO EDIT YOUR TR.props FILE. You only have to edit
your project properties file. The process was designed so
that you only have to edit one file.
If you generate the sample peer app, full instructions on
how to procede are presented.
jvz.
> Will Stranathan
>
> Guillaume Legris wrote:
>
> > Hello,
> >
> > I'm a new Turbine user and I have some problems with
> > DB configuration.
> > My goal is to write a new adaptor for the embedded
> > RDBMS Borland JDataStore.
> >
> > With an aim of testing DB configuration, I'm using
> > DBInterbase adaptor:
> >
> > database.default.driver=org.gjt.mm.mysql.Driver
> > database.default.url=jdbc:mysql://192.168.10.95/d:\test.db
> > database.default.username=billandmonica
> > database.default.password=georgesandunknownnow
> >
> > AND
> >
> > database.adaptor=DBInterbase
> > database.adaptor.@DATABASE_ADAPTOR@=@DATABASE_DRIVER@
> >
> > this error occurs:
> >
> > java.lang.Error: Error in
> > BasePeer.initTableSchema(TURBINE_USER): Database type
> > org.gjt.mm.mysql.Driver not implemented.
> > at java.lang.Throwable.(Throwable.java:96)
> > at java.lang.Error.(Error.java:52)
> >
> > I tried also with mysql adaptor...
> >
> > What's wrong, please ?
> >
> > Thanks
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get email at your own domain with Yahoo! Mail.
> > http://personal.mail.yahoo.com/
> >
> >
> > ------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> > Problems?: [EMAIL PROTECTED]
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]