Strange OutOfMemory in unittest

2012-06-27 Thread mogoye
Hello, I'm currently working on a some junit tests to validate My DB using Derby 1.8.1.2. My code is using JPA annotations and Eclipselink implementation. The purpose of this test is to evaluate the performances of my requests. My test is doing the following things : - Create an empty DB. -

Re: Strange OutOfMemory in unittest

2012-06-27 Thread Tim Watts
On Wed, 2012-06-27 at 06:15 -0700, mogoye wrote: Hello, I'm currently working on a some junit tests to validate My DB using Derby 1.8.1.2. My code is using JPA annotations and Eclipselink implementation. The purpose of this test is to evaluate the performances of my requests. My test is

Re: Strange OutOfMemory in unittest

2012-06-27 Thread Kristian Waagan
On 27.06.12 15:15, mogoye wrote: Hello, I'm currently working on a some junit tests to validate My DB using Derby 1.8.1.2. My code is using JPA annotations and Eclipselink implementation. The purpose of this test is to evaluate the performances of my requests. My test is doing the following