Aug 25, 2005 10:48:16 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 25, 2005 10:48:16 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1391 ms
Aug 25, 2005 10:48:16 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 25, 2005 10:48:16 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
Aug 25, 2005 10:48:16 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 25, 2005 10:48:17 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/]
Aug 25, 2005 10:48:17 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/acegi-security-sample-contacts-filter]
Aug 25, 2005 10:48:18 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Aug 25, 2005 10:48:18 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
2005-08-25 22:48:18,734 INFO [org.springframework.web.servlet.DispatcherServlet] - <Initializing servlet 'SpringTutorial'>
2005-08-25 22:48:18,843 INFO [org.springframework.web.servlet.DispatcherServlet] - <FrameworkServlet 'SpringTutorial': initialization started>
2005-08-25 22:48:18,843 INFO [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/SpringTutorial]] - <Loading WebApplicationContext for Spring FrameworkServlet 'SpringTutorial'>
2005-08-25 22:48:18,937 INFO [org.springframework.beans.factory.xml.XmlBeanDefin itionReader] - <Loading XML bean definitions from ServletContext resource [/WEB-INF/SpringTutorial-servlet.xml]>
2005-08-25 22:48:19,250 INFO [org.springframework.web.context.support.XmlWebAppl icationContext] - <Bean factory for application context [WebApplicationContext for namespace 'SpringTutorial-servlet']: org.springframework.beans.factory.support.DefaultL istableBeanFactory defining beans [springappController,priceIncreaseValidator,priceIn creaseForm,dataSource,sessionFactory,productManage rDao,prodMan,messageSource,urlMapping,viewResolver]; root of BeanFactory hierarchy>
2005-08-25 22:48:19,265 INFO [org.springframework.web.context.support.XmlWebAppl icationContext] - <10 beans defined in application context [WebApplicationContext for namespace 'SpringTutorial-servlet']>
2005-08-25 22:48:19,281 INFO [org.springframework.core.CollectionFactory] - <JDK 1.4+ collections available>
2005-08-25 22:48:19,281 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'messageSource'>
2005-08-25 22:48:19,718 INFO [org.springframework.web.context.support.XmlWebAppl icationContext] - <Using MessageSource [org.springframework.context.support.ResourceBundle MessageSource: basenames=[messages]]>
2005-08-25 22:48:19,718 INFO [org.springframework.web.context.support.XmlWebAppl icationContext] - <Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicatio nEventMulticaster@9ff0a8]>
2005-08-25 22:48:19,718 INFO [org.springframework.ui.context.support.UiApplicati onContextUtils] - <No ThemeSource found for [WebApplicationContext for namespace 'SpringTutorial-servlet']: using ResourceBundleThemeSource>
2005-08-25 22:48:19,734 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultL istableBeanFactory defining beans [springappController,priceIncreaseValidator,priceIn creaseForm,dataSource,sessionFactory,productManage rDao,prodMan,messageSource,urlMapping,viewResolver]; root of BeanFactory hierarchy]>
2005-08-25 22:48:19,734 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'springappController'>
2005-08-25 22:48:19,734 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'prodMan'>
2005-08-25 22:48:19,734 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'productManagerDao'>
2005-08-25 22:48:19,781 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'sessionFactory'>
2005-08-25 22:48:19,812 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'dataSource'>
2005-08-25 22:48:19,843 INFO [org.springframework.jdbc.datasource.DriverManagerD ataSource] - <Loaded JDBC driver: org.postgresql.Driver>
2005-08-25 22:48:19,875 INFO [org.hibernate.cfg.Environment] - <Hibernate 3.1 beta 1>
2005-08-25 22:48:19,875 INFO [org.hibernate.cfg.Environment] - <hibernate.properties not found>
2005-08-25 22:48:19,875 INFO [org.hibernate.cfg.Environment] - <using CGLIB reflection optimizer>
2005-08-25 22:48:19,875 INFO [org.hibernate.cfg.Environment] - <using JDK 1.4 java.sql.Timestamp handling>
2005-08-25 22:48:20,171 DEBUG [org.hibernate.util.DTDEntityResolver] - <trying to locate
http://hibernate.sourceforge.net/hib...apping-2.0.dtd in classpath under org/hibernate/>
2005-08-25 22:48:20,171 DEBUG [org.hibernate.util.DTDEntityResolver] - <
http://hibernate.sourceforge.net/hib...apping-2.0.dtd not found in classpath>
2005-08-25 22:48:20,625 INFO [org.hibernate.cfg.HbmBinder] - <Mapping class: com.mydomain.SpringTutorial.Product -> Products>
2005-08-25 22:48:20,625 DEBUG [org.hibernate.cfg.HbmBinder] - <Mapped property: id -> Id>
2005-08-25 22:48:20,703 DEBUG [org.hibernate.cfg.HbmBinder] - <Mapped property: description -> Description>
2005-08-25 22:48:20,703 DEBUG [org.hibernate.cfg.HbmBinder] - <Mapped property: price -> Price>
2005-08-25 22:48:20,703 INFO [org.springframework.orm.hibernate3.LocalSessionFac toryBean] - <Building new Hibernate SessionFactory>
2005-08-25 22:48:20,703 DEBUG [org.hibernate.cfg.Configuration] - <Preparing to build session factory with filters : {}>
2005-08-25 22:48:20,703 INFO [org.hibernate.cfg.Configuration] - <processing extends queue>
2005-08-25 22:48:20,703 INFO [org.hibernate.cfg.Configuration] - <processing collection mappings>
2005-08-25 22:48:20,703 INFO [org.hibernate.cfg.Configuration] - <processing association property references>
2005-08-25 22:48:20,703 INFO [org.hibernate.cfg.Configuration] - <processing foreign key constraints>
2005-08-25 22:48:20,859 INFO [org.hibernate.connection.ConnectionProviderFactory] - <Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSource ConnectionProvider>
2005-08-25 22:48:21,046 INFO [org.hibernate.cfg.SettingsFactory] - <RDBMS: PostgreSQL, version: 8.0.3>
2005-08-25 22:48:21,046 INFO [org.hibernate.cfg.SettingsFactory] - <JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.0 JDBC3 with SSL (build 311)>
2005-08-25 22:48:21,109 INFO [org.hibernate.dialect.Dialect] - <Using dialect: org.hibernate.dialect.PostgreSQLDialect>
2005-08-25 22:48:21,140 INFO [org.hibernate.transaction.TransactionFactoryFactor y] - <Using default transaction strategy (direct JDBC transactions)>
2005-08-25 22:48:21,140 INFO [org.hibernate.transaction.TransactionManagerLookup Factory] - <No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Automatic flush during beforeCompletion(): disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Automatic session close at end of transaction: disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <JDBC batch size: 15>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <JDBC batch updates for versioned data: disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Scrollable result sets: enabled>
2005-08-25 22:48:21,140 DEBUG [org.hibernate.cfg.SettingsFactory] - <Wrap result sets: disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <JDBC3 getGeneratedKeys(): disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Connection release mode: null>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Default batch fetch size: 1>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Generate SQL with comments: disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Order SQL updates by primary key: disabled>
2005-08-25 22:48:21,140 INFO [org.hibernate.cfg.SettingsFactory] - <Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory>
2005-08-25 22:48:21,156 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - <Using ASTQueryTranslatorFactory>
2005-08-25 22:48:21,156 INFO [org.hibernate.cfg.SettingsFactory] - <Query language substitutions: {}>
2005-08-25 22:48:21,156 INFO [org.hibernate.cfg.SettingsFactory] - <Second-level cache: enabled>
2005-08-25 22:48:21,156 INFO [org.hibernate.cfg.SettingsFactory] - <Query cache: disabled>
2005-08-25 22:48:21,156 INFO [org.hibernate.cfg.SettingsFactory] - <Cache provider: org.hibernate.cache.EhCacheProvider>
2005-08-25 22:48:21,171 INFO [org.hibernate.cfg.SettingsFactory] - <Optimize cache for minimal puts: disabled>
2005-08-25 22:48:21,171 INFO [org.hibernate.cfg.SettingsFactory] - <Structured second-level cache entries: disabled>
2005-08-25 22:48:21,171 DEBUG [org.hibernate.exception.SQLExceptionConverterFacto ry] - <Using dialect defined converter>
2005-08-25 22:48:21,187 INFO [org.hibernate.cfg.SettingsFactory] - <Echoing all SQL to stdout>
2005-08-25 22:48:21,187 INFO [org.hibernate.cfg.SettingsFactory] - <Statistics: disabled>
2005-08-25 22:48:21,187 INFO [org.hibernate.cfg.SettingsFactory] - <Deleted entity synthetic identifier rollback: disabled>
2005-08-25 22:48:21,187 INFO [org.hibernate.cfg.SettingsFactory] - <Default entity-mode: pojo>
2005-08-25 22:48:21,468 INFO [org.hibernate.impl.SessionFactoryImpl] - <building session factory>
2005-08-25 22:48:21,468 DEBUG [org.hibernate.impl.SessionFactoryImpl] - <Session factory constructed with filter configurations : {}>
2005-08-25 22:48:21,468 DEBUG [org.hibernate.impl.SessionFactoryImpl] - <instantiating session factory with properties: {java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, hibernate.cache.provider_class=org.hibernate.cache .EhCacheProvider, sun.boot.library.path=C:\Java\jdk1.5.0_04\jre\bin, java.vm.version=1.5.0_04-b05, shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar, java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, path.separator=;, java.vm.name=Java HotSpot(TM) Client VM, tomcat.util.buf.StringCache.byte.enabled=true, file.encoding.pkg=sun.io, user.country=US, sun.os.patch.level=Service Pack 2, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\Java\eclipse-3.1, java.runtime.version=1.5.0_04-b05, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironm ent, java.endorsed.dirs=C:\Java\jakarta-tomcat-5.5.9\common\endorsed, os.arch=x86, java.io.tmpdir=C:\Java\jakarta-tomcat-5.5.9\temp, line.separator=
, java.vm.specification.vendor=Sun Microsystems Inc., user.variant=, java.naming.factory.url.pkgs=org.apache.naming, os.name=Windows XP, sun.jnu.encoding=MS950, java.library.path=C:\Java\jdk1.5.0_04\bin;.;C:\WIN DOWS\system32;C:\WINDOWS;C:\Perl\bin\;C:\WINDOWS\s ystem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sha reware\snmp\bin;C:\Java\apache-ant-1.6.5\bin, java.specification.name=Java Platform API Specification, java.class.version=49.0, sun.management.compiler=HotSpot Client Compiler, os.version=5.1, user.home=C:\Documents and Settings\Barrow, user.timezone=America/Los_Angeles, catalina.useNaming=true, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.5, catalina.home=C:\Java\jakarta-tomcat-5.5.9, java.class.path=C:\Java\jakarta-tomcat-5.5.9\bin\bootstrap.jar;C:\Java\jdk1.5.0_04\lib\to ols.jar, user.name=Barrow, hibernate.show_sql=true, java.naming.factory.initial=org.apache.naming.java .javaURLContextFactory, package.definition=sun.,java.,org.apache.catalina. ,org.apache.coyote.,org.apache.tomcat.,org.apache. jasper., java.vm.specification.version=1.0, hibernate.hibernate.cache.use_query_cache=true, java.home=C:\Java\jdk1.5.0_04\jre, sun.arch.data.model=32, hibernate.dialect=org.hibernate.dialect.PostgreSQL Dialect, user.language=en, java.specification.vendor=Sun Microsystems Inc., awt.toolkit=sun.awt.windows.WToolkit, hibernate.cglib.use_reflection_optimizer=true, java.vm.info=mixed mode, java.version=1.5.0_04, java.ext.dirs=C:\Java\jdk1.5.0_04\jre\lib\ext, sun.boot.class.path=C:\Java\jakarta-tomcat-5.5.9\common\endorsed\xercesImpl.jar;C:\Java\jakar ta-tomcat-5.5.9\common\endorsed\xml-apis.jar;C:\Java\jdk1.5.0_04\jre\lib\rt.jar;C:\Jav a\jdk1.5.0_04\jre\lib\i18n.jar;C:\Java\jdk1.5.0_04 \jre\lib\sunrsasign.jar;C:\Java\jdk1.5.0_04\jre\li b\jsse.jar;C:\Java\jdk1.5.0_04\jre\lib\jce.jar;C:\ Java\jdk1.5.0_04\jre\lib\charsets.jar;C:\Java\jdk1 .5.0_04\jre\classes, server.loader=${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar, java.vendor=Sun Microsystems Inc., catalina.base=C:\Java\jakarta-tomcat-5.5.9, file.separator=\, hibernate.connection.provider_class=org.springfram ework.orm.hibernate3.LocalDataSourceConnectionProv ider, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, package.access=sun.,org.apache.catalina.,org.apach e.coyote.,org.apache.tomcat.,org.apache.jasper.,su n.beans., sun.desktop=windows, sun.cpu.isalist=}>
2005-08-25 22:48:22,093 DEBUG [org.hibernate.cache.CacheFactory] - <instantiating cache region: com.mydomain.SpringTutorial.Product usage strategy: read-write>
2005-08-25 22:48:22,546 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Static SQL for entity: com.mydomain.SpringTutorial.Product>
2005-08-25 22:48:22,546 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - < Version select: select Id from Products where Id =?>
2005-08-25 22:48:22,546 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - < Snapshot select: select product_.Id, product_.Description as Descript2_0_, product_.Price as Price0_ from Products product_ where product_.Id=?>
2005-08-25 22:48:22,546 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - < Insert 0: insert into Products (Description, Price, Id) values (?, ?, ?)>
2005-08-25 22:48:22,546 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - < Update 0: update Products set Description=?, Price=? where Id=?>
2005-08-25 22:48:22,546 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - < Delete 0: delete from Products where Id=?>
2005-08-25 22:48:22,609 DEBUG [org.hibernate.loader.entity.EntityLoader] - <Static select for entity com.mydomain.SpringTutorial.Product: select product0_.Id as Id0_0_, product0_.Description as Descript2_0_0_, product0_.Price as Price0_0_ from Products product0_ where product0_.Id=?>
2005-08-25 22:48:22,609 DEBUG [org.hibernate.loader.entity.EntityLoader] - <Static select for entity com.mydomain.SpringTutorial.Product: select product0_.Id as Id0_0_, product0_.Description as Descript2_0_0_, product0_.Price as Price0_0_ from Products product0_ where product0_.Id=?>
2005-08-25 22:48:22,609 DEBUG [org.hibernate.loader.entity.EntityLoader] - <Static select for entity com.mydomain.SpringTutorial.Product: select product0_.Id as Id0_0_, product0_.Description as Descript2_0_0_, product0_.Price as Price0_0_ from Products product0_ where product0_.Id=? for update>
2005-08-25 22:48:22,609 DEBUG [org.hibernate.loader.entity.EntityLoader] - <Static select for entity com.mydomain.SpringTutorial.Product: select product0_.Id as Id0_0_, product0_.Description as Descript2_0_0_, product0_.Price as Price0_0_ from Products product0_ where product0_.Id=? for update>
2005-08-25 22:48:22,609 DEBUG [org.hibernate.impl.SessionFactoryObjectFactory] - <initializing class SessionFactoryObjectFactory>
2005-08-25 22:48:22,625 DEBUG [org.hibernate.impl.SessionFactoryObjectFactory] - <registered: 4028528805f154590105f1545ed10000 (unnamed)>
2005-08-25 22:48:22,625 INFO [org.hibernate.impl.SessionFactoryObjectFactory] - <Not binding factory to JNDI, no JNDI name configured>
2005-08-25 22:48:22,625 DEBUG [org.hibernate.impl.SessionFactoryImpl] - <instantiated session factory>
2005-08-25 22:48:22,625 INFO [org.hibernate.impl.SessionFactoryImpl] - <Checking 0 named queries>
2005-08-25 22:48:22,687 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'priceIncreaseValidator'>
2005-08-25 22:48:22,687 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'priceIncreaseForm'>
2005-08-25 22:48:22,750 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'urlMapping'>
2005-08-25 22:48:22,781 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'viewResolver'>
2005-08-25 22:48:22,859 INFO [org.springframework.web.servlet.DispatcherServlet] - <Using context class [org.springframework.web.context.support.XmlWebAppl icationContext] for servlet 'SpringTutorial'>
2005-08-25 22:48:22,859 INFO [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided>
2005-08-25 22:48:22,859 INFO [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderL ocaleResolver@14b84c7]>
2005-08-25 22:48:22,859 INFO [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeRe solver@31688f]>
2005-08-25 22:48:22,875 INFO [org.springframework.web.servlet.DispatcherServlet] - <No HandlerAdapters found in servlet 'SpringTutorial': using default>
2005-08-25 22:48:22,875 INFO [org.springframework.web.servlet.DispatcherServlet] - <FrameworkServlet 'SpringTutorial': initialization completed in 4032 ms>
2005-08-25 22:48:22,875 INFO [org.springframework.web.servlet.DispatcherServlet] - <Servlet 'SpringTutorial' configured successfully>
Aug 25, 2005 10:48:23 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRul e: Target string: News / Redirect URL:
http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterR ule: Target param name: paramName / Target param value: paramValue / Redirect URL:
http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingR ule: Redirect URL:
http://jakarta.apache.org]]
Aug 25, 2005 10:48:23 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Aug 25, 2005 10:48:23 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Aug 25, 2005 10:48:23 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/mytest]
Aug 25, 2005 10:48:23 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles
INFO: WARNING: Security role name tomcat used in an <auth-constraint> without being defined in a <security-role>
Aug 25, 2005 10:48:23 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 25, 2005 10:48:24 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Aug 25, 2005 10:48:24 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/156 config=null
Aug 25, 2005 10:48:24 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Aug 25, 2005 10:48:24 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7766 ms
2005-08-25 22:48:32,375 INFO [SpringappController] - <returning hello view with Thu Aug 25 22:48:32 PDT 2005>
2005-08-25 22:48:32,468 INFO [org.springframework.beans.factory.xml.XmlBeanDefin itionReader] - <Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'DB2'>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'HSQL'>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'MS-SQL'>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'MySQL'>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'Oracle'>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'Informix'>
2005-08-25 22:48:32,500 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'PostgreSQL'>
2005-08-25 22:48:32,515 INFO [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - <Creating shared instance of singleton bean 'Sybase'>
2005-08-25 22:48:32,515 INFO [org.springframework.jdbc.support.SQLErrorCodesFact ory] - <SQLErrorCodes loaded: [DB2, HSQL, MS-SQL, MySQL, Oracle, Informix, PostgreSQL, Sybase]>
2005-08-25 22:48:32,703 DEBUG [org.hibernate.impl.SessionImpl] - <opened session at timestamp: 4608144640253952>
2005-08-25 22:48:32,718 DEBUG [org.hibernate.impl.SessionImpl] - <find: from Product>
2005-08-25 22:48:32,718 DEBUG [org.hibernate.engine.QueryParameters] - <named parameters: {}>
2005-08-25 22:48:32,859 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - <parse() - HQL: from com.mydomain.SpringTutorial.Product>
2005-08-25 22:48:32,875 DEBUG [org.hibernate.hql.ast.AST] - <--- HQL AST ---
\-[QUERY] 'query'
\-[SELECT_FROM] 'SELECT_FROM'
\-[FROM] 'from'
\-[RANGE] 'RANGE'
\-[DOT] '.'
+-[DOT] '.'
| +-[DOT] '.'
| | +-[IDENT] 'com'
| | \-[IDENT] 'mydomain'
| \-[IDENT] 'SpringTutorial'
\-[IDENT] 'Product'
>
2005-08-25 22:48:32,875 DEBUG [org.hibernate.hql.ast.ErrorCounter] - <throwQueryException() : no errors>
2005-08-25 22:48:32,968 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - <select << begin [level=1, statement=select]>
2005-08-25 22:48:33,015 DEBUG [org.hibernate.hql.ast.tree.FromElement] - <FromClause{level=1} : com.mydomain.SpringTutorial.Product (no alias) -> product0_>
2005-08-25 22:48:33,015 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - <select : finishing up [level=1, statement=select]>
2005-08-25 22:48:33,015 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - <processQuery() : ( SELECT ( FromClause{level=1} Products product0_ ) )>
2005-08-25 22:48:33,046 DEBUG [org.hibernate.hql.ast.HqlSqlWalker] - <Derived SELECT clause created.>
2005-08-25 22:48:33,062 DEBUG [org.hibernate.hql.ast.util.JoinProcessor] - <Using FROM fragment [Products product0_]>
2005-08-25 22:48:33,062 DEBUG [org.hibernate.hql.antlr.HqlSqlBaseWalker] - <select >> end [level=1, statement=select]>
2005-08-25 22:48:33,062 DEBUG [org.hibernate.hql.ast.AST] - <--- SQL AST ---
\-[SELECT] QueryNode: 'SELECT' querySpaces (Products)
+-[SELECT_CLAUSE] SelectClause: '{derived select clause}'
| +-[SELECT_EXPR] SelectExpressionImpl: 'product0_.Id as Id0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=Pro ducts,tableAlias=product0_,colums={,className=com. mydomain.SpringTutorial.Product}}}
| \-[SQL_TOKEN] SqlFragment: 'product0_.Description as Descript2_0_, product0_.Price as Price0_'
\-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[product0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]}
\-[FROM_FRAGMENT] FromElement: 'Products product0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=Pro ducts,tableAlias=product0_,colums={,className=com. mydomain.SpringTutorial.Product}}
>
2005-08-25 22:48:33,062 DEBUG [org.hibernate.hql.ast.ErrorCounter] - <throwQueryException() : no errors>
2005-08-25 22:48:33,078 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - <HQL: from com.mydomain.SpringTutorial.Product>
2005-08-25 22:48:33,078 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - <SQL: select product0_.Id as Id0_, product0_.Description as Descript2_0_, product0_.Price as Price0_ from Products product0_>
2005-08-25 22:48:33,078 DEBUG [org.hibernate.hql.ast.ErrorCounter] - <throwQueryException() : no errors>
2005-08-25 22:48:33,093 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to open PreparedStatement (open PreparedStatements: 0, globally: 0)>
2005-08-25 22:48:33,093 DEBUG [org.hibernate.jdbc.ConnectionManager] - <opening JDBC connection>
2005-08-25 22:48:33,125 DEBUG [org.hibernate.SQL] - <select product0_.Id as Id0_, product0_.Description as Descript2_0_, product0_.Price as Price0_ from Products product0_>
Hibernate: select product0_.Id as Id0_, product0_.Description as Descript2_0_, product0_.Price as Price0_ from Products product0_
2005-08-25 22:48:33,125 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <preparing statement>
2005-08-25 22:48:33,203 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to open ResultSet (open ResultSets: 0, globally: 0)>
2005-08-25 22:48:33,203 DEBUG [org.hibernate.loader.Loader] - <processing result set>
2005-08-25 22:48:33,203 DEBUG [org.hibernate.loader.Loader] - <result set row: 0>
2005-08-25 22:48:33,203 DEBUG [org.hibernate.type.IntegerType] - <returning '2' as column: Id0_>
2005-08-25 22:48:33,203 DEBUG [org.hibernate.loader.Loader] - <result row: EntityKey[com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:33,203 DEBUG [org.hibernate.loader.Loader] - <Initializing object from ResultSet: [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:33,218 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Hydrating entity: [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:33,218 DEBUG [org.hibernate.type.StringType] - <returning 'Table' as column: Descript2_0_>
2005-08-25 22:48:33,218 DEBUG [org.hibernate.type.DoubleType] - <returning '75.29' as column: Price0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <result set row: 1>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.type.IntegerType] - <returning '3' as column: Id0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <result row: EntityKey[com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <Initializing object from ResultSet: [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Hydrating entity: [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.type.StringType] - <returning 'Chair' as column: Descript2_0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.type.DoubleType] - <returning '22.81' as column: Price0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <result set row: 2>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.type.IntegerType] - <returning '1' as column: Id0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <result row: EntityKey[com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <Initializing object from ResultSet: [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Hydrating entity: [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.type.StringType] - <returning 'Lamp' as column: Descript2_0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.type.DoubleType] - <returning '7.13' as column: Price0_>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <done processing result set (3 rows)>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to close ResultSet (open ResultSets: 1, globally: 1)>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to close PreparedStatement (open PreparedStatements: 1, globally: 1)>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <closing statement>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.loader.Loader] - <total objects hydrated: 3>
2005-08-25 22:48:33,234 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <resolving associations for [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:33,250 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <adding entity to second-level cache: [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.ReadWriteCache] - <Caching: com.mydomain.SpringTutorial.Product#2>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.EhCache] - <key: com.mydomain.SpringTutorial.Product#2>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.EhCache] - <Element for com.mydomain.SpringTutorial.Product#2 is null>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.ReadWriteCache] - <Cached: com.mydomain.SpringTutorial.Product#2>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <done materializing entity [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <resolving associations for [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <adding entity to second-level cache: [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.ReadWriteCache] - <Caching: com.mydomain.SpringTutorial.Product#3>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.EhCache] - <key: com.mydomain.SpringTutorial.Product#3>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.EhCache] - <Element for com.mydomain.SpringTutorial.Product#3 is null>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.ReadWriteCache] - <Cached: com.mydomain.SpringTutorial.Product#3>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <done materializing entity [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <resolving associations for [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <adding entity to second-level cache: [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.ReadWriteCache] - <Caching: com.mydomain.SpringTutorial.Product#1>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.EhCache] - <key: com.mydomain.SpringTutorial.Product#1>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.EhCache] - <Element for com.mydomain.SpringTutorial.Product#1 is null>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.cache.ReadWriteCache] - <Cached: com.mydomain.SpringTutorial.Product#1>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <done materializing entity [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:33,281 DEBUG [org.hibernate.engine.StatefulPersistenceContext] - <initializing non-lazy collections>
2005-08-25 22:48:33,296 DEBUG [org.hibernate.jdbc.JDBCContext] - <after autocommit>
2005-08-25 22:48:33,296 DEBUG [org.hibernate.impl.SessionImpl] - <after transaction completion>
2005-08-25 22:48:33,296 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <flushing session>
2005-08-25 22:48:33,296 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <processing flush-time cascades>
2005-08-25 22:48:33,359 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <dirty checking collections>
2005-08-25 22:48:33,359 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Flushing entities and processing referenced collections>
2005-08-25 22:48:33,375 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Processing unreferenced collections>
2005-08-25 22:48:33,375 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Scheduling collection removes/(re)creates/updates>
2005-08-25 22:48:33,375 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Flushed: 0 insertions, 0 updates, 0 deletions to 3 objects>
2005-08-25 22:48:33,375 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.pretty.Printer] - <listing entities:>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.pretty.Printer] - <com.mydomain.SpringTutorial.Product{price=7.13, description=Lamp, id=1}>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.pretty.Printer] - <com.mydomain.SpringTutorial.Product{price=75.29 , description=Table, id=2}>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.pretty.Printer] - <com.mydomain.SpringTutorial.Product{price=22.81 , description=Chair, id=3}>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <executing flush>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <post flush>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.impl.SessionImpl] - <closing session>
2005-08-25 22:48:33,390 DEBUG [org.hibernate.jdbc.ConnectionManager] - <closing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]>
2005-08-25 22:48:33,406 DEBUG [org.hibernate.jdbc.JDBCContext] - <after transaction completion>
2005-08-25 22:48:33,406 DEBUG [org.hibernate.impl.SessionImpl] - <after transaction completion>
2005-08-25 22:48:38,656 INFO [SpringappController] - <returning hello view with Thu Aug 25 22:48:38 PDT 2005>
2005-08-25 22:48:38,656 DEBUG [org.hibernate.impl.SessionImpl] - <opened session at timestamp: 4608144665214976>
2005-08-25 22:48:38,671 DEBUG [org.hibernate.impl.SessionImpl] - <find: from Product>
2005-08-25 22:48:38,671 DEBUG [org.hibernate.engine.QueryParameters] - <named parameters: {}>
2005-08-25 22:48:38,671 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] - <compile() : The query is already compiled, skipping...>
2005-08-25 22:48:38,671 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to open PreparedStatement (open PreparedStatements: 0, globally: 0)>
2005-08-25 22:48:38,671 DEBUG [org.hibernate.jdbc.ConnectionManager] - <opening JDBC connection>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.SQL] - <select product0_.Id as Id0_, product0_.Description as Descript2_0_, product0_.Price as Price0_ from Products product0_>
Hibernate: select product0_.Id as Id0_, product0_.Description as Descript2_0_, product0_.Price as Price0_ from Products product0_
2005-08-25 22:48:38,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <preparing statement>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to open ResultSet (open ResultSets: 0, globally: 0)>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <processing result set>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <result set row: 0>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.IntegerType] - <returning '2' as column: Id0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <result row: EntityKey[com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <Initializing object from ResultSet: [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Hydrating entity: [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.StringType] - <returning 'Table' as column: Descript2_0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.DoubleType] - <returning '75.29' as column: Price0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <result set row: 1>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.IntegerType] - <returning '3' as column: Id0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <result row: EntityKey[com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <Initializing object from ResultSet: [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Hydrating entity: [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.StringType] - <returning 'Chair' as column: Descript2_0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.DoubleType] - <returning '22.81' as column: Price0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <result set row: 2>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.type.IntegerType] - <returning '1' as column: Id0_>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <result row: EntityKey[com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.loader.Loader] - <Initializing object from ResultSet: [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:38,703 DEBUG [org.hibernate.persister.entity.BasicEntityPersiste r] - <Hydrating entity: [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.type.StringType] - <returning 'Lamp' as column: Descript2_0_>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.type.DoubleType] - <returning '7.13' as column: Price0_>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.loader.Loader] - <done processing result set (3 rows)>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to close ResultSet (open ResultSets: 1, globally: 1)>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to close PreparedStatement (open PreparedStatements: 1, globally: 1)>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <closing statement>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.loader.Loader] - <total objects hydrated: 3>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <resolving associations for [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <adding entity to second-level cache: [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.ReadWriteCache] - <Caching: com.mydomain.SpringTutorial.Product#2>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.EhCache] - <key: com.mydomain.SpringTutorial.Product#2>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.ReadWriteCache] - <Item was already cached: com.mydomain.SpringTutorial.Product#2>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <done materializing entity [com.mydomain.SpringTutorial.Product#2]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <resolving associations for [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <adding entity to second-level cache: [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.ReadWriteCache] - <Caching: com.mydomain.SpringTutorial.Product#3>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.EhCache] - <key: com.mydomain.SpringTutorial.Product#3>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.ReadWriteCache] - <Item was already cached: com.mydomain.SpringTutorial.Product#3>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <done materializing entity [com.mydomain.SpringTutorial.Product#3]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <resolving associations for [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <adding entity to second-level cache: [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.ReadWriteCache] - <Caching: com.mydomain.SpringTutorial.Product#1>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.EhCache] - <key: com.mydomain.SpringTutorial.Product#1>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.cache.ReadWriteCache] - <Item was already cached: com.mydomain.SpringTutorial.Product#1>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.TwoPhaseLoad] - <done materializing entity [com.mydomain.SpringTutorial.Product#1]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.engine.StatefulPersistenceContext] - <initializing non-lazy collections>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.jdbc.JDBCContext] - <after autocommit>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.impl.SessionImpl] - <after transaction completion>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <flushing session>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <processing flush-time cascades>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <dirty checking collections>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Flushing entities and processing referenced collections>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Processing unreferenced collections>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Scheduling collection removes/(re)creates/updates>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Flushed: 0 insertions, 0 updates, 0 deletions to 3 objects>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.pretty.Printer] - <listing entities:>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.pretty.Printer] - <com.mydomain.SpringTutorial.Product{price=7.13, description=Lamp, id=1}>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.pretty.Printer] - <com.mydomain.SpringTutorial.Product{price=75.29 , description=Table, id=2}>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.pretty.Printer] - <com.mydomain.SpringTutorial.Product{price=22.81 , description=Chair, id=3}>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <executing flush>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.event.def.AbstractFlushingEventListe ner] - <post flush>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.impl.SessionImpl] - <closing session>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.jdbc.ConnectionManager] - <closing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.jdbc.JDBCContext] - <after transaction completion>
2005-08-25 22:48:38,718 DEBUG [org.hibernate.impl.SessionImpl] - <after transaction completion>