Hi, Remy.
Thank your for your advice.
We edited our webapps/slide/Domain.xml file,
> <nodestore classname="slidestore.mysql.MySQLDescriptorsStore">
> and
> <contentstore classname="slidestore.mysql.MySQLContentStore">
successfully achieve what We wants.
Cheers.
___________________________________________
iDimension Inc.
Kiyoko Takanabe - engineer
email: mailto:[EMAIL PROTECTED]
----- Original Message -----
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 12, 2001 1:41 PM
Subject: Re: Configuring Slide to use mysql v3.23+ via JDBC
> > Hi,Remy
> > I send the traces
> >
> > I look to you for guidance.
>
> The traces show transaction errors, which happen because you're using a
> version of mySQL which does not support transactions.
>
> To get around this, you should use the special mySQL store :
> <nodestore classname="slidestore.mysql.MySQLDescriptorsStore">
> and
> <contentstore classname="slidestore.mysql.MySQLContentStore">
>
> Remy
>
>