Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Stack overflow in generating project.xml

Just to clarify, I mean that when I right-click the project and select Export
-> Project Deployment XML..., I get the stack overflow error.

Thanks,
Polly 


amphoras wrote:
> 
> Hi,
> 
> I am ready to generate my project.xml file, but I get a stack overflow
> error.  The only thing I have is the stacktrace.  Does the EclipseLink
> Workbench write out any logs?  I'd like to know what complex type is
> causing the stack overflow.  
> 
> Here's the shortened stacktrace:
> 
> java.lang.StackOverflowError
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ExplicitComplexTypeDefinition.baseBuiltInTypes(ExplicitComplexTypeDefinition.java:189)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ReferencedComplexTypeDefinition.baseBuiltInTypes(ReferencedComplexTypeDefinition.java:79)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ExplicitComplexTypeDefinition.baseBuiltInTypes(ExplicitComplexTypeDefinition.java:189)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ReferencedComplexTypeDefinition.baseBuiltInTypes(ReferencedComplexTypeDefinition.java:79)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ExplicitComplexTypeDefinition.baseBuiltInTypes(ExplicitComplexTypeDefinition.java:189)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ReferencedComplexTypeDefinition.baseBuiltInTypes(ReferencedComplexTypeDefinition.java:79)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ExplicitComplexTypeDefinition.baseBuiltInTypes(ExplicitComplexTypeDefinition.java:189)
> 	at
> org.eclipse.persistence.tools.workbench.mappingsmodel.schema.ReferencedComplexTypeDefinition.baseBuiltInTypes(ReferencedComplexTypeDefinition.java:79)
> 	at ...
> 
> Thanks!
> --Polly
> 

-- 
View this message in context: http://www.nabble.com/Stack-overflow-in-generating-project.xml-tp17566906p17566942.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top