Here's the debug log for this thread - it gets interesting around the 18:35:48,890 timecode.
It looks like the problem occurs cascading the from the ObjectRoot to the first A object to object B to the set of As held by B. The first A object is marked as persistent whilst cascading down this route, but not yet allocated an ID. The cascade from B back to the set of As generates IDs for the two other, as yet unsaved, As, but not for the first A as it had been marked as persistent.
The orphan deletion then occurs and this fails because the first A object doesn't yet have an ID allocated to it.
Any hints as to what I am doing wrong would be appreciated.
Code:
18:35:44,656 INFO Environment:500 - Hibernate 3.2.0
18:35:44,671 INFO Environment:533 - hibernate.properties not found
18:35:44,687 INFO Environment:667 - Bytecode provider name : cglib
18:35:44,687 INFO Environment:584 - using JDK 1.4 java.sql.Timestamp handling
18:35:44,843 INFO Configuration:1350 - configuring from resource: hibtest/hibernate.cfg.xml
18:35:44,843 INFO Configuration:1327 - Configuration resource: hibtest/hibernate.cfg.xml
18:35:45,390 DEBUG DTDEntityResolver:38 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd]
18:35:45,390 DEBUG DTDEntityResolver:40 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
18:35:45,406 DEBUG DTDEntityResolver:50 - located [http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd] in classpath
18:35:45,484 DEBUG Configuration:1311 - connection.driver_class=org.hsqldb.jdbcDriver
18:35:45,484 DEBUG Configuration:1311 - connection.url=jdbc:hsqldb:file:hibtestdb
18:35:45,484 DEBUG Configuration:1311 - connection.username=sa
18:35:45,484 DEBUG Configuration:1311 - connection.password=
18:35:45,484 DEBUG Configuration:1311 - connection.pool_size=1
18:35:45,484 DEBUG Configuration:1311 - dialect=org.hibernate.dialect.HSQLDialect
18:35:45,484 DEBUG Configuration:1311 - current_session_context_class=thread
18:35:45,484 DEBUG Configuration:1311 - cache.provider_class=org.hibernate.cache.NoCacheProvider
18:35:45,500 DEBUG Configuration:1311 - show_sql=false
18:35:45,500 DEBUG Configuration:1311 - hbm2ddl.auto=update
18:35:45,500 DEBUG Configuration:1510 - null<-org.dom4j.tree.DefaultAttribute@118fa47 [Attribute: name resource value "hibtest/ObjectRoot.hbm.xml"]
18:35:45,515 INFO Configuration:507 - Reading mappings from resource: hibtest/ObjectRoot.hbm.xml
18:35:45,515 DEBUG DTDEntityResolver:38 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
18:35:45,515 DEBUG DTDEntityResolver:40 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
18:35:45,515 DEBUG DTDEntityResolver:50 - located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in classpath
18:35:45,781 INFO HbmBinder:300 - Mapping class: hibtest.ObjectRoot -> ObjectRoot
18:35:45,828 DEBUG HbmBinder:1270 - Mapped property: id -> object_root_id
18:35:45,859 DEBUG HbmBinder:1270 - Mapped property: aList
18:35:45,859 DEBUG HbmBinder:1270 - Mapped property: bList
18:35:45,859 DEBUG Configuration:1510 - null<-org.dom4j.tree.DefaultAttribute@da90c [Attribute: name resource value "hibtest/A.hbm.xml"]
18:35:45,859 INFO Configuration:507 - Reading mappings from resource: hibtest/A.hbm.xml
18:35:45,875 DEBUG DTDEntityResolver:38 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
18:35:45,875 DEBUG DTDEntityResolver:40 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
18:35:45,875 DEBUG DTDEntityResolver:50 - located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in classpath
18:35:45,937 INFO HbmBinder:300 - Mapping class: hibtest.A -> A
18:35:45,937 DEBUG HbmBinder:1270 - Mapped property: id -> a_id
18:35:45,953 DEBUG HbmBinder:1270 - Mapped property: name -> name
18:35:46,140 DEBUG HbmBinder:1270 - Mapped property: b -> b_id
18:35:46,140 DEBUG Configuration:1510 - null<-org.dom4j.tree.DefaultAttribute@1d87b85 [Attribute: name resource value "hibtest/B.hbm.xml"]
18:35:46,140 INFO Configuration:507 - Reading mappings from resource: hibtest/B.hbm.xml
18:35:46,140 DEBUG DTDEntityResolver:38 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
18:35:46,140 DEBUG DTDEntityResolver:40 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
18:35:46,156 DEBUG DTDEntityResolver:50 - located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in classpath
18:35:46,218 INFO HbmBinder:300 - Mapping class: hibtest.B -> B
18:35:46,218 DEBUG HbmBinder:1270 - Mapped property: id -> b_id
18:35:46,218 DEBUG HbmBinder:1270 - Mapped property: aList
18:35:46,234 INFO Configuration:1465 - Configured SessionFactory: null
18:35:46,234 DEBUG Configuration:1466 - properties: {java.vendor=Sun Microsystems Inc., show_sql=false, hibernate.connection.url=jdbc:hsqldb:file:hibtestdb, sun.management.compiler=HotSpot Client Compiler, os.name=Windows XP, hbm2ddl.auto=update, sun.boot.class.path=C:\Java\jdk1.5.0_09\jre\lib\rt.jar;C:\Java\jdk1.5.0_09\jre\lib\i18n.jar;C:\Java\jdk1.5.0_09\jre\lib\sunrsasign.jar;C:\Java\jdk1.5.0_09\jre\lib\jsse.jar;C:\Java\jdk1.5.0_09\jre\lib\jce.jar;C:\Java\jdk1.5.0_09\jre\lib\charsets.jar;C:\Java\jdk1.5.0_09\jre\classes, hibernate.current_session_context_class=thread, sun.desktop=windows, java.vm.specification.vendor=Sun Microsystems Inc., java.runtime.version=1.5.0_09-b03, hibernate.cache.provider_class=org.hibernate.cache.NoCacheProvider, user.name=chris_2, connection.driver_class=org.hsqldb.jdbcDriver, current_session_context_class=thread, user.language=en, sun.boot.library.path=C:\Java\jdk1.5.0_09\jre\bin, dialect=org.hibernate.dialect.HSQLDialect, java.version=1.5.0_09, user.timezone=Europe/London, sun.arch.data.model=32, java.endorsed.dirs=C:\Java\jdk1.5.0_09\jre\lib\endorsed, sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=49.0, user.country=GB, connection.url=jdbc:hsqldb:file:hibtestdb, java.home=C:\Java\jdk1.5.0_09\jre, java.vm.info=mixed mode, os.version=5.1, path.separator=;, connection.password=, java.vm.version=1.5.0_09-b03, hibernate.connection.password=, user.variant=, java.awt.printerjob=sun.awt.windows.WPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, hibernate.connection.username=sa, user.home=C:\Documents and Settings\chris_2, java.specification.vendor=Sun Microsystems Inc., hibernate.hbm2ddl.auto=update, java.library.path=C:\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Subversion\bin;C:\Java\jdk1.5.0_09\bin;C:\cygwin\bin, java.vendor.url=http://java.sun.com/, hibernate.connection.driver_class=org.hsqldb.jdbcDriver, connection.username=sa, java.vm.vendor=Sun Microsystems Inc., hibernate.dialect=org.hibernate.dialect.HSQLDialect, java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, java.class.path=C:\Java\jdk1.5.0_09\jre\lib\charsets.jar;C:\Java\jdk1.5.0_09\jre\lib\deploy.jar;C:\Java\jdk1.5.0_09\jre\lib\javaws.jar;C:\Java\jdk1.5.0_09\jre\lib\jce.jar;C:\Java\jdk1.5.0_09\jre\lib\jsse.jar;C:\Java\jdk1.5.0_09\jre\lib\plugin.jar;C:\Java\jdk1.5.0_09\jre\lib\rt.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\dnsns.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\localedata.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\sunjce_provider.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\sunpkcs11.jar;C:\development\hibtest\classes\test\hibtest;C:\development\hibtest\classes\production\hibtest;C:\Java\lib\hibernate-3.2\hibernate3.jar;C:\Java\lib\hibernate-3.2\lib\jboss-system.jar;C:\Java\lib\hibernate-3.2\lib\ant-junit-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\dom4j-1.6.1.jar;C:\Java\lib\hibernate-3.2\lib\concurrent-1.3.2.jar;C:\Java\lib\hibernate-3.2\lib\commons-collections-2.1.1.jar;C:\Java\lib\hibernate-3.2\lib\ant-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\syndiag2.jar;C:\Java\lib\hibernate-3.2\lib\jaas.jar;C:\Java\lib\hibernate-3.2\lib\ehcache-1.2.jar;C:\Java\lib\hibernate-3.2\lib\junit-3.8.1.jar;C:\Java\lib\hibernate-3.2\lib\xml-apis.jar;C:\Java\lib\hibernate-3.2\lib\cleanimports.jar;C:\Java\lib\hibernate-3.2\lib\cglib-2.1.3.jar;C:\Java\lib\hibernate-3.2\lib\checkstyle-all.jar;C:\Java\lib\hibernate-3.2\lib\ant-launcher-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\jboss-cache.jar;C:\Java\lib\hibernate-3.2\lib\log4j-1.2.11.jar;C:\Java\lib\hibernate-3.2\lib\jboss-jmx.jar;C:\Java\lib\hibernate-3.2\lib\jacc-1_0-fr.jar;C:\Java\lib\hibernate-3.2\lib\proxool-0.8.3.jar;C:\Java\lib\hibernate-3.2\lib\antlr-2.7.6.jar;C:\Java\lib\hibernate-3.2\lib\ant-antlr-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\versioncheck.jar;C:\Java\lib\hibernate-3.2\lib\asm.jar;C:\Java\lib\hibernate-3.2\lib\asm-attrs.jar;C:\Java\lib\hibernate-3.2\lib\swarmcache-1.0rc2.jar;C:\Java\lib\hibernate-3.2\lib\jgroups-2.2.8.jar;C:\Java\lib\hibernate-3.2\lib\ant-swing-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\javassist.jar;C:\Java\lib\hibernate-3.2\lib\oscache-2.1.jar;C:\Java\lib\hibernate-3.2\lib\jdbc2_0-stdext.jar;C:\Java\lib\hibernate-3.2\lib\jta.jar;C:\Java\lib\hibernate-3.2\lib\jaxen-1.1-beta-7.jar;C:\Java\lib\hibernate-3.2\lib\c3p0-0.9.0.jar;C:\Java\lib\hibernate-3.2\lib\connector.jar;C:\Java\lib\hibernate-3.2\lib\xerces-2.6.2.jar;C:\Java\lib\hibernate-3.2\lib\jboss-common.jar;C:\Java\lib\hibernate-3.2\lib\commons-logging-1.0.4.jar;C:\Java\lib\hsqldb\hsqldb-1.8.0.7\lib\hsqldb.jar;C:\Program Files\JetBrains\IntelliJ IDEA 6.0\lib\idea_rt.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.0, sun.cpu.endian=little, sun.os.patch.level=Service Pack 2, connection.pool_size=1, java.io.tmpdir=C:\DOCUME~1\chris_2\LOCALS~1\Temp\, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, os.arch=x86, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Java\jdk1.5.0_09\jre\lib\ext, user.dir=C:\development\hibtest, line.separator=
, java.vm.name=Java HotSpot(TM) Client VM, cache.provider_class=org.hibernate.cache.NoCacheProvider, file.encoding=windows-1252, java.specification.version=1.5, hibernate.show_sql=false, hibernate.connection.pool_size=1}
18:35:46,234 DEBUG Configuration:1209 - Preparing to build session factory with filters : {}
18:35:46,234 DEBUG Configuration:1044 - processing extends queue
18:35:46,234 DEBUG Configuration:1048 - processing collection mappings
18:35:46,234 DEBUG CollectionSecondPass:41 - Second pass for collection: hibtest.ObjectRoot.aList
18:35:46,234 INFO HbmBinder:2375 - Mapping collection: hibtest.ObjectRoot.aList -> A
18:35:46,234 DEBUG CollectionSecondPass:57 - Mapped collection key: object_root_id, index: a_index, one-to-many: hibtest.A
18:35:46,234 DEBUG CollectionSecondPass:41 - Second pass for collection: hibtest.ObjectRoot.bList
18:35:46,234 INFO HbmBinder:2375 - Mapping collection: hibtest.ObjectRoot.bList -> B
18:35:46,234 DEBUG CollectionSecondPass:57 - Mapped collection key: object_root_id, index: b_index, one-to-many: hibtest.B
18:35:46,234 DEBUG CollectionSecondPass:41 - Second pass for collection: hibtest.B.aList
18:35:46,250 INFO HbmBinder:2375 - Mapping collection: hibtest.B.aList -> A
18:35:46,250 DEBUG CollectionSecondPass:57 - Mapped collection key: b_id, one-to-many: hibtest.A
18:35:46,250 DEBUG Configuration:1059 - processing native query and ResultSetMapping mappings
18:35:46,250 DEBUG Configuration:1067 - processing association property references
18:35:46,250 DEBUG Configuration:1089 - processing foreign key constraints
18:35:46,250 DEBUG Configuration:1172 - resolving reference to class: hibtest.ObjectRoot
18:35:46,250 DEBUG Configuration:1172 - resolving reference to class: hibtest.B
18:35:46,250 DEBUG Configuration:1172 - resolving reference to class: hibtest.ObjectRoot
18:35:46,281 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
18:35:46,281 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 1
18:35:46,281 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
18:35:46,296 INFO DriverManagerConnectionProvider:80 - using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:file:hibtestdb
18:35:46,296 INFO DriverManagerConnectionProvider:83 - connection properties: {user=sa, password=}
18:35:46,296 DEBUG DriverManagerConnectionProvider:93 - total checked-out connections: 0
18:35:46,296 DEBUG DriverManagerConnectionProvider:109 - opening new JDBC connection
18:35:47,093 DEBUG DriverManagerConnectionProvider:115 - created connection to: jdbc:hsqldb:file:hibtestdb, Isolation Level: 2
18:35:47,140 INFO SettingsFactory:81 - RDBMS: HSQL Database Engine, version: 1.8.0
18:35:47,140 INFO SettingsFactory:82 - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
18:35:47,140 DEBUG DriverManagerConnectionProvider:129 - returning connection to pool, pool size: 1
18:35:47,218 INFO Dialect:141 - Using dialect: org.hibernate.dialect.HSQLDialect
18:35:47,234 INFO TransactionFactoryFactory:31 - Using default transaction strategy (direct JDBC transactions)
18:35:47,250 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
18:35:47,250 INFO SettingsFactory:134 - Automatic flush during beforeCompletion(): disabled
18:35:47,250 INFO SettingsFactory:138 - Automatic session close at end of transaction: disabled
18:35:47,250 INFO SettingsFactory:145 - JDBC batch size: 15
18:35:47,250 INFO SettingsFactory:148 - JDBC batch updates for versioned data: disabled
18:35:47,250 INFO SettingsFactory:153 - Scrollable result sets: enabled
18:35:47,250 DEBUG SettingsFactory:157 - Wrap result sets: disabled
18:35:47,250 INFO SettingsFactory:161 - JDBC3 getGeneratedKeys(): disabled
18:35:47,250 INFO SettingsFactory:169 - Connection release mode: auto
18:35:47,250 INFO SettingsFactory:196 - Default batch fetch size: 1
18:35:47,265 INFO SettingsFactory:200 - Generate SQL with comments: disabled
18:35:47,265 INFO SettingsFactory:204 - Order SQL updates by primary key: disabled
18:35:47,265 INFO SettingsFactory:369 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
18:35:47,265 INFO ASTQueryTranslatorFactory:24 - Using ASTQueryTranslatorFactory
18:35:47,265 INFO SettingsFactory:212 - Query language substitutions: {}
18:35:47,265 INFO SettingsFactory:217 - JPA-QL strict compliance: disabled
18:35:47,265 INFO SettingsFactory:222 - Second-level cache: enabled
18:35:47,265 INFO SettingsFactory:226 - Query cache: disabled
18:35:47,265 INFO SettingsFactory:356 - Cache provider: org.hibernate.cache.NoCacheProvider
18:35:47,265 INFO SettingsFactory:241 - Optimize cache for minimal puts: disabled
18:35:47,265 INFO SettingsFactory:250 - Structured second-level cache entries: disabled
18:35:47,281 DEBUG SQLExceptionConverterFactory:52 - Using dialect defined converter
18:35:47,281 INFO SettingsFactory:277 - Statistics: disabled
18:35:47,281 INFO SettingsFactory:281 - Deleted entity synthetic identifier rollback: disabled
18:35:47,281 INFO SettingsFactory:296 - Default entity-mode: pojo
18:35:47,406 INFO SessionFactoryImpl:161 - building session factory
18:35:47,406 DEBUG SessionFactoryImpl:173 - Session factory constructed with filter configurations : {}
18:35:47,406 DEBUG SessionFactoryImpl:177 - instantiating session factory with properties: {java.vendor=Sun Microsystems Inc., show_sql=false, hibernate.connection.url=jdbc:hsqldb:file:hibtestdb, sun.management.compiler=HotSpot Client Compiler, os.name=Windows XP, hbm2ddl.auto=update, sun.boot.class.path=C:\Java\jdk1.5.0_09\jre\lib\rt.jar;C:\Java\jdk1.5.0_09\jre\lib\i18n.jar;C:\Java\jdk1.5.0_09\jre\lib\sunrsasign.jar;C:\Java\jdk1.5.0_09\jre\lib\jsse.jar;C:\Java\jdk1.5.0_09\jre\lib\jce.jar;C:\Java\jdk1.5.0_09\jre\lib\charsets.jar;C:\Java\jdk1.5.0_09\jre\classes, hibernate.current_session_context_class=thread, sun.desktop=windows, java.vm.specification.vendor=Sun Microsystems Inc., java.runtime.version=1.5.0_09-b03, hibernate.cache.provider_class=org.hibernate.cache.NoCacheProvider, user.name=chris_2, connection.driver_class=org.hsqldb.jdbcDriver, current_session_context_class=thread, user.language=en, sun.boot.library.path=C:\Java\jdk1.5.0_09\jre\bin, dialect=org.hibernate.dialect.HSQLDialect, java.version=1.5.0_09, user.timezone=Europe/London, sun.arch.data.model=32, java.endorsed.dirs=C:\Java\jdk1.5.0_09\jre\lib\endorsed, sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=49.0, user.country=GB, connection.url=jdbc:hsqldb:file:hibtestdb, java.home=C:\Java\jdk1.5.0_09\jre, java.vm.info=mixed mode, os.version=5.1, path.separator=;, connection.password=, java.vm.version=1.5.0_09-b03, hibernate.connection.password=, user.variant=, java.awt.printerjob=sun.awt.windows.WPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, hibernate.connection.username=sa, user.home=C:\Documents and Settings\chris_2, java.specification.vendor=Sun Microsystems Inc., hibernate.hbm2ddl.auto=update, java.library.path=C:\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Subversion\bin;C:\Java\jdk1.5.0_09\bin;C:\cygwin\bin, java.vendor.url=http://java.sun.com/, hibernate.connection.driver_class=org.hsqldb.jdbcDriver, connection.username=sa, java.vm.vendor=Sun Microsystems Inc., hibernate.dialect=org.hibernate.dialect.HSQLDialect, java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, java.class.path=C:\Java\jdk1.5.0_09\jre\lib\charsets.jar;C:\Java\jdk1.5.0_09\jre\lib\deploy.jar;C:\Java\jdk1.5.0_09\jre\lib\javaws.jar;C:\Java\jdk1.5.0_09\jre\lib\jce.jar;C:\Java\jdk1.5.0_09\jre\lib\jsse.jar;C:\Java\jdk1.5.0_09\jre\lib\plugin.jar;C:\Java\jdk1.5.0_09\jre\lib\rt.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\dnsns.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\localedata.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\sunjce_provider.jar;C:\Java\jdk1.5.0_09\jre\lib\ext\sunpkcs11.jar;C:\development\hibtest\classes\test\hibtest;C:\development\hibtest\classes\production\hibtest;C:\Java\lib\hibernate-3.2\hibernate3.jar;C:\Java\lib\hibernate-3.2\lib\jboss-system.jar;C:\Java\lib\hibernate-3.2\lib\ant-junit-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\dom4j-1.6.1.jar;C:\Java\lib\hibernate-3.2\lib\concurrent-1.3.2.jar;C:\Java\lib\hibernate-3.2\lib\commons-collections-2.1.1.jar;C:\Java\lib\hibernate-3.2\lib\ant-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\syndiag2.jar;C:\Java\lib\hibernate-3.2\lib\jaas.jar;C:\Java\lib\hibernate-3.2\lib\ehcache-1.2.jar;C:\Java\lib\hibernate-3.2\lib\junit-3.8.1.jar;C:\Java\lib\hibernate-3.2\lib\xml-apis.jar;C:\Java\lib\hibernate-3.2\lib\cleanimports.jar;C:\Java\lib\hibernate-3.2\lib\cglib-2.1.3.jar;C:\Java\lib\hibernate-3.2\lib\checkstyle-all.jar;C:\Java\lib\hibernate-3.2\lib\ant-launcher-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\jboss-cache.jar;C:\Java\lib\hibernate-3.2\lib\log4j-1.2.11.jar;C:\Java\lib\hibernate-3.2\lib\jboss-jmx.jar;C:\Java\lib\hibernate-3.2\lib\jacc-1_0-fr.jar;C:\Java\lib\hibernate-3.2\lib\proxool-0.8.3.jar;C:\Java\lib\hibernate-3.2\lib\antlr-2.7.6.jar;C:\Java\lib\hibernate-3.2\lib\ant-antlr-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\versioncheck.jar;C:\Java\lib\hibernate-3.2\lib\asm.jar;C:\Java\lib\hibernate-3.2\lib\asm-attrs.jar;C:\Java\lib\hibernate-3.2\lib\swarmcache-1.0rc2.jar;C:\Java\lib\hibernate-3.2\lib\jgroups-2.2.8.jar;C:\Java\lib\hibernate-3.2\lib\ant-swing-1.6.5.jar;C:\Java\lib\hibernate-3.2\lib\javassist.jar;C:\Java\lib\hibernate-3.2\lib\oscache-2.1.jar;C:\Java\lib\hibernate-3.2\lib\jdbc2_0-stdext.jar;C:\Java\lib\hibernate-3.2\lib\jta.jar;C:\Java\lib\hibernate-3.2\lib\jaxen-1.1-beta-7.jar;C:\Java\lib\hibernate-3.2\lib\c3p0-0.9.0.jar;C:\Java\lib\hibernate-3.2\lib\connector.jar;C:\Java\lib\hibernate-3.2\lib\xerces-2.6.2.jar;C:\Java\lib\hibernate-3.2\lib\jboss-common.jar;C:\Java\lib\hibernate-3.2\lib\commons-logging-1.0.4.jar;C:\Java\lib\hsqldb\hsqldb-1.8.0.7\lib\hsqldb.jar;C:\Program Files\JetBrains\IntelliJ IDEA 6.0\lib\idea_rt.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.0, sun.cpu.endian=little, sun.os.patch.level=Service Pack 2, connection.pool_size=1, java.io.tmpdir=C:\DOCUME~1\chris_2\LOCALS~1\Temp\, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, os.arch=x86, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Java\jdk1.5.0_09\jre\lib\ext, user.dir=C:\development\hibtest, line.separator=
, java.vm.name=Java HotSpot(TM) Client VM, cache.provider_class=org.hibernate.cache.NoCacheProvider, file.encoding=windows-1252, java.specification.version=1.5, hibernate.connection.pool_size=1, hibernate.show_sql=false}
18:35:48,062 DEBUG AbstractEntityPersister:2673 - Static SQL for entity: hibtest.B
18:35:48,062 DEBUG AbstractEntityPersister:2678 - Version select: select b_id from B where b_id =?
18:35:48,062 DEBUG AbstractEntityPersister:2681 - Snapshot select: select b_.b_id from B b_ where b_.b_id=?
18:35:48,062 DEBUG AbstractEntityPersister:2684 - Insert 0: insert into B (b_id) values (?)
18:35:48,062 DEBUG AbstractEntityPersister:2685 - Update 0: null
18:35:48,062 DEBUG AbstractEntityPersister:2686 - Delete 0: delete from B where b_id=?
18:35:48,062 DEBUG AbstractEntityPersister:2690 - Identity insert: insert into B (b_id) values (null)
18:35:48,078 DEBUG AbstractEntityPersister:2673 - Static SQL for entity: hibtest.A
18:35:48,078 DEBUG AbstractEntityPersister:2678 - Version select: select a_id from A where a_id =?
18:35:48,078 DEBUG AbstractEntityPersister:2681 - Snapshot select: select a_.a_id, a_.name as name1_, a_.b_id as b3_1_ from A a_ where a_.a_id=?
18:35:48,078 DEBUG AbstractEntityPersister:2684 - Insert 0: insert into A (name, b_id, a_id) values (?, ?, ?)
18:35:48,078 DEBUG AbstractEntityPersister:2685 - Update 0: update A set name=?, b_id=? where a_id=?
18:35:48,078 DEBUG AbstractEntityPersister:2686 - Delete 0: delete from A where a_id=?
18:35:48,078 DEBUG AbstractEntityPersister:2690 - Identity insert: insert into A (a_id, name, b_id) values (null, ?, ?)
18:35:48,109 DEBUG AbstractEntityPersister:2673 - Static SQL for entity: hibtest.ObjectRoot
18:35:48,109 DEBUG AbstractEntityPersister:2678 - Version select: select object_root_id from ObjectRoot where object_root_id =?
18:35:48,109 DEBUG AbstractEntityPersister:2681 - Snapshot select: select objectroot_.object_root_id from ObjectRoot objectroot_ where objectroot_.object_root_id=?
18:35:48,109 DEBUG AbstractEntityPersister:2684 - Insert 0: insert into ObjectRoot (object_root_id) values (?)
18:35:48,109 DEBUG AbstractEntityPersister:2685 - Update 0: null
18:35:48,109 DEBUG AbstractEntityPersister:2686 - Delete 0: delete from ObjectRoot where object_root_id=?
18:35:48,109 DEBUG AbstractEntityPersister:2690 - Identity insert: insert into ObjectRoot (object_root_id) values (null)
18:35:48,125 DEBUG AbstractCollectionPersister:548 - Static SQL for collection: hibtest.ObjectRoot.aList
18:35:48,140 DEBUG AbstractCollectionPersister:550 - Row insert: update A set object_root_id=?, a_index=? where a_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:556 - Row delete: update A set object_root_id=null, a_index=null where object_root_id=? and a_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:559 - One-shot delete: update A set object_root_id=null, a_index=null where object_root_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:548 - Static SQL for collection: hibtest.ObjectRoot.bList
18:35:48,140 DEBUG AbstractCollectionPersister:550 - Row insert: update B set object_root_id=?, b_index=? where b_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:556 - Row delete: update B set object_root_id=null, b_index=null where object_root_id=? and b_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:559 - One-shot delete: update B set object_root_id=null, b_index=null where object_root_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:548 - Static SQL for collection: hibtest.B.aList
18:35:48,140 DEBUG AbstractCollectionPersister:550 - Row insert: update A set b_id=? where a_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:556 - Row delete: update A set b_id=null where b_id=? and a_id=?
18:35:48,140 DEBUG AbstractCollectionPersister:559 - One-shot delete: update A set b_id=null where b_id=?
18:35:48,203 DEBUG EntityLoader:79 - Static select for entity hibtest.A: select a0_.a_id as a1_1_0_, a0_.name as name1_0_, a0_.b_id as b3_1_0_ from A a0_ where a0_.a_id=?
18:35:48,203 DEBUG EntityLoader:79 - Static select for entity hibtest.A: select a0_.a_id as a1_1_0_, a0_.name as name1_0_, a0_.b_id as b3_1_0_ from A a0_ where a0_.a_id=?
18:35:48,203 DEBUG EntityLoader:79 - Static select for entity hibtest.A: select a0_.a_id as a1_1_0_, a0_.name as name1_0_, a0_.b_id as b3_1_0_ from A a0_ where a0_.a_id=?
18:35:48,218 DEBUG EntityLoader:79 - Static select for entity hibtest.A: select a0_.a_id as a1_1_0_, a0_.name as name1_0_, a0_.b_id as b3_1_0_ from A a0_ where a0_.a_id=?
18:35:48,218 DEBUG EntityLoader:79 - Static select for entity hibtest.A: select a0_.a_id as a1_1_0_, a0_.name as name1_0_, a0_.b_id as b3_1_0_ from A a0_ where a0_.a_id=?
18:35:48,250 DEBUG EntityLoader:34 - Static select for action ACTION_MERGE on entity hibtest.A: select a0_.a_id as a1_1_1_, a0_.name as name1_1_, a0_.b_id as b3_1_1_, b1_.b_id as b1_2_0_ from A a0_ left outer join B b1_ on a0_.b_id=b1_.b_id where a0_.a_id=?
18:35:48,250 DEBUG EntityLoader:34 - Static select for action ACTION_REFRESH on entity hibtest.A: select a0_.a_id as a1_1_1_, a0_.name as name1_1_, a0_.b_id as b3_1_1_, b1_.b_id as b1_2_0_ from A a0_ left outer join B b1_ on a0_.b_id=b1_.b_id where a0_.a_id=?
18:35:48,250 DEBUG EntityLoader:79 - Static select for entity hibtest.B: select b0_.b_id as b1_2_0_ from B b0_ where b0_.b_id=?
18:35:48,250 DEBUG EntityLoader:79 - Static select for entity hibtest.B: select b0_.b_id as b1_2_0_ from B b0_ where b0_.b_id=?
18:35:48,250 DEBUG EntityLoader:79 - Static select for entity hibtest.B: select b0_.b_id as b1_2_0_ from B b0_ where b0_.b_id=?
18:35:48,250 DEBUG EntityLoader:79 - Static select for entity hibtest.B: select b0_.b_id as b1_2_0_ from B b0_ where b0_.b_id=?
18:35:48,250 DEBUG EntityLoader:79 - Static select for entity hibtest.B: select b0_.b_id as b1_2_0_ from B b0_ where b0_.b_id=?
18:35:48,265 DEBUG EntityLoader:34 - Static select for action ACTION_MERGE on entity hibtest.B: select b0_.b_id as b1_2_1_, alist1_.b_id as b3_3_, alist1_.a_id as a1_3_, alist1_.a_id as a1_1_0_, alist1_.name as name1_0_, alist1_.b_id as b3_1_0_ from B b0_ left outer join A alist1_ on b0_.b_id=alist1_.b_id where b0_.b_id=?
18:35:48,265 DEBUG EntityLoader:34 - Static select for action ACTION_REFRESH on entity hibtest.B: select b0_.b_id as b1_2_1_, alist1_.b_id as b3_3_, alist1_.a_id as a1_3_, alist1_.a_id as a1_1_0_, alist1_.name as name1_0_, alist1_.b_id as b3_1_0_ from B b0_ left outer join A alist1_ on b0_.b_id=alist1_.b_id where b0_.b_id=?
18:35:48,265 DEBUG EntityLoader:79 - Static select for entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_0_ from ObjectRoot objectroot0_ where objectroot0_.object_root_id=?
18:35:48,265 DEBUG EntityLoader:79 - Static select for entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_0_ from ObjectRoot objectroot0_ where objectroot0_.object_root_id=?
18:35:48,265 DEBUG EntityLoader:79 - Static select for entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_0_ from ObjectRoot objectroot0_ where objectroot0_.object_root_id=?
18:35:48,265 DEBUG EntityLoader:79 - Static select for entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_0_ from ObjectRoot objectroot0_ where objectroot0_.object_root_id=?
18:35:48,265 DEBUG EntityLoader:79 - Static select for entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_0_ from ObjectRoot objectroot0_ where objectroot0_.object_root_id=?
18:35:48,281 DEBUG EntityLoader:34 - Static select for action ACTION_MERGE on entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_2_, alist1_.object_root_id as object4_4_, alist1_.a_id as a1_4_, alist1_.a_index as a5_4_, alist1_.a_id as a1_1_0_, alist1_.name as name1_0_, alist1_.b_id as b3_1_0_, b2_.b_id as b1_2_1_ from ObjectRoot objectroot0_ left outer join A alist1_ on objectroot0_.object_root_id=alist1_.object_root_id left outer join B b2_ on alist1_.b_id=b2_.b_id where objectroot0_.object_root_id=?
18:35:48,281 DEBUG EntityLoader:34 - Static select for action ACTION_REFRESH on entity hibtest.ObjectRoot: select objectroot0_.object_root_id as object1_0_2_, alist1_.object_root_id as object4_4_, alist1_.a_id as a1_4_, alist1_.a_index as a5_4_, alist1_.a_id as a1_1_0_, alist1_.name as name1_0_, alist1_.b_id as b3_1_0_, b2_.b_id as b1_2_1_ from ObjectRoot objectroot0_ left outer join A alist1_ on objectroot0_.object_root_id=alist1_.object_root_id left outer join B b2_ on alist1_.b_id=b2_.b_id where objectroot0_.object_root_id=?
18:35:48,328 DEBUG OneToManyLoader:64 - Static select for one-to-many hibtest.ObjectRoot.aList: select alist0_.object_root_id as object4_1_, alist0_.a_id as a1_1_, alist0_.a_index as a5_1_, alist0_.a_id as a1_1_0_, alist0_.name as name1_0_, alist0_.b_id as b3_1_0_ from A alist0_ where alist0_.object_root_id=?
18:35:48,328 DEBUG OneToManyLoader:64 - Static select for one-to-many hibtest.ObjectRoot.bList: select blist0_.object_root_id as object2_1_, blist0_.b_id as b1_1_, blist0_.b_index as b3_1_, blist0_.b_id as b1_2_0_ from B blist0_ where blist0_.object_root_id=?
18:35:48,328 DEBUG OneToManyLoader:64 - Static select for one-to-many hibtest.B.aList: select alist0_.b_id as b3_1_, alist0_.a_id as a1_1_, alist0_.a_id as a1_1_0_, alist0_.name as name1_0_, alist0_.b_id as b3_1_0_ from A alist0_ where alist0_.b_id=?
18:35:48,328 DEBUG SessionFactoryObjectFactory:39 - initializing class SessionFactoryObjectFactory
18:35:48,359 DEBUG SessionFactoryObjectFactory:76 - registered: 402819811002fea5011002fea8e80000 (unnamed)
18:35:48,359 INFO SessionFactoryObjectFactory:82 - Not binding factory to JNDI, no JNDI name configured
18:35:48,359 DEBUG SessionFactoryImpl:308 - instantiated session factory
18:35:48,359 INFO SchemaUpdate:115 - Running hbm2ddl schema update
18:35:48,359 INFO SchemaUpdate:126 - fetching database metadata
18:35:48,359 DEBUG DriverManagerConnectionProvider:93 - total checked-out connections: 0
18:35:48,359 DEBUG DriverManagerConnectionProvider:99 - using pooled JDBC connection, pool size: 0
18:35:48,375 INFO SchemaUpdate:138 - updating schema
18:35:48,375 DEBUG Configuration:1044 - processing extends queue
18:35:48,375 DEBUG Configuration:1048 - processing collection mappings
18:35:48,375 DEBUG Configuration:1059 - processing native query and ResultSetMapping mappings
18:35:48,375 DEBUG Configuration:1067 - processing association property references
18:35:48,375 DEBUG Configuration:1089 - processing foreign key constraints
18:35:48,375 DEBUG Configuration:1172 - resolving reference to class: hibtest.ObjectRoot
18:35:48,375 DEBUG Configuration:1172 - resolving reference to class: hibtest.B
18:35:48,375 DEBUG Configuration:1172 - resolving reference to class: hibtest.ObjectRoot
18:35:48,531 INFO TableMetadata:40 - table found: PUBLIC.A
18:35:48,531 INFO TableMetadata:41 - columns: [object_root_id, b_id, name, a_index, a_id]
18:35:48,531 INFO TableMetadata:43 - foreign keys: [fk41e3309abf, fk41e8e58ab4]
18:35:48,531 INFO TableMetadata:44 - indexes: [sys_idx_46, sys_idx_52, sys_idx_54]
18:35:48,562 INFO TableMetadata:40 - table found: PUBLIC.B
18:35:48,562 INFO TableMetadata:41 - columns: [object_root_id, b_id, b_index]
18:35:48,562 INFO TableMetadata:43 - foreign keys: [fk42e8e58ab4]
18:35:48,562 INFO TableMetadata:44 - indexes: [sys_idx_48, sys_idx_56]
18:35:48,562 INFO TableMetadata:40 - table found: PUBLIC.OBJECTROOT
18:35:48,562 INFO TableMetadata:41 - columns: [object_root_id]
18:35:48,562 INFO TableMetadata:43 - foreign keys: []
18:35:48,562 INFO TableMetadata:44 - indexes: [sys_idx_50]
18:35:48,562 INFO SchemaUpdate:160 - schema update complete
18:35:48,593 DEBUG DriverManagerConnectionProvider:129 - returning connection to pool, pool size: 1
18:35:48,625 DEBUG SessionFactoryImpl:390 - Checking 0 named HQL queries
18:35:48,625 DEBUG SessionFactoryImpl:410 - Checking 0 named SQL queries
18:35:48,703 DEBUG SessionImpl:220 - opened session at timestamp: 11682813486
18:35:48,890 DEBUG ThreadLocalSessionContext:290 - allowing method [beginTransaction] in non-transacted context
18:35:48,890 DEBUG ThreadLocalSessionContext:300 - allowing proxied method [beginTransaction] to proceed to real session
18:35:48,890 DEBUG JDBCTransaction:54 - begin
18:35:48,890 DEBUG ConnectionManager:415 - opening JDBC connection
18:35:48,890 DEBUG DriverManagerConnectionProvider:93 - total checked-out connections: 0
18:35:48,890 DEBUG DriverManagerConnectionProvider:99 - using pooled JDBC connection, pool size: 0
18:35:48,890 DEBUG JDBCTransaction:59 - current autocommit status: false
18:35:48,890 DEBUG JDBCContext:210 - after transaction begin
18:35:48,890 DEBUG ThreadLocalSessionContext:300 - allowing proxied method [saveOrUpdate] to proceed to real session
18:35:48,906 DEBUG AbstractSaveEventListener:489 - transient instance of: hibtest.ObjectRoot
18:35:48,921 DEBUG DefaultSaveOrUpdateEventListener:161 - saving transient instance
18:35:48,921 DEBUG AbstractSaveEventListener:152 - saving [hibtest.ObjectRoot#<null>]
18:35:48,921 DEBUG AbstractSaveEventListener:240 - executing insertions
18:35:48,921 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.ObjectRoot
18:35:48,937 DEBUG Cascade:150 - done processing cascade ACTION_SAVE_UPDATE for: hibtest.ObjectRoot
18:35:48,968 DEBUG WrapVisitor:87 - Wrapped collection in role: hibtest.ObjectRoot.aList
18:35:48,984 DEBUG WrapVisitor:87 - Wrapped collection in role: hibtest.ObjectRoot.bList
18:35:48,984 DEBUG AbstractSaveEventListener:289 - executing identity-insert immediately
18:35:48,984 DEBUG AbstractEntityPersister:2079 - Inserting entity: hibtest.ObjectRoot (native id)
18:35:48,984 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:48,984 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,000 DEBUG AbstractEntityPersister:1927 - Dehydrating entity: [hibtest.ObjectRoot#<null>]
18:35:49,015 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,015 DEBUG AbstractBatcher:525 - closing statement
18:35:49,015 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,015 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,015 DEBUG IdentifierGeneratorFactory:37 - Natively generated identity: 3
18:35:49,015 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,015 DEBUG AbstractBatcher:525 - closing statement
18:35:49,031 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.ObjectRoot
18:35:49,031 DEBUG Cascade:291 - cascade ACTION_SAVE_UPDATE for collection: hibtest.ObjectRoot.aList
18:35:49,031 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.A
18:35:49,031 DEBUG AbstractSaveEventListener:489 - transient instance of: hibtest.A
18:35:49,031 DEBUG DefaultSaveOrUpdateEventListener:161 - saving transient instance
18:35:49,031 DEBUG AbstractSaveEventListener:152 - saving [hibtest.A#<null>]
18:35:49,031 DEBUG AbstractSaveEventListener:240 - executing insertions
18:35:49,046 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,046 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.B
18:35:49,046 DEBUG AbstractSaveEventListener:489 - transient instance of: hibtest.B
18:35:49,046 DEBUG DefaultSaveOrUpdateEventListener:161 - saving transient instance
18:35:49,046 DEBUG AbstractSaveEventListener:152 - saving [hibtest.B#<null>]
18:35:49,046 DEBUG AbstractSaveEventListener:240 - executing insertions
18:35:49,046 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.B
18:35:49,046 DEBUG Cascade:150 - done processing cascade ACTION_SAVE_UPDATE for: hibtest.B
18:35:49,062 DEBUG WrapVisitor:87 - Wrapped collection in role: hibtest.B.aList
18:35:49,062 DEBUG AbstractSaveEventListener:289 - executing identity-insert immediately
18:35:49,062 DEBUG AbstractEntityPersister:2079 - Inserting entity: hibtest.B (native id)
18:35:49,078 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,078 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,078 DEBUG AbstractEntityPersister:1927 - Dehydrating entity: [hibtest.B#<null>]
18:35:49,078 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,078 DEBUG AbstractBatcher:525 - closing statement
18:35:49,078 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,078 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,078 DEBUG IdentifierGeneratorFactory:37 - Natively generated identity: 3
18:35:49,078 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,078 DEBUG AbstractBatcher:525 - closing statement
18:35:49,093 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.B
18:35:49,093 DEBUG Cascade:291 - cascade ACTION_SAVE_UPDATE for collection: hibtest.B.aList
18:35:49,093 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.A
18:35:49,093 DEBUG AbstractSaveEventListener:463 - persistent instance of: hibtest.A
18:35:49,093 DEBUG DefaultSaveOrUpdateEventListener:105 - ignoring persistent instance
18:35:49,093 DEBUG DefaultSaveOrUpdateEventListener:142 - object already associated with session: [hibtest.A#<null>]
18:35:49,093 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.A
18:35:49,093 DEBUG AbstractSaveEventListener:489 - transient instance of: hibtest.A
18:35:49,109 DEBUG DefaultSaveOrUpdateEventListener:161 - saving transient instance
18:35:49,109 DEBUG AbstractSaveEventListener:152 - saving [hibtest.A#<null>]
18:35:49,109 DEBUG AbstractSaveEventListener:240 - executing insertions
18:35:49,109 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,109 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.B
18:35:49,109 DEBUG AbstractSaveEventListener:463 - persistent instance of: hibtest.B
18:35:49,109 DEBUG DefaultSaveOrUpdateEventListener:105 - ignoring persistent instance
18:35:49,109 DEBUG DefaultSaveOrUpdateEventListener:142 - object already associated with session: [hibtest.B#3]
18:35:49,109 DEBUG Cascade:150 - done processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,140 DEBUG AbstractSaveEventListener:289 - executing identity-insert immediately
18:35:49,140 DEBUG AbstractEntityPersister:2079 - Inserting entity: hibtest.A (native id)
18:35:49,140 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,140 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,171 DEBUG AbstractEntityPersister:1927 - Dehydrating entity: [hibtest.A#<null>]
18:35:49,171 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,171 DEBUG AbstractBatcher:525 - closing statement
18:35:49,171 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,171 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,171 DEBUG IdentifierGeneratorFactory:37 - Natively generated identity: 5
18:35:49,203 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,203 DEBUG AbstractBatcher:525 - closing statement
18:35:49,203 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,203 DEBUG Cascade:150 - done processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,203 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.A
18:35:49,203 DEBUG AbstractSaveEventListener:489 - transient instance of: hibtest.A
18:35:49,203 DEBUG DefaultSaveOrUpdateEventListener:161 - saving transient instance
18:35:49,203 DEBUG AbstractSaveEventListener:152 - saving [hibtest.A#<null>]
18:35:49,218 DEBUG AbstractSaveEventListener:240 - executing insertions
18:35:49,218 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,218 DEBUG CascadingAction:216 - cascading to saveOrUpdate: hibtest.B
18:35:49,218 DEBUG AbstractSaveEventListener:463 - persistent instance of: hibtest.B
18:35:49,218 DEBUG DefaultSaveOrUpdateEventListener:105 - ignoring persistent instance
18:35:49,218 DEBUG DefaultSaveOrUpdateEventListener:142 - object already associated with session: [hibtest.B#3]
18:35:49,218 DEBUG Cascade:150 - done processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,234 DEBUG AbstractSaveEventListener:289 - executing identity-insert immediately
18:35:49,250 DEBUG AbstractEntityPersister:2079 - Inserting entity: hibtest.A (native id)
18:35:49,250 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,250 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,250 DEBUG AbstractEntityPersister:1927 - Dehydrating entity: [hibtest.A#<null>]
18:35:49,250 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,250 DEBUG AbstractBatcher:525 - closing statement
18:35:49,250 DEBUG AbstractBatcher:358 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
18:35:49,250 DEBUG AbstractBatcher:476 - preparing statement
18:35:49,250 DEBUG IdentifierGeneratorFactory:37 - Natively generated identity: 6
18:35:49,265 DEBUG AbstractBatcher:366 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
18:35:49,265 DEBUG AbstractBatcher:525 - closing statement
18:35:49,265 DEBUG Cascade:115 - processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,265 DEBUG Cascade:150 - done processing cascade ACTION_SAVE_UPDATE for: hibtest.A
18:35:49,265 DEBUG Cascade:306 - done cascade ACTION_SAVE_UPDATE for collection: hibtest.B.aList
18:35:50,984 DEBUG Cascade:317 - deleting orphans for collection: hibtest.B.aList
18:37:11,312 INFO SessionFactoryImpl:767 - closing
18:37:11,312 INFO DriverManagerConnectionProvider:147 - cleaning up connection pool: jdbc:hsqldb:file:hibtestdb