Re: JPAAnnotations on the instance variable or on the getter

2008-04-20 Thread Lars Vogel
Hi Mike, even if I remove the @OrderBy annotation the error occurs. It seems that JPA cannot access the content of the list List. Please see my response to Janko. Best regards, Lars 2008/4/16, Michael Dick <[EMAIL PROTECTED]>: > > Hi Janko and Lars > > I'd forgotten about the restriction. When

Re: JPAAnnotations on the instance variable or on the getter

2008-04-20 Thread Lars Vogel
Hi Janko, the sytem gives me a NPE if I try to access the collection for Jobs. Exception in thread "main" java.lang.NullPointerException at main.Main.main(Main.java:77) This part is where my test code tries to access the list of jobs (indicated via // This is line 77) In my example this work

Re: Annotation of Arraylist myList;

2008-04-20 Thread Lars Vogel
Hi Catatina, thank you. Best regards, Lars 2008/4/15, catalina wei <[EMAIL PROTECTED]>: > > Hi Lars, > See my comment below > > > On 4/13/08, Lars Vogel <[EMAIL PROTECTED]> wrote: > > > > Hi Catalina, > > > > is it correct that this will be serialized as a BLOB? > > > > I think it means that ins

Unable to turn off logging

2008-04-20 Thread Web Master
I've had a great experience with OpenJPA thus far, until I went to prepare the app for a deployment to Production. For some reason, I cannot find a way to stop trace level output to the console/stdout. Unfortunately, even setting the openjpa.Log property to "none" had no effect. Anybody seen thi