Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] stackoverflow in eclipselink

Hi Yannick,

The most common reason people run into stack overflow exceptions is disabling the cache and then accessing a cycle of EAGER mappings (or accessing a chain of LAZY mappings without weaving enabled)

  What version of EclipseLink are you using?

  What query are you running?  Are there any hints?

How are the objects retreived by the query mapped (including objects they are related to)?

  How have you set up the EclipseLink cache?

  What are your logging settings.

-Tom

Yannick Majoros wrote:
 Hi,

Eclipselink is causing StackOverflowErrors, regularly. Is this a known bug? Please see attachment for details.

Regards,

Yannick Majoros


------------------------------------------------------------------------

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top