The StackOverflowError usually happens when you're referring to child
objects in your equals() and hashCode() methods that in turn refer
back to the parent object. I'd suggest not using the Equals and
HashCode builders because I believe they do this by default. You could
also look and see if they a
It's a bidirectional pojo with other entities.
package com.dnt.miti.model;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.CascadeType;
import javax.persistenc
What's the code from your POJO look like?
Matt
On 8/20/07, fadhli <[EMAIL PROTECTED]> wrote:
> Hello everyone, Matt,
>
> I'm using Appfuse 2-05m with Spring MVC Basic.
>
> I'm having this problem during consuming my web services. How do I avoid
> circular references in appfuse 2?
>
> I'm getting
Hello everyone, Matt,
I'm using Appfuse 2-05m with Spring MVC Basic.
I'm having this problem during consuming my web services. How do I avoid
circular references in appfuse 2?
I'm getting this error
Exception in thread "main" java.lang.StackOverflowError
at sun.util.calendar.ZoneInfo.getOff