Re: Annotations and JPA

2007-11-05 Thread Julien Martin
ific > annotation, so is handled by AnnotationPersistenceMappingParser. > > Note that XML configuration files override the JPA annotations. > > -Patrick > > On Nov 5, 2007 7:09 AM, Julien Martin <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am

Annotations and JPA

2007-11-05 Thread Julien Martin
Hello, I am looking into the source code of OpenJpa and I am trying to better understand how it is implemented. My question relates to annotation processing by OpenJpa. Let's take a simple JPA annotation : [EMAIL PROTECTED]/code]. I would like to know: -What is the class in charge of processing t

[Possible Bug] OutOfMemoryError + class enhancement

2007-10-24 Thread Julien Martin
Hello, I am trying to enhance entities classes at build time using Maven (I also tried at runtime through tomcat and I still get out of mem errors). I keep getting out of memory errors even though my machine has more than 2 GB of RAM. Is this a bug? Julien.