Code:
2004-09-17 11:50:48,762 DEBUG [org.springframework.web.servlet.DispatcherServlet] - DispatcherServlet with name 'perfectmind' received request for [/admin/user/edit.jspa]
2004-09-17 11:50:48,762 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler map [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping@fd1810] in DispatcherServlet with name 'perfectmind'
2004-09-17 11:50:48,762 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - Looking up handler for [/admin/user/edit.jspa]
2004-09-17 11:50:48,762 DEBUG [org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor] - Opening single Hibernate session in OpenSessionInViewInterceptor
2004-09-17 11:50:48,762 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Opening Hibernate session
2004-09-17 11:50:48,772 DEBUG [net.sf.hibernate.impl.SessionImpl] - opened session
2004-09-17 11:50:48,772 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] to thread [thread-pool-37]
2004-09-17 11:50:48,772 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler adapter [org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter@19a0feb]
2004-09-17 11:50:48,772 WARN [com.thyrell.pm.user.web.UserFormController] - formBackingObject called
2004-09-17 11:50:48,772 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Don't need to create transaction for method 'getUser' in class [com.thyrell.pm.user.UserService]: this method isn't transactional
2004-09-17 11:50:48,772 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] bound to thread [thread-pool-37]
2004-09-17 11:50:48,772 DEBUG [org.springframework.orm.hibernate.HibernateInterceptor] - Found thread-bound session for Hibernate interceptor
2004-09-17 11:50:48,782 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] bound to thread [thread-pool-37]
2004-09-17 11:50:48,782 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] bound to thread [thread-pool-37]
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - find: select u from User u where u.handle = ?
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.engine.QueryParameters] - parameters: [bullgod]
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.engine.QueryParameters] - named parameters: {}
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - flushing session
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - Flushing entities and processing referenced collections
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - Processing unreferenced collections
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - Scheduling collection removes/(re)creates/updates
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - Flushed: 0 insertions, 0 updates, 0 deletions to 0 objects
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.SessionImpl] - Dont need to execute flush
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.hql.QueryTranslator] - HQL: select u from com.thyrell.pm.model.User u where u.handle = ?
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.hql.QueryTranslator] - SQL: select user0_.USER_UID as USER_UID, user0_.TIMEOFLASTUPDATE as TIMEOFLA2_, user0_.TIMEOFCREATION as TIMEOFCR3_, user0_.USERNAME as USERNAME, user0_.`PASSWORD` as y5_, user0_.EMAIL as EMAIL, user0_.FULLNAME as FULLNAME, user0_.DEFAULT_CONTACT_UID as DEFAULT_8_ from USERS user0_ where (user0_.USERNAME=? )
2004-09-17 11:50:48,782 DEBUG [net.sf.hibernate.impl.BatcherImpl] - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-09-17 11:50:48,802 DEBUG [net.sf.hibernate.SQL] - select user0_.USER_UID as USER_UID, user0_.TIMEOFLASTUPDATE as TIMEOFLA2_, user0_.TIMEOFCREATION as TIMEOFCR3_, user0_.USERNAME as USERNAME, user0_.`PASSWORD` as y5_, user0_.EMAIL as EMAIL, user0_.FULLNAME as FULLNAME, user0_.DEFAULT_CONTACT_UID as DEFAULT_8_ from USERS user0_ where (user0_.USERNAME=? )
Hibernate: select user0_.USER_UID as USER_UID, user0_.TIMEOFLASTUPDATE as TIMEOFLA2_, user0_.TIMEOFCREATION as TIMEOFCR3_, user0_.USERNAME as USERNAME, user0_.`PASSWORD` as y5_, user0_.EMAIL as EMAIL, user0_.FULLNAME as FULLNAME, user0_.DEFAULT_CONTACT_UID as DEFAULT_8_ from USERS user0_ where (user0_.USERNAME=? )
2004-09-17 11:50:48,802 DEBUG [net.sf.hibernate.impl.BatcherImpl] - preparing statement
2004-09-17 11:50:48,802 DEBUG [net.sf.hibernate.type.StringType] - binding 'bullgod' to parameter: 1
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.loader.Loader] - processing result set
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.type.LongType] - returning '3' as column: USER_UID
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.loader.Loader] - result row: 3
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.loader.Loader] - Initializing object from ResultSet: 3
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.loader.Loader] - Hydrating entity: com.thyrell.pm.model.User#3
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.type.TimestampType] - returning '2004-09-16 22:59:36' as column: TIMEOFLA2_
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.type.TimestampType] - returning '2004-08-30 17:13:17' as column: TIMEOFCR3_
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.type.StringType] - returning 'bullgod' as column: USERNAME
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.type.StringType] - returning 'bullgod' as column: y5_
2004-09-17 11:50:48,812 DEBUG [net.sf.hibernate.type.StringType] - returning 'andi@bullgod.de' as column: EMAIL
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.type.StringType] - returning 'Andreas Aderhold' as column: FULLNAME
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.type.LongType] - returning '1' as column: DEFAULT_8_
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.SessionImpl] - Version: 2004-09-16 22:59:36.0
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.loader.Loader] - done processing result set (1 rows)
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.BatcherImpl] - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.BatcherImpl] - closing statement
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.loader.Loader] - total objects hydrated: 1
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.SessionImpl] - resolving associations for [com.thyrell.pm.model.User#3]
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.SessionImpl] - loading [com.thyrell.pm.model.Contact#1]
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.SessionImpl] - attempting to resolve [com.thyrell.pm.model.Contact#1]
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.SessionImpl] - object not resolved in any cache [com.thyrell.pm.model.Contact#1]
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.persister.EntityPersister] - Materializing entity: [com.thyrell.pm.model.Contact#1]
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.impl.BatcherImpl] - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-09-17 11:50:48,822 DEBUG [net.sf.hibernate.SQL] - select contact0_.CONTACT_UID as CONTACT_1_0_, contact0_.TIMEOFLASTUPDATE as TIMEOFLA2_0_, contact0_.TIMEOFCREATION as TIMEOFCR3_0_, contact0_.CONTACTTYPE as CONTACTT4_0_, contact0_.DESCRIPTION as DESCRIPT5_0_, contact0_.HIDDEN as HIDDEN0_, contact0_.FIRSTNAME as FIRSTNAME0_, contact0_.TITLE as TITLE0_, contact0_.LASTNAME as LASTNAME0_, contact0_.STREET as STREET0_, contact0_.ZIPCODE as ZIPCODE0_, contact0_.CITY as CITY0_, contact0_.STATE as STATE0_, contact0_.COUTNTRY as COUTNTRY0_, contact0_.ICQ as ICQ0_, contact0_.AIM as AIM0_, contact0_.MSN as MSN0_, contact0_.YAHOO as YAHOO0_, contact0_.JABBER as JABBER0_, contact0_.PHONE as PHONE0_, contact0_.FAX as FAX0_, contact0_.CELL as CELL0_, contact0_.EMAIL as EMAIL0_, contact0_.USER_UID as USER_UID0_ from CONTACTS contact0_ where contact0_.CONTACT_UID=?
Hibernate: select contact0_.CONTACT_UID as CONTACT_1_0_, contact0_.TIMEOFLASTUPDATE as TIMEOFLA2_0_, contact0_.TIMEOFCREATION as TIMEOFCR3_0_, contact0_.CONTACTTYPE as CONTACTT4_0_, contact0_.DESCRIPTION as DESCRIPT5_0_, contact0_.HIDDEN as HIDDEN0_, contact0_.FIRSTNAME as FIRSTNAME0_, contact0_.TITLE as TITLE0_, contact0_.LASTNAME as LASTNAME0_, contact0_.STREET as STREET0_, contact0_.ZIPCODE as ZIPCODE0_, contact0_.CITY as CITY0_, contact0_.STATE as STATE0_, contact0_.COUTNTRY as COUTNTRY0_, contact0_.ICQ as ICQ0_, contact0_.AIM as AIM0_, contact0_.MSN as MSN0_, contact0_.YAHOO as YAHOO0_, contact0_.JABBER as JABBER0_, contact0_.PHONE as PHONE0_, contact0_.FAX as FAX0_, contact0_.CELL as CELL0_, contact0_.EMAIL as EMAIL0_, contact0_.USER_UID as USER_UID0_ from CONTACTS contact0_ where contact0_.CONTACT_UID=?
2004-09-17 11:50:48,872 DEBUG [net.sf.hibernate.impl.BatcherImpl] - preparing statement
2004-09-17 11:50:48,882 DEBUG [net.sf.hibernate.type.LongType] - binding '1' to parameter: 1
2004-09-17 11:50:48,902 DEBUG [net.sf.hibernate.loader.Loader] - processing result set
2004-09-17 11:50:48,902 DEBUG [net.sf.hibernate.loader.Loader] - result row: 1
2004-09-17 11:50:48,902 DEBUG [net.sf.hibernate.loader.Loader] - Initializing object from ResultSet: 1
2004-09-17 11:50:48,902 DEBUG [net.sf.hibernate.loader.Loader] - Hydrating entity: com.thyrell.pm.model.Contact#1
2004-09-17 11:50:48,912 DEBUG [net.sf.hibernate.type.TimestampType] - returning '2004-09-03 12:40:52' as column: TIMEOFLA2_0_
2004-09-17 11:50:48,912 DEBUG [net.sf.hibernate.type.TimestampType] - returning '2004-08-30 17:13:17' as column: TIMEOFCR3_0_
2004-09-17 11:50:48,912 DEBUG [net.sf.hibernate.type.StringType] - returning 'Meine privaten Kontaktdaten' as column: DESCRIPT5_0_
2004-09-17 11:50:48,912 DEBUG [net.sf.hibernate.type.BooleanType] - returning 'false' as column: HIDDEN0_
2004-09-17 11:50:48,912 DEBUG [net.sf.hibernate.type.StringType] - returning 'Andreas' as column: FIRSTNAME0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning 'Herr' as column: TITLE0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning 'Aderhold' as column: LASTNAME0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning 'Rheinstraße 38' as column: STREET0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning '68642' as column: ZIPCODE0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning 'Bürstadt' as column: CITY0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning 'HE' as column: STATE0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.LocaleType] - returning 'de_DE' as column: COUTNTRY0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning '76660606' as column: ICQ0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning 'herineth' as column: AIM0_
2004-09-17 11:50:48,922 DEBUG [net.sf.hibernate.type.StringType] - returning '' as column: MSN0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.StringType] - returning 'herineth' as column: YAHOO0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.StringType] - returning '' as column: JABBER0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.StringType] - returning '06245-905296' as column: PHONE0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.StringType] - returning '06245-905246' as column: FAX0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.StringType] - returning '0174-2026787' as column: CELL0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.StringType] - returning 'privat@bullgod.de' as column: EMAIL0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.type.LongType] - returning '3' as column: USER_UID0_
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.impl.SessionImpl] - Version: 2004-09-03 12:40:52.0
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.loader.Loader] - done processing result set (1 rows)
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.impl.BatcherImpl] - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.impl.BatcherImpl] - closing statement
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.loader.Loader] - total objects hydrated: 1
2004-09-17 11:50:48,932 DEBUG [net.sf.hibernate.impl.SessionImpl] - resolving associations for [com.thyrell.pm.model.Contact#1]
2004-09-17 11:50:48,942 DEBUG [net.sf.hibernate.impl.SessionImpl] - loading [com.thyrell.pm.model.User#3]
2004-09-17 11:50:48,942 DEBUG [net.sf.hibernate.impl.SessionImpl] - attempting to resolve [com.thyrell.pm.model.User#3]
2004-09-17 11:50:48,942 DEBUG [net.sf.hibernate.impl.SessionImpl] - resolved object in session cache [com.thyrell.pm.model.User#3]
2004-09-17 11:50:48,942 DEBUG [net.sf.hibernate.impl.SessionImpl] - done materializing entity [com.thyrell.pm.model.Contact#1]
2004-09-17 11:50:48,942 DEBUG [net.sf.hibernate.impl.SessionImpl] - creating collection wrapper:[com.thyrell.pm.model.User.contacts#3]
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.impl.SessionImpl] - creating collection wrapper:[com.thyrell.pm.model.User.userRoles#3]
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.impl.SessionImpl] - creating collection wrapper:[com.thyrell.pm.model.User.roles#3]
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.impl.SessionImpl] - creating collection wrapper:[com.thyrell.pm.model.User.previousPasswords#3]
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.impl.SessionImpl] - adding entity to second-level cache [com.thyrell.pm.model.User#3]
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.cache.ReadWriteCache] - Caching: 3
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.cache.EhCache] - key: 3
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.store.MemoryStore] - com.thyrell.pm.model.UserCache: MemoryStore hit for 3
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 now: 1095414648952
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 Creation Time: 1095414423448 Next To Last Access Time: 0
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 mostRecentTime: 1095414423448
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 Age to Idle: 120000 Age Idled: 225504
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - timeToIdleSeconds exceeded : 3
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - com.thyrell.pm.model.User: Is element with key 3 expired?: true
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - com.thyrell.pm.model.User Memory cache hit, but element expired
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - com.thyrell.pm.model.User cache - Miss
2004-09-17 11:50:48,952 DEBUG [net.sf.hibernate.cache.EhCache] - Element for 3 is null
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 now: 1095414648952
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 Creation Time: 1095414648952 Next To Last Access Time: 0
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 mostRecentTime: 1095414648952
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - 3 Age to Idle: 120000 Age Idled: 0
2004-09-17 11:50:48,952 DEBUG [net.sf.ehcache.Cache] - com.thyrell.pm.model.User: Is element with key 3 expired?: false
2004-09-17 11:50:48,962 DEBUG [net.sf.hibernate.cache.ReadWriteCache] - Cached: 3
2004-09-17 11:50:48,962 DEBUG [net.sf.hibernate.impl.SessionImpl] - done materializing entity [com.thyrell.pm.model.User#3]
2004-09-17 11:50:48,962 DEBUG [net.sf.hibernate.impl.SessionImpl] - initializing non-lazy collections
2004-09-17 11:50:48,962 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] bound to thread [thread-pool-37]
2004-09-17 11:50:48,962 DEBUG [org.springframework.orm.hibernate.HibernateInterceptor] - Not closing pre-bound Hibernate session after interceptor
2004-09-17 11:50:48,962 DEBUG [org.springframework.beans.CachedIntrospectionResults] - Using cached introspection results for class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:48,962 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:48,962 DEBUG [org.springframework.beans.BeanWrapperImpl] - Creating new nested BeanWrapper for property 'user'
2004-09-17 11:50:48,962 DEBUG [org.springframework.beans.CachedIntrospectionResults] - Using cached introspection results for class [com.thyrell.pm.model.User]
2004-09-17 11:50:48,962 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke write method [public void com.thyrell.pm.model.User.setEmail(java.lang.String)] on object of class [com.thyrell.pm.model.User]
2004-09-17 11:50:49,002 DEBUG [org.springframework.beans.BeanWrapperImpl] - Invoked write method [public void com.thyrell.pm.model.User.setEmail(java.lang.String)] with value [andi@bullgod.de]
2004-09-17 11:50:49,002 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,012 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,012 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke write method [public void com.thyrell.pm.model.User.setFullname(java.lang.String)] on object of class [com.thyrell.pm.model.User]
2004-09-17 11:50:49,012 DEBUG [org.springframework.beans.BeanWrapperImpl] - Invoked write method [public void com.thyrell.pm.model.User.setFullname(java.lang.String)] with value []
2004-09-17 11:50:49,012 DEBUG [org.springframework.beans.BeanWrapperImpl] - Converting String to [class java.lang.Long] using property editor [org.springframework.beans.propertyeditors.CustomNumberEditor@181b3d4]
2004-09-17 11:50:49,033 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke write method [public void com.thyrell.pm.user.web.UserForm.setId(java.lang.Long)] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,033 DEBUG [org.springframework.beans.BeanWrapperImpl] - Invoked write method [public void com.thyrell.pm.user.web.UserForm.setId(java.lang.Long)] with value of type [java.lang.Long]
2004-09-17 11:50:49,073 DEBUG [org.springframework.validation.ValidationUtils] - Invoking validator [com.thyrell.pm.user.web.UserFormValidator@42a818]
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public java.lang.Long com.thyrell.pm.user.web.UserForm.getId()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public java.lang.String com.thyrell.pm.model.User.getFullname()] on object of class [com.thyrell.pm.model.User]
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,073 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public java.lang.String com.thyrell.pm.model.User.getFullname()] on object of class [com.thyrell.pm.model.User]
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public java.lang.String com.thyrell.pm.model.User.getEmail()] on object of class [com.thyrell.pm.model.User]
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,083 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,083 DEBUG [org.springframework.validation.ValidationUtils] - Validator found 1 errors
2004-09-17 11:50:49,083 DEBUG [com.thyrell.pm.user.web.UserFormController] - Data binding errors: 1
2004-09-17 11:50:49,083 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] bound to thread [thread-pool-37]
2004-09-17 11:50:49,083 DEBUG [org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor] - Flushing single Hibernate session in OpenSessionInViewInterceptor
2004-09-17 11:50:49,093 DEBUG [org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor] - Eagerly flushing Hibernate session
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.impl.SessionImpl] - flushing session
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.engine.Cascades] - processing cascades for: com.thyrell.pm.model.User
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.engine.Cascades] - cascading to collection: com.thyrell.pm.model.User.contacts
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.engine.Cascades] - cascading to collection: com.thyrell.pm.model.User.userRoles
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.engine.Cascades] - cascading to collection: com.thyrell.pm.model.User.roles
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.engine.Cascades] - done processing cascades for: com.thyrell.pm.model.User
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.impl.SessionImpl] - Flushing entities and processing referenced collections
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.persister.AbstractEntityPersister] - com.thyrell.pm.model.User.fullname is dirty
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.impl.SessionImpl] - Updating entity: [com.thyrell.pm.model.User#3]
2004-09-17 11:50:49,093 DEBUG [net.sf.hibernate.engine.Versioning] - Incrementing: 2004-09-16 22:59:36.0 to 2004-09-17 11:50:49.093
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Collection found: [com.thyrell.pm.model.User.contacts#3], was: [com.thyrell.pm.model.User.contacts#3]
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Collection found: [com.thyrell.pm.model.User.userRoles#3], was: [com.thyrell.pm.model.User.userRoles#3]
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Collection found: [com.thyrell.pm.model.User.roles#3], was: [com.thyrell.pm.model.User.roles#3]
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Collection found: [com.thyrell.pm.model.User.previousPasswords#3], was: [com.thyrell.pm.model.User.previousPasswords#3]
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Processing unreferenced collections
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Scheduling collection removes/(re)creates/updates
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Flushed: 0 insertions, 1 updates, 0 deletions to 2 objects
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.SessionImpl] - Flushed: 0 (re)creations, 0 updates, 0 removals to 4 collections
2004-09-17 11:50:49,163 DEBUG [net.sf.hibernate.impl.Printer] - listing entities:
2004-09-17 11:50:49,173 DEBUG [net.sf.hibernate.impl.Printer] - com.thyrell.pm.model.Contact{phone=06245-905296, user=User#3, aim=herineth, type=Private, yahoo=herineth, cell=0174-2026787, address=Address{country=de_DE, street=Rheinstraße 38, state=HE, city=Bürstadt, zipcode=68642}, msn=, fax=06245-905246, jabber=, id=1, timeOfLastUpdate=2004-09-03 12:40:52, timeOfCreation=2004-08-30 17:13:17, hidden=false, description=Meine privaten Kontaktdaten, email=privat@bullgod.de, name=Name{title=Herr, firstName=Andreas, lastName=Aderhold}, icq=76660606}
2004-09-17 11:50:49,173 DEBUG [net.sf.hibernate.impl.Printer] - com.thyrell.pm.model.User{password=bullgod, handle=bullgod, timeOfLastUpdate=2004-09-16 22:59:36, previousPasswords=uninitialized, contacts=uninitialized, timeOfCreation=2004-08-30 17:13:17, defaultContact=Contact#1, userRoles=uninitialized, email=andi@bullgod.de, roles=uninitialized, fullname=, id=3}
2004-09-17 11:50:49,173 DEBUG [net.sf.hibernate.impl.SessionImpl] - executing flush
2004-09-17 11:50:49,173 DEBUG [net.sf.hibernate.cache.ReadWriteCache] - Invalidating: 3
2004-09-17 11:50:49,173 DEBUG [net.sf.hibernate.cache.EhCache] - key: 3
2004-09-17 11:50:49,183 DEBUG [net.sf.ehcache.store.MemoryStore] - com.thyrell.pm.model.UserCache: MemoryStore hit for 3
2004-09-17 11:50:49,183 DEBUG [net.sf.ehcache.Cache] - 3 now: 1095414649183
2004-09-17 11:50:49,183 DEBUG [net.sf.ehcache.Cache] - 3 Creation Time: 1095414648952 Next To Last Access Time: 0
2004-09-17 11:50:49,183 DEBUG [net.sf.ehcache.Cache] - 3 mostRecentTime: 1095414648952
2004-09-17 11:50:49,183 DEBUG [net.sf.ehcache.Cache] - 3 Age to Idle: 120000 Age Idled: 231
2004-09-17 11:50:49,183 DEBUG [net.sf.ehcache.Cache] - com.thyrell.pm.model.User: Is element with key 3 expired?: false
2004-09-17 11:50:49,213 DEBUG [net.sf.hibernate.persister.EntityPersister] - Updating entity: [com.thyrell.pm.model.User#3]
2004-09-17 11:50:49,223 DEBUG [net.sf.hibernate.persister.EntityPersister] - Existing version: 2004-09-16 22:59:36.0 -> New version: 2004-09-17 11:50:49.093
2004-09-17 11:50:49,223 DEBUG [net.sf.hibernate.impl.BatcherImpl] - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-09-17 11:50:49,223 DEBUG [net.sf.hibernate.SQL] - update USERS set TIMEOFLASTUPDATE=?, `PASSWORD`=?, EMAIL=?, FULLNAME=?, DEFAULT_CONTACT_UID=? where USER_UID=? and TIMEOFLASTUPDATE=?
Hibernate: update USERS set TIMEOFLASTUPDATE=?, `PASSWORD`=?, EMAIL=?, FULLNAME=?, DEFAULT_CONTACT_UID=? where USER_UID=? and TIMEOFLASTUPDATE=?
2004-09-17 11:50:49,223 DEBUG [net.sf.hibernate.impl.BatcherImpl] - preparing statement
2004-09-17 11:50:49,273 DEBUG [net.sf.hibernate.persister.EntityPersister] - Dehydrating entity: [com.thyrell.pm.model.User#3]
2004-09-17 11:50:49,273 DEBUG [net.sf.hibernate.type.TimestampType] - binding '2004-09-17 11:50:49' to parameter: 1
2004-09-17 11:50:49,273 DEBUG [net.sf.hibernate.type.StringType] - binding 'bullgod' to parameter: 2
2004-09-17 11:50:49,273 DEBUG [net.sf.hibernate.type.StringType] - binding 'andi@bullgod.de' to parameter: 3
2004-09-17 11:50:49,273 DEBUG [net.sf.hibernate.type.StringType] - binding '' to parameter: 4
2004-09-17 11:50:49,283 DEBUG [net.sf.hibernate.type.LongType] - binding '1' to parameter: 5
2004-09-17 11:50:49,283 DEBUG [net.sf.hibernate.type.LongType] - binding '3' to parameter: 6
2004-09-17 11:50:49,283 DEBUG [net.sf.hibernate.type.TimestampType] - binding '2004-09-16 22:59:36' to parameter: 7
2004-09-17 11:50:49,343 DEBUG [net.sf.hibernate.impl.BatcherImpl] - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-09-17 11:50:49,343 DEBUG [net.sf.hibernate.impl.BatcherImpl] - closing statement
2004-09-17 11:50:49,343 DEBUG [net.sf.hibernate.impl.SessionImpl] - post flush
2004-09-17 11:50:49,343 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Will render view in DispatcherServlet with name 'perfectmind'
2004-09-17 11:50:49,343 DEBUG [org.springframework.web.servlet.view.JstlView] - Rendering view with name 'EditUserForm' with model {userForm=com.thyrell.pm.user.web.UserForm@16b9e62, org.springframework.validation.BindException.userForm=org.springframework.validation.BindException: BindException: 1 errors; Field error in object 'userForm' on field 'user.fullname': rejectedValue=[]; codes=[required.userForm.user.fullname,required.user.fullname,required.fullname,required.java.lang.String,required]; arguments=[null]; defaultMessage=[Full name is required.]} and static attributes {}
2004-09-17 11:50:49,343 DEBUG [org.springframework.web.servlet.view.JstlView] - Added model object 'userForm' of type [com.thyrell.pm.user.web.UserForm] to request in InternalResourceView 'EditUserForm'
2004-09-17 11:50:49,343 DEBUG [org.springframework.web.servlet.view.JstlView] - Added model object 'org.springframework.validation.BindException.userForm' of type [org.springframework.validation.BindException] to request in InternalResourceView 'EditUserForm'
2004-09-17 11:50:49,533 DEBUG [org.springframework.context.support.ResourceBundleMessageSource] - Creating MessageFormat for pattern [Bitte ausfüllen] and locale 'en_US'
2004-09-17 11:50:49,533 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,533 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,533 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,543 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,543 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,553 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,553 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public java.lang.String com.thyrell.pm.model.User.getEmail()] on object of class [com.thyrell.pm.model.User]
2004-09-17 11:50:49,553 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,553 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,553 DEBUG [org.springframework.beans.BeanWrapperImpl] - About to invoke read method [public com.thyrell.pm.model.User com.thyrell.pm.user.web.UserForm.getUser()] on object of class [com.thyrell.pm.user.web.UserForm]
2004-09-17 11:50:49,553 DEBUG [org.springframework.beans.BeanWrapperImpl] - Using cached nested BeanWrapper for property 'user'
2004-09-17 11:50:49,553 DEBUG [org.springframework.web.servlet.view.JstlView] - Forwarded to resource [/admin/user/editUser.jsp] in InternalResourceView 'EditUserForm'
2004-09-17 11:50:49,553 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.orm.hibernate.SessionHolder@ee6ad6] for key [net.sf.hibernate.impl.SessionFactoryImpl@29ea31] from thread [thread-pool-37]
2004-09-17 11:50:49,553 DEBUG [org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor] - Closing single Hibernate session in OpenSessionInViewInterceptor
2004-09-17 11:50:49,553 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Closing Hibernate session
2004-09-17 11:50:49,553 DEBUG [net.sf.hibernate.impl.SessionImpl] - closing session
2004-09-17 11:50:49,553 DEBUG [net.sf.hibernate.impl.SessionImpl] - disconnecting session
2004-09-17 11:50:49,553 DEBUG [net.sf.hibernate.impl.SessionImpl] - transaction completion
2004-09-17 11:50:49,563 DEBUG [net.sf.hibernate.cache.ReadWriteCache] - Releasing: 3
2004-09-17 11:50:49,563 DEBUG [net.sf.hibernate.cache.EhCache] - key: 3
2004-09-17 11:50:49,563 DEBUG [net.sf.ehcache.store.MemoryStore] - com.thyrell.pm.model.UserCache: MemoryStore hit for 3
2004-09-17 11:50:49,563 DEBUG [net.sf.ehcache.Cache] - 3 now: 1095414649563
2004-09-17 11:50:49,563 DEBUG [net.sf.ehcache.Cache] - 3 Creation Time: 1095414649213 Next To Last Access Time: 0
2004-09-17 11:50:49,563 DEBUG [net.sf.ehcache.Cache] - 3 mostRecentTime: 1095414649213
2004-09-17 11:50:49,563 DEBUG [net.sf.ehcache.Cache] - 3 Age to Idle: 120000 Age Idled: 350
2004-09-17 11:50:49,563 DEBUG [net.sf.ehcache.Cache] - com.thyrell.pm.model.User: Is element with key 3 expired?: false
2004-09-17 11:50:49,573 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Successfully completed request
2004-09-17 11:50:49,573 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] - Publishing event in context [XmlWebApplicationContext for namespace 'perfectmind-servlet']: RequestHandledEvent: url=[/admin/user/edit.jspa]; time=[811ms]; client=[192.168.0.2]; method=[POST]; servlet=[perfectmind]; session=[agaKYleoLqhe]; user=[null]; status=[OK]
2004-09-17 11:50:49,573 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] - Publishing event in context [Root XmlWebApplicationContext]: RequestHandledEvent: url=[/admin/user/edit.jspa]; time=[811ms]; client=[192.168.0.2]; method=[POST]; servlet=[perfectmind]; session=[agaKYleoLqhe]; user=[null]; status=[OK]