Code:
2010-11-16 11:03:23,194 [http-8080-6] DEBUG org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter - Using EntityManagerFactory 'entityManagerFactory' for OpenEntityManagerInViewFilter
2010-11-16 11:03:23,211 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'entityManagerFactory'
2010-11-16 11:03:23,211 [http-8080-6] DEBUG org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter - Opening JPA EntityManager in OpenEntityManagerInViewFilter
2010-11-16 11:03:23,211 [http-8080-6] DEBUG org.hibernate.impl.SessionImpl - opened session at timestamp: 12899018032
2010-11-16 11:03:23,223 [http-8080-6] DEBUG org.springframework.web.servlet.DispatcherServlet - DispatcherServlet with name 'testUpload02' processing POST request for [/testUpload02/bigs]
2010-11-16 11:03:23,279 [http-8080-6] DEBUG org.springframework.web.multipart.commons.CommonsMultipartResolver - Found multipart file [file] of size 56699 bytes with original filename [locandinaISmall.jpg], stored at [/home/luke/Documents/workspace-sts-2.5.1.RELEASE/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/work/Catalina/localhost/testUpload02/upload__58fe5fca_12c5422792a__8000_00000010.tmp]
2010-11-16 11:03:23,302 [http-8080-6] DEBUG org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping - Mapping [/bigs] to HandlerExecutionChain with handler [com.eidosoft.testupload02.web.BigController@34a083f2] and 4 interceptors
2010-11-16 11:03:23,320 [http-8080-6] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected method of bean 'com.eidosoft.testupload02.domain.Big': PersistenceElement for transient javax.persistence.EntityManager com.eidosoft.testupload02.domain.Big.entityManager
2010-11-16 11:03:23,320 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'entityManagerFactory'
2010-11-16 11:03:23,323 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'c' of java.lang.String to @javax.validation.constraints.NotNull @javax.validation.constraints.Size java.lang.String
2010-11-16 11:03:23,323 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'c'
2010-11-16 11:03:23,347 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value '' of java.lang.String to java.lang.String
2010-11-16 11:03:23,347 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to ''
2010-11-16 11:03:23,348 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'n' of java.lang.String to @javax.validation.constraints.NotNull @javax.validation.constraints.Size java.lang.String
2010-11-16 11:03:23,348 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'n'
2010-11-16 11:03:23,348 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value '' of java.lang.String to long
2010-11-16 11:03:23,348 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to [null]
2010-11-16 11:03:23,349 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value org.springframework.web.multipart.commons.CommonsMultipartFile@6a74f160 of org.springframework.web.multipart.commons.CommonsMultipartFile to @javax.persistence.Transient org.springframework.web.multipart.commons.CommonsMultipartFile
2010-11-16 11:03:23,350 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to org.springframework.web.multipart.commons.CommonsMultipartFile@6a74f160
fileName: locandinaISmall.jpg
size: 56699
hehe this.fileName: locandinaISmall.jpg , org.springframework.web.multipart.commons.CommonsMultipartFile
try 01
try end
2010-11-16 11:03:23,492 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.hibernate.validator.constraints.impl.NotNullValidator'
2010-11-16 11:03:23,492 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.hibernate.validator.constraints.impl.NotNullValidator'
2010-11-16 11:03:23,492 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.hibernate.validator.constraints.impl.SizeValidatorForString'
2010-11-16 11:03:23,492 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.hibernate.validator.constraints.impl.SizeValidatorForString'
2010-11-16 11:03:23,493 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.hibernate.validator.constraints.impl.NotNullValidator'
2010-11-16 11:03:23,493 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.hibernate.validator.constraints.impl.NotNullValidator'
2010-11-16 11:03:23,493 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.hibernate.validator.constraints.impl.SizeValidatorForString'
2010-11-16 11:03:23,493 [http-8080-6] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.hibernate.validator.constraints.impl.SizeValidatorForString'
2010-11-16 11:03:23,493 [http-8080-6] DEBUG org.springframework.web.bind.annotation.support.HandlerMethodInvoker - Invoking request handler method: public java.lang.String com.eidosoft.testupload02.web.BigController.create(com.eidosoft.testupload02.domain.Big,org.springframework.validation.BindingResult,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest)
2010-11-16 11:03:23,493 [http-8080-6] DEBUG org.springframework.web.servlet.DispatcherServlet - Rendering view [org.springframework.web.servlet.view.tiles2.TilesView: name 'bigs/create'; URL [bigs/create]] in DispatcherServlet with name 'testUpload02'
2010-11-16 11:03:23,494 [http-8080-6] DEBUG org.springframework.web.servlet.view.tiles2.TilesView - Added model object 'big' of type [com.eidosoft.testupload02.domain.Big] to request in view with name 'bigs/create'
2010-11-16 11:03:23,494 [http-8080-6] DEBUG org.springframework.web.servlet.view.tiles2.TilesView - Added model object 'org.springframework.validation.BindingResult.big' of type [org.springframework.validation.BeanPropertyBindingResult] to request in view with name 'bigs/create'
2010-11-16 11:03:23,494 [http-8080-6] DEBUG org.apache.tiles.impl.BasicTilesContainer - Render request recieved for definition 'bigs/create'
2010-11-16 11:03:23,615 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'c' of @javax.validation.constraints.NotNull @javax.validation.constraints.Size java.lang.String to java.lang.String
2010-11-16 11:03:23,615 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'c'
2010-11-16 11:03:23,616 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'c' of @javax.validation.constraints.NotNull @javax.validation.constraints.Size java.lang.String to java.lang.String
2010-11-16 11:03:23,616 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'c'
2010-11-16 11:03:23,631 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'n' of @javax.validation.constraints.NotNull @javax.validation.constraints.Size java.lang.String to java.lang.String
2010-11-16 11:03:23,631 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'n'
2010-11-16 11:03:23,632 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'n' of @javax.validation.constraints.NotNull @javax.validation.constraints.Size java.lang.String to java.lang.String
2010-11-16 11:03:23,632 [http-8080-6] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'n'
2010-11-16 11:03:23,659 [http-8080-6] DEBUG org.springframework.web.multipart.commons.CommonsMultipartResolver - Cleaning up multipart file [file] with original filename [locandinaISmall.jpg], stored at [/home/luke/Documents/workspace-sts-2.5.1.RELEASE/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/work/Catalina/localhost/testUpload02/upload__58fe5fca_12c5422792a__8000_00000010.tmp]
2010-11-16 11:03:23,660 [http-8080-6] DEBUG org.springframework.web.servlet.DispatcherServlet - Successfully completed request
2010-11-16 11:03:23,660 [http-8080-6] DEBUG org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter - Closing JPA EntityManager in OpenEntityManagerInViewFilter
2010-11-16 11:03:23,660 [http-8080-6] DEBUG org.springframework.orm.jpa.EntityManagerFactoryUtils - Closing JPA EntityManager