Re: introduction

2006-07-12 Thread Emmanuel Venisse
Thanks for your answers. Comments inline Erik Bengtson a écrit : Salut, Some issues from user list issue 1: Re: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'javax.jdo.JDODataStoreException The data you are storing is probably larger than the column size. You sho

Re: introduction

2006-07-09 Thread Jesse McConnell
wow, great responses! thanks a ton and we'll definitely look into these On 7/9/06, Erik Bengtson <[EMAIL PROTECTED]> wrote: Quoting Trygve Laugstøl <[EMAIL PROTECTED]>: > Another issue I would like to figure out is why jpox+derby is using > exactly 2.0 minutes to start up. > That's due to the

Re: introduction

2006-07-09 Thread Erik Bengtson
Quoting Trygve Laugstøl <[EMAIL PROTECTED]>: > Another issue I would like to figure out is why jpox+derby is using > exactly 2.0 minutes to start up. > That's due to the validation of schema during runtime. Apply the recommendations on this page http://www.jpox.org/docs/1_1/performance_tuning.htm

Re: introduction

2006-07-08 Thread Erik Bengtson
Salut, Some issues from user list issue 1: Re: ERROR 22001: A truncation error was encountered trying to shrink VARCHAR 'javax.jdo.JDODataStoreException The data you are storing is probably larger than the column size. You should consider changing the BUILDRESULT.ERROR column to BLOB or truncat

Re: introduction

2006-07-08 Thread Trygve Laugstøl
Emmanuel Venisse wrote: Thanks Erik. In Continuum, we use jpox with derby. Lot of users get some exception with them on requests that failed like foreign key violation, insert/delete errors, deadlock errors... Our problem is this errors doesn't appears all the time and it's very difficult t

Re: introduction

2006-07-08 Thread Emmanuel Venisse
Thanks Erik. In Continuum, we use jpox with derby. Lot of users get some exception with them on requests that failed like foreign key violation, insert/delete errors, deadlock errors... Our problem is this errors doesn't appears all the time and it's very difficult to reproduce them. I'm not

Re: introduction

2006-07-08 Thread Carlos Sanchez
Thanks Erik, I'm pretty sure Emmanuel will have some questions for you ;) On 7/8/06, Erik Bengtson <[EMAIL PROTECTED]> wrote: Hi All, I'm a JPOX developer and because Continuum uses JPOX I thought it may be a good idea to keep an eye in this list to help you guys in sorting out issues with the

introduction

2006-07-08 Thread Erik Bengtson
Hi All, I'm a JPOX developer and because Continuum uses JPOX I thought it may be a good idea to keep an eye in this list to help you guys in sorting out issues with the product. As outcome of following this project, I'm willing to reduce the troubleshooting time spent when using JPOX and thus imp