Re: [appfuse-user] appfuse project doesn't build on jdk1.5

2009-03-27 Thread Juan Pablo Ramirez
Hi Marouen, Is your JAVA_HOME environment variable set to your Java 6 JDK directory? You can test it by entering the following command. $> echo $JAVA_HOME On Thu, Mar 26, 2009 at 4:12 AM, marouen marzouki wrote: > Hi folks, > > I'm a Netbeans fan, I used it along with the external maven2 (not

Re: [appfuse-user] Mapping OneToMany / ManyToOne

2009-05-20 Thread Juan Pablo Ramirez
Hope I can help. I have this class ItemHolder which holds Item. I added "@*org.hibernate.annotations.Cascade(value = org.hibernate.annotations.CascadeType.DELETE_ORPHAN)*" to avoid orphans, that's a Hibernate specific annotation so if you're not using Hibernate should remove that line. @Entity