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
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