Hibernate version: 3.1
[b]Mapping documents:
NonAssessmentDimension.hbm.xml ----------------------------------------
<many-to-one name="responseContext" column="QRCONT_IDENTIFIER" entity-name="genericquestionnaire.NonAssessmentQuestionnaire" fetch="join" insert="false" update="false"/>
NonAssessmentQuestionnaire.hbm.xml ---------------------------------------------
<set name="nonAssessmentDimensions" inverse="true" batch-size="100" order-by="SEQUENCE"> <key column="QRCONT_IDENTIFIER"/> <one-to-many entity-name="genericquestionnaire.NonAssessmentDimension"/> </set>
[b]Full stack trace of any exception that occurs:
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.CollectionLoadContext] creating collection wrapper:[genericquestionnaire.NonAssessmentDimension.nonAssessmentQuestion#642]
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.CollectionLoadContext] creating collection wrapper:[genericquestionnaire.NonAssessmentDimension.securityDomainPersons#642]
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.CollectionLoadContext] creating collection wrapper:[genericquestionnaire.NonAssessmentDimension.securityDomainNonAssessmentQuestionnaires#642]
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.TwoPhaseLoad] done materializing entity [genericquestionnaire.NonAssessmentDimension#642]
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.CollectionLoadContext] 1 collections were found in result set for role: genericquestionnaire.NonAssessmentQuestionnaire.nonAssessmentDimensions
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.CollectionLoadContext] collection fully initialized: [genericquestionnaire.NonAssessmentQuestionnaire.nonAssessmentDimensions#377]
2007-04-16 15:02:22,906 DEBUG [org.hibernate.engine.CollectionLoadContext] 1 collections initialized for role: genericquestionnaire.NonAssessmentQuestionnaire.nonAssessmentDimensions
2007-04-16 15:02:23,078 ERROR [com.aniteps.hsc.i9n.ejb]
ID:10000 Code:9041 - System Error - StackOverflowError at java.lang.String.indexOf. Contact your system administration. - com.aniteps.hsc.i9n.fault.Abend
caused by: Code:9041 - System Error - StackOverflowError at java.lang.String.indexOf. Contact your system administration. - com.aniteps.hsc.i9n.fault.type.TechnicalFault
caused by: Code:Unavailable - null - java.lang.StackOverflowError
at java.lang.String.indexOf (line 1564)
at org.hibernate.engine.SqlText.findEndParen (line 55)
at org.hibernate.engine.SqlText.findEndParen (line 62)
at org.hibernate.engine.SqlText.findEndParen (line 62)
at org.hibernate.engine.SqlText.findEndParen (line 62)
Name and version of the database you are using:
Oracle 9i
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
while loading associated set in base hbm then its thorwing the following error.
System Error - StackOverflowError at java.lang.String.indexOf. Contact your system administration
Help me to overcome this problem...
Thanks in Advance.
Regards
Shanmugam.N
|