Skip to main content

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

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-tp17566906p17566906.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top