-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Exception: Found shared references to a collection
PostPosted: Sun Jul 25, 2004 1:55 pm 
Newbie

Joined: Mon May 31, 2004 5:20 pm
Posts: 6
I have a Project object, with 0+ Artifact objects. The UseCaseModel object inherits from the Artifact, and has 0+ Actor and 0+ UseCases. I can save, update, fold, spindle and mutiliate these objects quite well. The only thing I can't do as add a UseCase to an Actor, when that Actor iand UseCase are part of the same UseCaseModel object.
I've tried saving the Actor seperately, the UseCae Seperately.. both together, saving just the UseCaseModel and saving fromthe Project. All result in the same error.

What am I doing wrong?

Hibernate Version: 2.1
Mapping Documents: Mapping works except for this one issue, but can be provided if you think there is a problem their.
Java Code: The java code works for every case, except this one.
Mysql mysql Ver 14.3 Distrib 4.1.1-alpha, for pc-linux (i686)

Stack Trace & Hibernate logs:
e.cglib.use_reflection_optimizer=true, java.vm.info=mixed mode, java.version=1.4.2_03, java.ext.dirs=/usr/java/j2sdk1.4.2_03/jre/lib/ext, sun.boot.class.path=/usr/java/j2sdk1.4.2_03/jre/lib/rt.jar:/usr/java/j2sdk1.4.2_03/jre/lib/i18n.jar:/usr/java/j2sdk1.4.2_03/jre/lib/sunrsasign.jar:/usr/java/j2sdk1.4.2_03/jre/lib/jsse.jar:/usr/java/j2sdk1.4.2_03/jre/lib/jce.jar:/usr/java/j2sdk1.4.2_03/jre/lib/charsets.jar:/usr/java/j2sdk1.4.2_03/jre/classes, java.vendor=Sun Microsystems Inc., file.separator=/, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.cpu.isalist=}
2004-07-25 10:44:53,026 [main] DEBUG net.sf.hibernate.impl.SessionFactoryObjectFactory - initializing class SessionFactoryObjectFactory
2004-07-25 10:44:53,030 [main] DEBUG net.sf.hibernate.impl.SessionFactoryObjectFactory - registered: ff808081fdf767ab00fdf767ae1f0000 (unnamed)
2004-07-25 10:44:53,030 [main] INFO net.sf.hibernate.impl.SessionFactoryObjectFactory - no JNDI name configured
2004-07-25 10:44:53,031 [main] DEBUG net.sf.hibernate.impl.SessionFactoryImpl - instantiated session factory
2004-07-25 10:44:53,095 [main] DEBUG net.sf.hibernate.impl.SessionImpl - opened session
2004-07-25 10:44:53,107 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,108 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,109 [main] DEBUG net.sf.hibernate.impl.SessionImpl - object not resolved in any cache [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,109 [main] DEBUG net.sf.hibernate.persister.EntityPersister - Materializing entity: [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,111 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,112 [main] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider - total checked-out connections: 0
2004-07-25 10:44:53,112 [main] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider - using pooled JDBC connection, pool size: 0
2004-07-25 10:44:53,112 [main] DEBUG net.sf.hibernate.SQL - select project0_.oid as oid0_, project0_.description as descript2_0_, project0_.name as name0_ from Project project0_ where project0_.oid=?
2004-07-25 10:44:53,112 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,123 [main] DEBUG net.sf.hibernate.type.LongType - binding '1' to parameter: 1
1090777493155|32|0|statement|select project0_.oid as oid0_, project0_.description as descript2_0_, project0_.name as name0_ from Project project0_ where project0_.oid=?|select project0_.oid as oid0_, project0_.description as descript2_0_, project0_.name as name0_ from Project project0_ where project0_.oid=1
2004-07-25 10:44:53,155 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,182 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 1
2004-07-25 10:44:53,182 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 1
2004-07-25 10:44:53,184 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.Project#1
2004-07-25 10:44:53,186 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Project 1' as column: descript2_0_
2004-07-25 10:44:53,186 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Project 1' as column: name0_
1090777493188|-1||resultset|select project0_.oid as oid0_, project0_.description as descript2_0_, project0_.name as name0_ from Project project0_ where project0_.oid=1|descript2_0_ = Project 1, name0_ = Project 1
2004-07-25 10:44:53,188 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (1 rows)
2004-07-25 10:44:53,189 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,189 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,189 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 1
2004-07-25 10:44:53,189 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,191 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,202 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,202 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.Project.artifacts#1]
2004-07-25 10:44:53,202 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,202 [main] DEBUG net.sf.hibernate.SQL - select artifacts0_.oid as oid__, artifacts0_.project_oid as project_4___, artifacts0_.oid as oid0_, case when artifacts0__1_.subclassKey is not null then 1 when artifacts0_.oid is not null then 0 end as clazz_0_, artifacts0_.description as descript2_1_0_, artifacts0_.name as name1_0_, artifacts0_.project_oid as project_4_1_0_ from Artifact artifacts0_ left outer join UseCaseModel artifacts0__1_ on artifacts0_.oid=artifacts0__1_.subclassKey where artifacts0_.project_oid=?
2004-07-25 10:44:53,203 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,203 [main] DEBUG net.sf.hibernate.type.LongType - binding '1' to parameter: 1
1090777493204|1|0|statement|select artifacts0_.oid as oid__, artifacts0_.project_oid as project_4___, artifacts0_.oid as oid0_, case when artifacts0__1_.subclassKey is not null then 1 when artifacts0_.oid is not null then 0 end as clazz_0_, artifacts0_.description as descript2_1_0_, artifacts0_.name as name1_0_, artifacts0_.project_oid as project_4_1_0_ from Artifact artifacts0_ left outer join UseCaseModel artifacts0__1_ on artifacts0_.oid=artifacts0__1_.subclassKey where artifacts0_.project_oid=?|select artifacts0_.oid as oid__, artifacts0_.project_oid as project_4___, artifacts0_.oid as oid0_, case when artifacts0__1_.subclassKey is not null then 1 when artifacts0_.oid is not null then 0 end as clazz_0_, artifacts0_.description as descript2_1_0_, artifacts0_.name as name1_0_, artifacts0_.project_oid as project_4_1_0_ from Artifact artifacts0_ left outer join UseCaseModel artifacts0__1_ on artifacts0_.oid=artifacts0__1_.subclassKey where artifacts0_.project_oid=1
2004-07-25 10:44:53,204 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.Project.artifacts#1]
2004-07-25 10:44:53,204 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,206 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,206 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid0_
2004-07-25 10:44:53,206 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 1
2004-07-25 10:44:53,207 [main] DEBUG net.sf.hibernate.type.IntegerType - returning '1' as column: clazz_0_
2004-07-25 10:44:53,207 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 1
2004-07-25 10:44:53,207 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.UseCaseModel#1
2004-07-25 10:44:53,207 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Contains all use cases and actors for the project' as column: descript2_1_0_
2004-07-25 10:44:53,207 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Use Case Model' as column: name1_0_
2004-07-25 10:44:53,208 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: project_4_1_0_
2004-07-25 10:44:53,208 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: project_4___
2004-07-25 10:44:53,208 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.Project.artifacts#1]
2004-07-25 10:44:53,208 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,208 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid__
2004-07-25 10:44:53,209 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Artifact#1]
2004-07-25 10:44:53,209 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Artifact#1]
2004-07-25 10:44:53,209 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Artifact#1]
1090777493210|-1||resultset|select artifacts0_.oid as oid__, artifacts0_.project_oid as project_4___, artifacts0_.oid as oid0_, case when artifacts0__1_.subclassKey is not null then 1 when artifacts0_.oid is not null then 0 end as clazz_0_, artifacts0_.description as descript2_1_0_, artifacts0_.name as name1_0_, artifacts0_.project_oid as project_4_1_0_ from Artifact artifacts0_ left outer join UseCaseModel artifacts0__1_ on artifacts0_.oid=artifacts0__1_.subclassKey where artifacts0_.project_oid=1|clazz_0_ = 1, descript2_1_0_ = Contains all use cases and actors for the project, name1_0_ = Use Case Model
2004-07-25 10:44:53,210 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (1 rows)
2004-07-25 10:44:53,210 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,210 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 1
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,211 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,212 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,212 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.Project.artifacts#1]
2004-07-25 10:44:53,212 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,213 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,214 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing non-lazy collections
2004-07-25 10:44:53,214 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.UseCaseModel.useCases#1]
2004-07-25 10:44:53,214 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,214 [main] DEBUG net.sf.hibernate.SQL - select usecases0_.oid as oid__, usecases0_.useCaseModel_oid as useCaseM5___, actor1_.oid as oid0_, actor1_.description as descript2_0_, actor1_.name as name0_, actor1_.useCaseModel_oid as useCaseM4_0_, usecasemod2_.subclassKey as oid1_, usecasemod2__1_.description as descript2_1_1_, usecasemod2__1_.name as name1_1_, usecasemod2__1_.project_oid as project_4_1_1_, project3_.oid as oid2_, project3_.description as descript2_2_, project3_.name as name2_, usecases0_.oid as oid3_, usecases0_.actor_oid as actor_oid3_, usecases0_.description as descript3_3_, usecases0_.name as name3_, usecases0_.useCaseModel_oid as useCaseM5_3_ from UseCase usecases0_ left outer join Actor actor1_ on usecases0_.actor_oid=actor1_.oid left outer join UseCaseModel usecasemod2_ on actor1_.useCaseModel_oid=usecasemod2_.subclassKey left outer join Artifact usecasemod2__1_ on usecasemod2_.subclassKey=usecasemod2__1_.oid left outer join Project project3_ on usecasemod2__1_.project_oid=project3_.oid where usecases0_.useCaseModel_oid=?
2004-07-25 10:44:53,214 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,217 [main] DEBUG net.sf.hibernate.type.LongType - binding '1' to parameter: 1
1090777493218|1|0|statement|select usecases0_.oid as oid__, usecases0_.useCaseModel_oid as useCaseM5___, actor1_.oid as oid0_, actor1_.description as descript2_0_, actor1_.name as name0_, actor1_.useCaseModel_oid as useCaseM4_0_, usecasemod2_.subclassKey as oid1_, usecasemod2__1_.description as descript2_1_1_, usecasemod2__1_.name as name1_1_, usecasemod2__1_.project_oid as project_4_1_1_, project3_.oid as oid2_, project3_.description as descript2_2_, project3_.name as name2_, usecases0_.oid as oid3_, usecases0_.actor_oid as actor_oid3_, usecases0_.description as descript3_3_, usecases0_.name as name3_, usecases0_.useCaseModel_oid as useCaseM5_3_ from UseCase usecases0_ left outer join Actor actor1_ on usecases0_.actor_oid=actor1_.oid left outer join UseCaseModel usecasemod2_ on actor1_.useCaseModel_oid=usecasemod2_.subclassKey left outer join Artifact usecasemod2__1_ on usecasemod2_.subclassKey=usecasemod2__1_.oid left outer join Project project3_ on usecasemod2__1_.project_oid=project3_.oid where usecases0_.useCaseModel_oid=?|select usecases0_.oid as oid__, usecases0_.useCaseModel_oid as useCaseM5___, actor1_.oid as oid0_, actor1_.description as descript2_0_, actor1_.name as name0_, actor1_.useCaseModel_oid as useCaseM4_0_, usecasemod2_.subclassKey as oid1_, usecasemod2__1_.description as descript2_1_1_, usecasemod2__1_.name as name1_1_, usecasemod2__1_.project_oid as project_4_1_1_, project3_.oid as oid2_, project3_.description as descript2_2_, project3_.name as name2_, usecases0_.oid as oid3_, usecases0_.actor_oid as actor_oid3_, usecases0_.description as descript3_3_, usecases0_.name as name3_, usecases0_.useCaseModel_oid as useCaseM5_3_ from UseCase usecases0_ left outer join Actor actor1_ on usecases0_.actor_oid=actor1_.oid left outer join UseCaseModel usecasemod2_ on actor1_.useCaseModel_oid=usecasemod2_.subclassKey left outer join Artifact usecasemod2__1_ on usecasemod2_.subclassKey=usecasemod2__1_.oid left outer join Project project3_ on usecasemod2__1_.project_oid=project3_.oid where usecases0_.useCaseModel_oid=1
2004-07-25 10:44:53,219 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.UseCaseModel.useCases#1]
2004-07-25 10:44:53,219 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,219 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,219 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid0_
2004-07-25 10:44:53,219 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid1_
2004-07-25 10:44:53,220 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid2_
2004-07-25 10:44:53,220 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid3_
2004-07-25 10:44:53,220 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 1, 1, 1, 1
2004-07-25 10:44:53,220 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 1
2004-07-25 10:44:53,220 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.Actor#1
2004-07-25 10:44:53,220 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Actor 1 Description' as column: descript2_0_
2004-07-25 10:44:53,221 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Actor 1' as column: name0_
2004-07-25 10:44:53,221 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM4_0_
2004-07-25 10:44:53,221 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 1
2004-07-25 10:44:53,221 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.UseCase#1
2004-07-25 10:44:53,221 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: actor_oid3_
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Use Case 1' as column: descript3_3_
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Use Case 1 Description' as column: name3_
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM5_3_
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM5___
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.UseCaseModel.useCases#1]
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,222 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid__
2004-07-25 10:44:53,223 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,223 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,223 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCase#1]
1090777493223|-1||resultset|select usecases0_.oid as oid__, usecases0_.useCaseModel_oid as useCaseM5___, actor1_.oid as oid0_, actor1_.description as descript2_0_, actor1_.name as name0_, actor1_.useCaseModel_oid as useCaseM4_0_, usecasemod2_.subclassKey as oid1_, usecasemod2__1_.description as descript2_1_1_, usecasemod2__1_.name as name1_1_, usecasemod2__1_.project_oid as project_4_1_1_, project3_.oid as oid2_, project3_.description as descript2_2_, project3_.name as name2_, usecases0_.oid as oid3_, usecases0_.actor_oid as actor_oid3_, usecases0_.description as descript3_3_, usecases0_.name as name3_, usecases0_.useCaseModel_oid as useCaseM5_3_ from UseCase usecases0_ left outer join Actor actor1_ on usecases0_.actor_oid=actor1_.oid left outer join UseCaseModel usecasemod2_ on actor1_.useCaseModel_oid=usecasemod2_.subclassKey left outer join Artifact usecasemod2__1_ on usecasemod2_.subclassKey=usecasemod2__1_.oid left outer join Project project3_ on usecasemod2__1_.project_oid=project3_.oid where usecases0_.useCaseModel_oid=1|descript2_0_ = Actor 1 Description, descript3_3_ = Use Case 1, name0_ = Actor 1, name3_ = Use Case 1 Description
2004-07-25 10:44:53,238 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid0_
2004-07-25 10:44:53,239 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid1_
2004-07-25 10:44:53,239 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid2_
2004-07-25 10:44:53,239 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid3_
2004-07-25 10:44:53,239 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 2, 1, 1, 2
2004-07-25 10:44:53,239 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 2
2004-07-25 10:44:53,239 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.Actor#2
2004-07-25 10:44:53,240 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Actor 2 Description' as column: descript2_0_
2004-07-25 10:44:53,240 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Actor 2' as column: name0_
2004-07-25 10:44:53,240 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM4_0_
2004-07-25 10:44:53,240 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 2
2004-07-25 10:44:53,240 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.UseCase#2
2004-07-25 10:44:53,240 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: actor_oid3_
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Use Case 2' as column: descript3_3_
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Use Case 2 Description' as column: name3_
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM5_3_
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM5___
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.UseCaseModel.useCases#1]
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,241 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid__
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCase#2]
1090777493242|-1||resultset|select usecases0_.oid as oid__, usecases0_.useCaseModel_oid as useCaseM5___, actor1_.oid as oid0_, actor1_.description as descript2_0_, actor1_.name as name0_, actor1_.useCaseModel_oid as useCaseM4_0_, usecasemod2_.subclassKey as oid1_, usecasemod2__1_.description as descript2_1_1_, usecasemod2__1_.name as name1_1_, usecasemod2__1_.project_oid as project_4_1_1_, project3_.oid as oid2_, project3_.description as descript2_2_, project3_.name as name2_, usecases0_.oid as oid3_, usecases0_.actor_oid as actor_oid3_, usecases0_.description as descript3_3_, usecases0_.name as name3_, usecases0_.useCaseModel_oid as useCaseM5_3_ from UseCase usecases0_ left outer join Actor actor1_ on usecases0_.actor_oid=actor1_.oid left outer join UseCaseModel usecasemod2_ on actor1_.useCaseModel_oid=usecasemod2_.subclassKey left outer join Artifact usecasemod2__1_ on usecasemod2_.subclassKey=usecasemod2__1_.oid left outer join Project project3_ on usecasemod2__1_.project_oid=project3_.oid where usecases0_.useCaseModel_oid=1|descript2_0_ = Actor 2 Description, descript3_3_ = Use Case 2, name0_ = Actor 2, name3_ = Use Case 2 Description
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (2 rows)
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,242 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 4
2004-07-25 10:44:53,243 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,243 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,243 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,246 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,246 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,249 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,249 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,250 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,251 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.UseCaseModel.useCases#1]
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,252 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.Actor.useCases#2]
2004-07-25 10:44:53,253 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,253 [main] DEBUG net.sf.hibernate.SQL - select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=?
2004-07-25 10:44:53,253 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,262 [main] DEBUG net.sf.hibernate.type.LongType - binding '2' to parameter: 1
1090777493263|1|0|statement|select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=?|select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=2
2004-07-25 10:44:53,263 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.Actor.useCases#2]
2004-07-25 10:44:53,264 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,264 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,264 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid0_
2004-07-25 10:44:53,264 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid1_
2004-07-25 10:44:53,264 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid2_
2004-07-25 10:44:53,265 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 1, 1, 2
2004-07-25 10:44:53,265 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: actor_oid__
2004-07-25 10:44:53,265 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.Actor.useCases#2]
2004-07-25 10:44:53,265 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,266 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid__
2004-07-25 10:44:53,266 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,266 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,266 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCase#2]
1090777493266|-1||resultset|select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=2|
2004-07-25 10:44:53,267 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (1 rows)
2004-07-25 10:44:53,267 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 0
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.Actor.useCases#2]
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.Actor.useCases#1]
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,268 [main] DEBUG net.sf.hibernate.SQL - select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=?
2004-07-25 10:44:53,269 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,269 [main] DEBUG net.sf.hibernate.type.LongType - binding '1' to parameter: 1
1090777493270|1|0|statement|select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=?|select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=1
2004-07-25 10:44:53,271 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.Actor.useCases#1]
2004-07-25 10:44:53,271 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,273 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,273 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid0_
2004-07-25 10:44:53,273 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid1_
2004-07-25 10:44:53,273 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid2_
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 1, 1, 1
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: actor_oid__
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.Actor.useCases#1]
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid__
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,274 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,275 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.UseCase#1]
1090777493275|-1||resultset|select usecases0_.oid as oid__, usecases0_.actor_oid as actor_oid__, usecasemod1_.subclassKey as oid0_, usecasemod1__1_.description as descript2_1_0_, usecasemod1__1_.name as name1_0_, usecasemod1__1_.project_oid as project_4_1_0_, project2_.oid as oid1_, project2_.description as descript2_1_, project2_.name as name1_, usecases0_.oid as oid2_, usecases0_.actor_oid as actor_oid2_, usecases0_.description as descript3_2_, usecases0_.name as name2_, usecases0_.useCaseModel_oid as useCaseM5_2_ from UseCase usecases0_ left outer join UseCaseModel usecasemod1_ on usecases0_.useCaseModel_oid=usecasemod1_.subclassKey left outer join Artifact usecasemod1__1_ on usecasemod1_.subclassKey=usecasemod1__1_.oid left outer join Project project2_ on usecasemod1__1_.project_oid=project2_.oid where usecases0_.actor_oid=1|
2004-07-25 10:44:53,275 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (1 rows)
2004-07-25 10:44:53,275 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,275 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,275 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 0
2004-07-25 10:44:53,275 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.Actor.useCases#1]
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.UseCaseModel.actors#1]
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.SQL - select actors0_.oid as oid__, actors0_.useCaseModel_oid as useCaseM4___, actors0_.oid as oid0_, actors0_.description as descript2_0_, actors0_.name as name0_, actors0_.useCaseModel_oid as useCaseM4_0_ from Actor actors0_ where actors0_.useCaseModel_oid=?
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,276 [main] DEBUG net.sf.hibernate.type.LongType - binding '1' to parameter: 1
1090777493277|1|0|statement|select actors0_.oid as oid__, actors0_.useCaseModel_oid as useCaseM4___, actors0_.oid as oid0_, actors0_.description as descript2_0_, actors0_.name as name0_, actors0_.useCaseModel_oid as useCaseM4_0_ from Actor actors0_ where actors0_.useCaseModel_oid=?|select actors0_.oid as oid__, actors0_.useCaseModel_oid as useCaseM4___, actors0_.oid as oid0_, actors0_.description as descript2_0_, actors0_.name as name0_, actors0_.useCaseModel_oid as useCaseM4_0_ from Actor actors0_ where actors0_.useCaseModel_oid=1
2004-07-25 10:44:53,277 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.UseCaseModel.actors#1]
2004-07-25 10:44:53,277 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,278 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,278 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid0_
2004-07-25 10:44:53,278 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 1
2004-07-25 10:44:53,278 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM4___
2004-07-25 10:44:53,278 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.UseCaseModel.actors#1]
2004-07-25 10:44:53,278 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,280 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: oid__
2004-07-25 10:44:53,280 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,281 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,281 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Actor#1]
1090777493281|-1||resultset|select actors0_.oid as oid__, actors0_.useCaseModel_oid as useCaseM4___, actors0_.oid as oid0_, actors0_.description as descript2_0_, actors0_.name as name0_, actors0_.useCaseModel_oid as useCaseM4_0_ from Actor actors0_ where actors0_.useCaseModel_oid=1|
2004-07-25 10:44:53,281 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid0_
2004-07-25 10:44:53,281 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 2
2004-07-25 10:44:53,281 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: useCaseM4___
2004-07-25 10:44:53,281 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.UseCaseModel.actors#1]
2004-07-25 10:44:53,282 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,282 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid__
2004-07-25 10:44:53,282 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,282 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,282 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Actor#2]
1090777493282|-1||resultset|select actors0_.oid as oid__, actors0_.useCaseModel_oid as useCaseM4___, actors0_.oid as oid0_, actors0_.description as descript2_0_, actors0_.name as name0_, actors0_.useCaseModel_oid as useCaseM4_0_ from Actor actors0_ where actors0_.useCaseModel_oid=1|
2004-07-25 10:44:53,283 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (2 rows)
2004-07-25 10:44:53,283 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,284 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,284 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 0
2004-07-25 10:44:53,284 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,284 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.UseCaseModel.actors#1]
2004-07-25 10:44:53,284 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,284 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.Project.people#1]
2004-07-25 10:44:53,285 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,285 [main] DEBUG net.sf.hibernate.SQL - select people0_.oid as oid__, people0_.project_oid as project_2___, people0_.oid as oid0_, people0_.project_oid as project_2_0_, people0_.email as email0_, people0_.firstName as firstName0_, people0_.lastName as lastName0_, people0_.password as password0_, people0_.username as username0_ from Person people0_ where people0_.project_oid=?
2004-07-25 10:44:53,285 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,285 [main] DEBUG net.sf.hibernate.type.LongType - binding '1' to parameter: 1
1090777493286|1|0|statement|select people0_.oid as oid__, people0_.project_oid as project_2___, people0_.oid as oid0_, people0_.project_oid as project_2_0_, people0_.email as email0_, people0_.firstName as firstName0_, people0_.lastName as lastName0_, people0_.password as password0_, people0_.username as username0_ from Person people0_ where people0_.project_oid=?|select people0_.oid as oid__, people0_.project_oid as project_2___, people0_.oid as oid0_, people0_.project_oid as project_2_0_, people0_.email as email0_, people0_.firstName as firstName0_, people0_.lastName as lastName0_, people0_.password as password0_, people0_.username as username0_ from Person people0_ where people0_.project_oid=1
2004-07-25 10:44:53,286 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.Project.people#1]
2004-07-25 10:44:53,286 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,286 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,288 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid0_
2004-07-25 10:44:53,288 [main] DEBUG net.sf.hibernate.loader.Loader - result row: 2
2004-07-25 10:44:53,290 [main] DEBUG net.sf.hibernate.loader.Loader - Initializing object from ResultSet: 2
2004-07-25 10:44:53,290 [main] DEBUG net.sf.hibernate.loader.Loader - Hydrating entity: com.barrowsdevelopment.project.model.Person#2
2004-07-25 10:44:53,290 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: project_2_0_
2004-07-25 10:44:53,290 [main] DEBUG net.sf.hibernate.type.StringType - returning 'firstName@two.com' as column: email0_
2004-07-25 10:44:53,290 [main] DEBUG net.sf.hibernate.type.StringType - returning 'First Name 2' as column: firstName0_
2004-07-25 10:44:53,290 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Last Name 2' as column: lastName0_
2004-07-25 10:44:53,291 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Password 2' as column: password0_
2004-07-25 10:44:53,291 [main] DEBUG net.sf.hibernate.type.StringType - returning 'Username 2' as column: username0_
2004-07-25 10:44:53,291 [main] DEBUG net.sf.hibernate.type.LongType - returning '1' as column: project_2___
2004-07-25 10:44:53,291 [main] DEBUG net.sf.hibernate.loader.Loader - found row of collection: [com.barrowsdevelopment.project.model.Project.people#1]
2004-07-25 10:44:53,291 [main] DEBUG net.sf.hibernate.impl.SessionImpl - reading row
2004-07-25 10:44:53,291 [main] DEBUG net.sf.hibernate.type.LongType - returning '2' as column: oid__
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Person#2]
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Person#2]
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Person#2]
1090777493292|-1||resultset|select people0_.oid as oid__, people0_.project_oid as project_2___, people0_.oid as oid0_, people0_.project_oid as project_2_0_, people0_.email as email0_, people0_.firstName as firstName0_, people0_.lastName as lastName0_, people0_.password as password0_, people0_.username as username0_ from Person people0_ where people0_.project_oid=1|email0_ = firstName@two.com, firstName0_ = First Name 2, lastName0_ = Last Name 2, password0_ = Password 2, username0_ = Username 2
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (1 rows)
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 1
2004-07-25 10:44:53,292 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolving associations for [com.barrowsdevelopment.project.model.Person#2]
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - loading [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - attempting to resolve [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - resolved object in session cache [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection not cached
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - done materializing entity [com.barrowsdevelopment.project.model.Person#2]
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.Project.people#1]
2004-07-25 10:44:53,293 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,294 [main] DEBUG net.sf.hibernate.impl.SessionImpl - initializing collection [com.barrowsdevelopment.project.model.Person.userRoles#2]
2004-07-25 10:44:53,294 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,294 [main] DEBUG net.sf.hibernate.SQL - select userroles0_.userRole_oid as userRole2___, userroles0_.person_oid as person_oid__, role1_.oid as oid0_, role1_.description as descript2_0_, role1_.name as name0_ from Person_Role userroles0_ inner join Role role1_ on userroles0_.userRole_oid=role1_.oid where userroles0_.person_oid=?
2004-07-25 10:44:53,294 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - preparing statement
2004-07-25 10:44:53,294 [main] DEBUG net.sf.hibernate.type.LongType - binding '2' to parameter: 1
1090777493295|1|0|statement|select userroles0_.userRole_oid as userRole2___, userroles0_.person_oid as person_oid__, role1_.oid as oid0_, role1_.description as descript2_0_, role1_.name as name0_ from Person_Role userroles0_ inner join Role role1_ on userroles0_.userRole_oid=role1_.oid where userroles0_.person_oid=?|select userroles0_.userRole_oid as userRole2___, userroles0_.person_oid as person_oid__, role1_.oid as oid0_, role1_.description as descript2_0_, role1_.name as name0_ from Person_Role userroles0_ inner join Role role1_ on userroles0_.userRole_oid=role1_.oid where userroles0_.person_oid=2
2004-07-25 10:44:53,295 [main] DEBUG net.sf.hibernate.loader.Loader - result set contains (possibly empty) collection: [com.barrowsdevelopment.project.model.Person.userRoles#2]
2004-07-25 10:44:53,295 [main] DEBUG net.sf.hibernate.impl.SessionImpl - uninitialized collection: initializing
2004-07-25 10:44:53,354 [main] DEBUG net.sf.hibernate.loader.Loader - processing result set
2004-07-25 10:44:53,354 [main] DEBUG net.sf.hibernate.loader.Loader - done processing result set (0 rows)
2004-07-25 10:44:53,354 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-07-25 10:44:53,356 [main] DEBUG net.sf.hibernate.impl.BatcherImpl - closing statement
2004-07-25 10:44:53,356 [main] DEBUG net.sf.hibernate.loader.Loader - total objects hydrated: 0
2004-07-25 10:44:53,356 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections were found in result set
2004-07-25 10:44:53,356 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection fully initialized: [com.barrowsdevelopment.project.model.Person.userRoles#2]
2004-07-25 10:44:53,357 [main] DEBUG net.sf.hibernate.impl.SessionImpl - 1 collections initialized
2004-07-25 10:44:53,395 [main] DEBUG net.sf.hibernate.impl.SessionImpl - closing session
2004-07-25 10:44:53,395 [main] DEBUG net.sf.hibernate.impl.SessionImpl - disconnecting session
2004-07-25 10:44:53,397 [main] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider - returning connection to pool, pool size: 1
2004-07-25 10:44:53,398 [main] DEBUG net.sf.hibernate.impl.SessionImpl - transaction completion
2004-07-25 10:44:53,398 [main] DEBUG net.sf.hibernate.impl.SessionImpl - opened session
2004-07-25 10:44:53,400 [main] DEBUG net.sf.hibernate.transaction.JDBCTransaction - begin
2004-07-25 10:44:53,401 [main] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider - total checked-out connections: 0
2004-07-25 10:44:53,401 [main] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider - using pooled JDBC connection, pool size: 0
2004-07-25 10:44:53,401 [main] DEBUG net.sf.hibernate.transaction.JDBCTransaction - current autocommit status:false
2004-07-25 10:44:53,401 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,401 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 1
2004-07-25 10:44:53,401 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.Project#1]
2004-07-25 10:44:53,433 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.Project
2004-07-25 10:44:53,436 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.Project.artifacts
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 1
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.UseCaseModel#1]
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.UseCaseModel
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.UseCaseModel.actors
2004-07-25 10:44:53,437 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,438 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,438 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 2
2004-07-25 10:44:53,438 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.Actor#2]
2004-07-25 10:44:53,438 [main] DEBUG net.sf.hibernate.impl.SessionImpl - collection dereferenced while transient [com.barrowsdevelopment.project.model.Actor.useCases#2]
2004-07-25 10:44:53,453 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.Actor
2004-07-25 10:44:53,453 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,453 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.Actor.useCases
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 1
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.UseCase#1]
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.UseCase
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,454 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 1
2004-07-25 10:44:53,455 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.Actor#1]
2004-07-25 10:44:53,455 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.Actor
2004-07-25 10:44:53,455 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,455 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,455 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.Actor.useCases
2004-07-25 10:44:53,455 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.Actor
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.UseCase
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,456 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 2
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.UseCase#2]
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.UseCase
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,459 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.UseCase
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.Actor
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.UseCaseModel.useCases
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,460 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.UseCaseModel
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.Project.people
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.engine.Cascades - id unsaved-value: 0
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() previously saved instance with id: 2
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.impl.SessionImpl - updating [com.barrowsdevelopment.project.model.Person#2]
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.Person
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to saveOrUpdate()
2004-07-25 10:44:53,461 [main] DEBUG net.sf.hibernate.impl.SessionImpl - saveOrUpdate() persistent instance
2004-07-25 10:44:53,462 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.Person.userRoles
2004-07-25 10:44:53,462 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.Person
2004-07-25 10:44:53,462 [main] DEBUG net.sf.hibernate.engine.Cascades - done processing cascades for: com.barrowsdevelopment.project.model.Project
2004-07-25 10:44:53,464 [main] DEBUG net.sf.hibernate.transaction.JDBCTransaction - commit
2004-07-25 10:44:53,464 [main] DEBUG net.sf.hibernate.impl.SessionImpl - flushing session
2004-07-25 10:44:53,465 [main] DEBUG net.sf.hibernate.engine.Cascades - processing cascades for: com.barrowsdevelopment.project.model.Project
2004-07-25 10:44:53,465 [main] DEBUG net.sf.hibernate.engine.Cascades - cascading to collection: com.barrowsdevelopment.project.model.Project.artifacts
2004-07-25

_________________
Grim Shieldsson


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.