Hello Thomas,

I am tring to make some test cases to duplicate the problem.
But I couldn't run the test.

I downloaded the trunks from the svn repository.
and modified the project.xml file paths as recommended in test project page.

I finally got the following message.

[EMAIL PROTECTED] mysql]$ maven  -Dmaven.test.profile=mysql 
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "build" does not exist in this project.
Total time: 13 seconds
Finished at: Mon Nov 21 08:08:12 KST 2005


How do I run the test ?

Thanks,

Youngho

----- Original Message ----- 
From: "Thomas Fischer" <[EMAIL PROTECTED]>
To: "Apache Torque Users List" <[email protected]>
Sent: Wednesday, November 16, 2005 6:16 PM
Subject: RE: Strange Error with 3.2rc-2 and 3.2rc-3


> 
> 
> 
> 
> The issue seems to be that although only one row should be created by an
> insert, more than one rows were created. This is not a known issue. To look
> into this, more information is needed. Can you produce a test case which
> reproduces the error and send it in ?
> 
>       Thomas
> 
> "Youngho Cho" <[EMAIL PROTECTED]> schrieb am 16.11.2005 00:39:45:
> 
> > Hello,
> >
> > I updated torque to 3.2rc-2 from 3.1 recently and got some strange error
> > frequently when heavily insert mode. ( continuesly insert over few
> > hundread object )
> >
> > please refer to the error message.
> > Caused by: java.sql.SQLException: There were 197 rows inserted with
> > this records key value.
> >         at com.workingdogs.village.Record.saveWithInsert(Record.java:426)
> >         at com.workingdogs.village.Record.save(Record.java:220)
> >         at com.workingdogs.village.Record.save(Record.java:190)
> >         at org.apache.torque.util.BasePeer.
> > insertOrUpdateRecord(BasePeer.java:622)
> >         ... 75 more
> >
> > It is happened windows and linux box both with MySQL4.1 and java 1.4.
> > The DB and application is in same machine.
> > and It was not happened torque-3.1.
> >
> > I don't know how I can solve it.
> > Is it know issue ?
> >
> > Thanks.
> >
> > Youngho
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to