Skip to content

Instantly share code, notes, and snippets.

@dtelaroli
Created March 13, 2015 13:24
Show Gist options
  • Save dtelaroli/93a48421b90d717da72d to your computer and use it in GitHub Desktop.
Save dtelaroli/93a48421b90d717da72d to your computer and use it in GitHub Desktop.
Erro VRaptor Interceptor NullPointerException
This file has been truncated, but you can view the full file.
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/8.0.14
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Sep 24 2014 09:01:51
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 8.0.14.0
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 3.13.0-46-generic
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_05-b13
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Mar 13, 2015 9:30:48 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Mar 13, 2015 9:30:48 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:sorricred-admin' did not find a matching property.
Mar 13, 2015 9:30:48 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Mar 13, 2015 9:30:48 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 13, 2015 9:30:48 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-nio-8009"]
Mar 13, 2015 9:30:48 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Mar 13, 2015 9:30:48 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 535 ms
Mar 13, 2015 9:30:50 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Mar 13, 2015 9:30:50 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.0.14
Mar 13, 2015 9:30:51 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2015-03-13 09:30:52 INFO BasicConfiguration:71 - Using class br.com.caelum.vraptor.ioc.guice.GuiceProvider as Container Provider
2015-03-13 09:30:52 INFO BasicConfiguration:71 - Using class br.com.caelum.vraptor.ioc.guice.GuiceProvider as Container Provider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.FloatConverter to class br.com.caelum.vraptor.converter.FloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.FloatConverter to class br.com.caelum.vraptor.converter.FloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.LocaleBasedDateConverter to class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.LocaleBasedDateConverter to class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter to class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter to class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter to class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter to class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.ShortConverter to class br.com.caelum.vraptor.converter.ShortConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.ShortConverter to class br.com.caelum.vraptor.converter.ShortConverter
2015-03-13 09:30:53 DEBUG GuiceComponent
Registry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveLongConverter to class br.com.caelum.vraptor.converter.PrimitiveLongConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveLongConverter to class br.com.caelum.vraptor.converter.PrimitiveLongConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.StringConverter to class br.com.caelum.vraptor.converter.StringConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.StringConverter to class br.com.caelum.vraptor.converter.StringConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.CharacterConverter to class br.com.caelum.vraptor.converter.CharacterConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.CharacterConverter to class br.com.caelum.vraptor.converter.CharacterConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveIntConverter to class br.com.caelum.vraptor.converter.PrimitiveIntConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveIntConverter to class br.com.caelum.vraptor.converter.PrimitiveIntConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.IntegerConverter to class br.com.caelum.vraptor.converter.IntegerConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.IntegerConverter to class br.com.caelum.vraptor.converter.IntegerConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter to class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter to class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.BigDecimalConverter to class br.com.caelum.vraptor.converter.BigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.BigDecimalConverter to class br.com.caelum.vraptor.converter.BigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveByteConverter to class br.com.caelum.vraptor.converter.PrimitiveByteConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveByteConverter to class br.com.caelum.vraptor.converter.PrimitiveByteConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.DoubleConverter to class br.com.caelum.vraptor.converter.DoubleConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.DoubleConverter to class br.com.caelum.vraptor.converter.DoubleConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.EnumConverter to class br.com.caelum.vraptor.converter.EnumConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.EnumConverter to class br.com.caelum.vraptor.converter.EnumConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.BigIntegerConverter to class br.com.caelum.vraptor.converter.BigIntegerConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.BigIntegerConverter to class br.com.caelum.vraptor.converter.BigIntegerConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveCharConverter to class br.com.caelum.vraptor.converter.PrimitiveCharConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveCharConverter to class br.com.caelum.vraptor.converter.PrimitiveCharConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveShortConverter to class br.com.caelum.vraptor.converter.PrimitiveShortConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveShortConverter to class br.com.caelum.vraptor.converter.PrimitiveShortConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.BooleanConverter to class br.com.caelum.vraptor.converter.BooleanConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.BooleanConverter to class br.com.caelum.vraptor.converter.BooleanConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveFloatConverter to class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveFloatConverter to class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.ByteConverter to class br.com.caelum.vraptor.converter.ByteConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.ByteConverter to class br.com.caelum.vraptor.converter.ByteConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter to class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter to class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.LongConverter to class br.com.caelum.vraptor.converter.LongConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.LongConverter to class br.com.caelum.vraptor.converter.LongConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.ioc.ResourceHandler to class br.com.caelum.vraptor.ioc.ResourceHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.ioc.ResourceHandler to class br.com.caelum.vraptor.ioc.ResourceHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.ioc.ConverterHandler to class br.com.caelum.vraptor.ioc.ConverterHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.ioc.ConverterHandler to class br.com.caelum.vraptor.ioc.ConverterHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler to class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler to class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.deserialization.DeserializesHandler to class br.com.caelum.vraptor.deserialization.DeserializesHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.deserialization.DeserializesHandler to class br.com.caelum.vraptor.deserialization.DeserializesHandler
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization to class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization to class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization to class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization to class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
2015-03-13 09:30:53 INFO BasicConfiguration:142 - br.com.caelum.vraptor.scanning = null
2015-03-13 09:30:53 INFO BasicConfiguration:142 - br.com.caelum.vraptor.scanning = null
2015-03-13 09:30:53 INFO WebAppBootstrapFactory:73 - Dynamic WebAppBootstrap found.
2015-03-13 09:30:53 INFO WebAppBootstrapFactory:73 - Dynamic WebAppBootstrap found.
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.validation.ValidatorUtil to class br.com.flexait.core.validation.ValidatorUtil
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.validation.ValidatorUtil to class br.com.flexait.core.validation.ValidatorUtil
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.validation.ValidatorUtil to class br.com.flexait.core.validation.ValidatorUtil
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.validation.ValidatorUtil to class br.com.flexait.core.validation.ValidatorUtil
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider to class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider to class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider to class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider to class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.LazySerializerInterceptor to class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.LazySerializerInterceptor to class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.LazySerializerInterceptor to class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.LazySerializerInterceptor to class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.BlacklistController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.BlacklistController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.BlacklistController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.BlacklistController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.AdministradorController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.AdministradorController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.AdministradorController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.AdministradorController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface com.google.gson.JsonSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface com.google.gson.JsonSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.BankDao to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.BankDao to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.BankDao to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.BankDao to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.NeighborhoodDao to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.NeighborhoodDao to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.NeighborhoodDao to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.NeighborhoodDao to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.freemarker.FreemarkerEngine to class br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.freemarker.FreemarkerEngine to class br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.freemarker.FreemarkerEngine to class br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.freemarker.FreemarkerEngine to class br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.freemarker.Freemarker to class br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.freemarker.Freemarker to class br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.CityDao to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.CityDao to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.CityDao to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.CityDao to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.LazyJSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.LazyJSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.LazyJSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.LazyJSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.serialization.JSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.serialization.JSONSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.serialization.Serialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.serialization.Serialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.serialization.NoRootSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.serialization.NoRootSerialization to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.View to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.View to class br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.component.ActivationEmailComponent to class br.com.flexait.sorricred.application.component.ActivationEmailComponent
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.component.ActivationEmailComponent to class br.com.flexait.sorricred.application.component.ActivationEmailComponent
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.component.ActivationEmailComponent to class br.com.flexait.sorricred.application.component.ActivationEmailComponent
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.component.ActivationEmailComponent to class br.com.flexait.sorricred.application.component.ActivationEmailComponent
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.ComponentWrapper to class br.com.flexait.core.component.ComponentWrapper
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.ComponentWrapper to class br.com.flexait.core.component.ComponentWrapper
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.ComponentWrapper to class br.com.flexait.core.component.ComponentWrapper
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.ComponentWrapper to class br.com.flexait.core.component.ComponentWrapper
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization to class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization to class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization to class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization to class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.deserialization.Deserializer to class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.deserialization.Deserializer to class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.UserController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.UserController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.UserController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.UserController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.AccessController to class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.AccessController to class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.AccessController to class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.AccessController to class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.EmailBuilder to class br.com.flexait.core.component.EmailBuilder
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.EmailBuilder to class br.com.flexait.core.component.EmailBuilder
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.EmailBuilder to class br.com.flexait.core.component.EmailBuilder
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.EmailBuilder to class br.com.flexait.core.component.EmailBuilder
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers to class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers to class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers to class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers to class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.deserialization.gson.JsonDeserializers to class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.deserialization.gson.JsonDeserializers to class br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator to class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator to class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator to class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator to class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:30:53 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:30:57 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor to class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:30:57 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor to class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor to class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor to class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.SaleDao to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.SaleDao to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.SaleDao to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.SaleDao to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.BankController to class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.BankController to class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.BankController to class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.BankController to class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.component.SessionComponentImpl to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.component.SessionComponentImpl to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.component.SessionComponentImpl to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.component.SessionComponentImpl to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.flexait.core.SessionComponent to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.flexait.core.SessionComponent to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator to class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator to class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator to class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator to class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.PaymentDao to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.PaymentDao to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.PaymentDao to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.PaymentDao to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.environment.ServletBasedEnvironment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.environment.ServletBasedEnvironment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.environment.ServletBasedEnvironment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.environment.ServletBasedEnvironment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding class br.com.caelum.vraptor.environment.DefaultEnvironment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding class br.com.caelum.vraptor.environment.DefaultEnvironment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.environment.Environment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.environment.Environment to class br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.UploadController to class br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.UploadController to class br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.UploadController to class br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.UploadController to class br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.SecurityImpl to class br.com.flexait.core.component.SecurityImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.SecurityImpl to class br.com.flexait.core.component.SecurityImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.SecurityImpl to class br.com.flexait.core.component.SecurityImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.SecurityImpl to class br.com.flexait.core.component.SecurityImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.flexait.core.component.Security to class br.com.flexait.core.component.SecurityImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.flexait.core.component.Security to class br.com.flexait.core.component.SecurityImpl
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor to class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor to class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor to class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor to class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.SerializerHolder to class br.com.flexait.core.interceptor.SerializerHolder
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.SerializerHolder to class br.com.flexait.core.interceptor.SerializerHolder
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.SerializerHolder to class br.com.flexait.core.interceptor.SerializerHolder
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.SerializerHolder to class br.com.flexait.core.interceptor.SerializerHolder
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator to class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.environment.EnvironmentInterceptor to class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.environment.EnvironmentInterceptor to class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.environment.EnvironmentInterceptor to class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.environment.EnvironmentInterceptor to class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:30:59 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.AddressController to class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.AddressController to class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.AddressController to class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.AddressController to class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.google.gson.JsonDeserializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.google.gson.JsonDeserializer to class br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.UploadDao to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.UploadDao to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.UploadDao to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.UploadDao to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.NeedyController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.NeedyController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.NeedyController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.NeedyController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.MailerFactory to class br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.MailerFactory to class br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.MailerFactory to class br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.MailerFactory to class br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.ioc.ComponentFactory to class br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.NeedyDao to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.NeedyDao to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.NeedyDao to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.NeedyDao to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.AddressDao to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.AddressDao to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.AddressDao to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.AddressDao to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.MyNetworkController to class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.MyNetworkController to class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.MyNetworkController to class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.MyNetworkController to class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.converter.CalendarConverter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.converter.CalendarConverter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.converter.CalendarConverter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.converter.CalendarConverter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.google.gson.JsonSerializer to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.google.gson.JsonSerializer to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.google.gson.JsonDeserializer to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.google.gson.JsonDeserializer to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.Converter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding class com.thoughtworks.xstream.converters.SingleValueConverterWrapper to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding class com.thoughtworks.xstream.converters.SingleValueConverterWrapper to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.thoughtworks.xstream.converters.Converter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.thoughtworks.xstream.converters.Converter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.thoughtworks.xstream.converters.ConverterMatcher to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.thoughtworks.xstream.converters.ConverterMatcher to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.thoughtworks.xstream.converters.SingleValueConverter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface com.thoughtworks.xstream.converters.SingleValueConverter to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.thoughtworks.xstream.converters.ConverterMatcher to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.thoughtworks.xstream.converters.ConverterMatcher to class br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.PlanDao to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.PlanDao to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.PlanDao to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.PlanDao to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.DependentDao to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.DependentDao to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.DependentDao to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.DependentDao to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.ProductDao to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.ProductDao to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.ProductDao to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.ProductDao to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.StateDao to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.StateDao to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.StateDao to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.StateDao to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.PaymentUserController to class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.PaymentUserController to class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.PaymentUserController to class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.PaymentUserController to class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.ProductController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.ProductController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.ProductController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.ProductController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.ExceptionInterceptor to class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.interceptor.ExceptionInterceptor to class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.ExceptionInterceptor to class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.interceptor.ExceptionInterceptor to class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor to class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor to class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor to class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor to class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.interceptor.Interceptor to class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.environment.EnvironmentController to class br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.environment.EnvironmentController to class br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.environment.EnvironmentController to class br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.environment.EnvironmentController to class br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.BlacklistDao to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.BlacklistDao to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.BlacklistDao to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.BlacklistDao to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.BonusDao to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.BonusDao to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.BonusDao to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.BonusDao to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.ItemForSaleDao to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.ItemForSaleDao to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.ItemForSaleDao to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.ItemForSaleDao to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.google.gson.JsonSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface com.google.gson.JsonSerializer to class br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration to class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration to class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration to class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration to class br.com.caelum.vraptor.freemarker.FreemarkerConfiguration
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer to class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer to class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer to class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer to class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.simplemail.AsyncMailer to class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.simplemail.AsyncMailer to class br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.DependentController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.DependentController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.DependentController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.DependentController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestCrudController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.RestReadController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.service.payment.PagSeguroService to class br.com.flexait.sorricred.domain.service.payment.PagSeguroService
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.service.payment.PagSeguroService to class br.com.flexait.sorricred.domain.service.payment.PagSeguroService
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.service.payment.PagSeguroService to class br.com.flexait.sorricred.domain.service.payment.PagSeguroService
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.service.payment.PagSeguroService to class br.com.flexait.sorricred.domain.service.payment.PagSeguroService
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.IndexController to class br.com.flexait.sorricred.application.controller.IndexController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.IndexController to class br.com.flexait.sorricred.application.controller.IndexController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.IndexController to class br.com.flexait.sorricred.application.controller.IndexController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.IndexController to class br.com.flexait.sorricred.application.controller.IndexController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.PagSeguroController to class br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.application.controller.PagSeguroController to class br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.PagSeguroController to class br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.application.controller.PagSeguroController to class br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractController to class br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.AbstractDao to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface java.io.Serializable to class br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.freemarker.FreemarkerView to class br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.freemarker.FreemarkerView to class br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.freemarker.FreemarkerView to class br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.freemarker.FreemarkerView to class br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.View to class br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of interface br.com.caelum.vraptor.View to class br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer to class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer to class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer to class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer to class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.simplemail.template.TemplateMailer to class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.caelum.vraptor.simplemail.template.TemplateMailer to class br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.RequestComponentImpl to class br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:80 - Binding class br.com.flexait.core.component.RequestComponentImpl to class br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.RequestComponentImpl to class br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:120 - Ignoring binding of class br.com.flexait.core.component.RequestComponentImpl to class br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.flexait.core.component.RequestComponent to class br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG GuiceComponentRegistry:116 - Binding interface br.com.flexait.core.component.RequestComponent to class br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.validation.ValidatorUtil
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.validation.ValidatorUtil
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.ExecutorServiceProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.UserDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.UserDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ConfigDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ConfigDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.BankDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.NeighborhoodDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.freemarker.FreemarkerEngine
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.CityDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.LazyJSONSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.component.ActivationEmailComponent
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.component.ActivationEmailComponent
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.ComponentWrapper
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.ComponentWrapper
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.SessionCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.EmailBuilder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.EmailBuilder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.gson.DefaultJsonDeserializers
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.SaleDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.component.SessionComponentImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.PaymentDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.environment.ServletBasedEnvironment
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.SecurityImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.SecurityImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.SerializerHolder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.SerializerHolder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.gson.adapters.CalendarDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.UploadDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.MailerFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.NeedyDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.AddressDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.converter.CalendarConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.PlanDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.DependentDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ProductDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.StateDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.BlacklistDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.BonusDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ItemForSaleDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.gson.adapters.MessageSerializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.freemarker.FreemarkerConfiguration
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.freemarker.FreemarkerConfiguration
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.DefaultAsyncMailer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.TransactionDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.TransactionDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.service.payment.PagSeguroService
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.service.payment.PagSeguroService
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.IndexController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.IndexController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.application.controller.PagSeguroController
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.sorricred.domain.dao.ManualPaymentHistoryDao
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.freemarker.FreemarkerView
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.simplemail.template.DefaultTemplateMailer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.flexait.core.component.RequestComponentImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.EncodingHandlerFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.EncodingHandlerFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.resource.DefaultResourceNotFoundHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.resource.DefaultResourceNotFoundHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.resource.DefaultMethodNotAllowedHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.resource.DefaultMethodNotAllowedHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.DefaultTypeFinder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.DefaultTypeFinder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.ValidatorFactoryCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.ValidatorFactoryCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.DefaultResourceTranslator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.DefaultResourceTranslator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.DefaultTypeNameExtractor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.DefaultTypeNameExtractor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultStaticContentHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultStaticContentHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultConverters
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultConverters
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.ParanamerNameProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.ParanamerNameProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.JavaEvaluator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.JavaEvaluator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.ValidatorCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.ValidatorCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.DefaultDeserializers
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.DefaultDeserializers
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.DefaultRouter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.DefaultRouter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.NoRoutesConfiguration
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.route.NoRoutesConfiguration
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.proxy.ObjenesisInstanceCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.proxy.ObjenesisInstanceCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.HibernateProxyInitializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.HibernateProxyInitializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.proxy.JavassistProxifier
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.proxy.JavassistProxifier
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultRoutes
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultRoutes
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.MessageInterpolatorFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.MessageInterpolatorFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.EnhancedRequestExecution
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.EnhancedRequestExecution
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultInterceptorStack
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultInterceptorStack
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultPageResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultPageResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamConverters
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamConverters
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.DefaultServletFileUploadCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.DefaultServletFileUploadCreator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.restfulie.headers.DefaultRestHeadersHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.restfulie.headers.DefaultRestHeadersHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.FormDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.FormDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultExceptionMapper
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultExceptionMapper
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.EmptyResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.EmptyResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultRefererResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultRefererResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultHttpResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultHttpResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.DefaultRepresentationResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.DefaultRepresentationResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.JsonDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.JsonDeserializer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.DefaultBeanValidator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.DefaultBeanValidator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamJSONPSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.xstream.XStreamJSONPSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.MessageConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.MessageConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.DefaultFormatResolver
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.DefaultFormatResolver
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.SessionFlashScope
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.SessionFlashScope
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.IogiParametersProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.http.iogi.IogiParametersProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.HTMLSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.HTMLSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.DeserializingInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.DeserializingInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultStatus
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultStatus
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultValidationViewsFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultValidationViewsFactory
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.I18nMessageSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.serialization.I18nMessageSerialization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.FlashInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.FlashInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.OutjectResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.OutjectResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultPathResolver
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultPathResolver
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.JstlLocalization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.JstlLocalization
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.config.ApplicationConfiguration
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.config.ApplicationConfiguration
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultLogicResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.view.DefaultLogicResult
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.InstantiateInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.InstantiateInterceptor
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultMethodInfo
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.core.DefaultMethodInfo
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.DefaultValidator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.DefaultValidator
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.ReplicatorOutjector
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.validator.ReplicatorOutjector
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.FloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.FloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.LocaleBasedDateConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.LocaleBasedDateConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.ShortConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.ShortConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveLongConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveLongConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.StringConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.StringConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.CharacterConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.CharacterConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveIntConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveIntConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.IntegerConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.IntegerConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.BigDecimalConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.BigDecimalConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveByteConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveByteConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.DoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.DoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.EnumConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.EnumConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.BigIntegerConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.BigIntegerConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveCharConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveCharConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveShortConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveShortConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.BooleanConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.BooleanConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveFloatConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.ByteConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.ByteConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.LongConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.converter.LongConverter
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.ResourceHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.ResourceHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.ConverterHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.ConverterHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.DeserializesHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.deserialization.DeserializesHandler
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<java.util.concurrent.ExecutorService>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<java.util.concurrent.ExecutorService>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.Session>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.Session>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.cfg.Configuration>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.cfg.Configuration>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.service.ServiceRegistry>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.service.ServiceRegistry>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.SessionFactory>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<org.hibernate.SessionFactory>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<br.com.caelum.vraptor.simplemail.Mailer>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<br.com.caelum.vraptor.simplemail.Mailer>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<br.com.caelum.vraptor.http.EncodingHandler>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<br.com.caelum.vraptor.http.EncodingHandler>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<javax.validation.ValidatorFactory>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<javax.validation.ValidatorFactory>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<javax.validation.Validator>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<javax.validation.Validator>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<javax.validation.MessageInterpolator>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.ComponentFactoryProviderAdapter<javax.validation.MessageInterpolator>
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.AllImplementationsProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.AllImplementationsProvider
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$2
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$2
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$1
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$1
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for com.google.inject.multibindings.Multibinder$RealMultibinder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for com.google.inject.multibindings.Multibinder$RealMultibinder
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$4
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$4
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$3
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule$3
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.GuiceProvider$GuiceContainer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for br.com.caelum.vraptor.ioc.guice.GuiceProvider$GuiceContainer
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for org.apache.catalina.core.ApplicationContextFacade
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for org.apache.catalina.core.ApplicationContextFacade
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for com.google.inject.Stage
2015-03-13 09:31:00 DEBUG ScopeLifecycleListener:58 - Registering lifecycle listeners for com.google.inject.Stage
2015-03-13 09:31:00 WARN DefaultEnvironment:44 - Could not find the file 'environment.properties' to load. If you ask for any property, null will be returned
2015-03-13 09:31:00 WARN DefaultEnvironment:44 - Could not find the file 'environment.properties' to load. If you ask for any property, null will be returned
2015-03-13 09:31:00 DEBUG logging:184 - Logging Provider: org.jboss.logging.Log4jLoggerProvider
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration boolean -> org.hibernate.type.BooleanType@3eb8fe8f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration boolean -> org.hibernate.type.BooleanType@3eb8fe8f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration boolean -> org.hibernate.type.BooleanType@3eb8fe8f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration boolean -> org.hibernate.type.BooleanType@3eb8fe8f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3eb8fe8f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3eb8fe8f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@56b122ad
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@56b122ad
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration true_false -> org.hibernate.type.TrueFalseType@4fa30a24
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration true_false -> org.hibernate.type.TrueFalseType@4fa30a24
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration yes_no -> org.hibernate.type.YesNoType@444797dd
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration yes_no -> org.hibernate.type.YesNoType@444797dd
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration byte -> org.hibernate.type.ByteType@23de571a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration byte -> org.hibernate.type.ByteType@23de571a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration byte -> org.hibernate.type.ByteType@23de571a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration byte -> org.hibernate.type.ByteType@23de571a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@23de571a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@23de571a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration character -> org.hibernate.type.CharacterType@76441f5c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration character -> org.hibernate.type.CharacterType@76441f5c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration char -> org.hibernate.type.CharacterType@76441f5c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration char -> org.hibernate.type.CharacterType@76441f5c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@76441f5c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@76441f5c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration short -> org.hibernate.type.ShortType@1103e242
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration short -> org.hibernate.type.ShortType@1103e242
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration short -> org.hibernate.type.ShortType@1103e242
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration short -> org.hibernate.type.ShortType@1103e242
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1103e242
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1103e242
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration integer -> org.hibernate.type.IntegerType@2d0b21ba
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration integer -> org.hibernate.type.IntegerType@2d0b21ba
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration int -> org.hibernate.type.IntegerType@2d0b21ba
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration int -> org.hibernate.type.IntegerType@2d0b21ba
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@2d0b21ba
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@2d0b21ba
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration long -> org.hibernate.type.LongType@2c32bb81
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration long -> org.hibernate.type.LongType@2c32bb81
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration long -> org.hibernate.type.LongType@2c32bb81
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration long -> org.hibernate.type.LongType@2c32bb81
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Long -> org.hibernate.type.LongType@2c32bb81
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Long -> org.hibernate.type.LongType@2c32bb81
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration float -> org.hibernate.type.FloatType@7cba145c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration float -> org.hibernate.type.FloatType@7cba145c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration float -> org.hibernate.type.FloatType@7cba145c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration float -> org.hibernate.type.FloatType@7cba145c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@7cba145c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@7cba145c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration double -> org.hibernate.type.DoubleType@2d0fbda6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration double -> org.hibernate.type.DoubleType@2d0fbda6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration double -> org.hibernate.type.DoubleType@2d0fbda6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration double -> org.hibernate.type.DoubleType@2d0fbda6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2d0fbda6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2d0fbda6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@15d34bf8
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@15d34bf8
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@15d34bf8
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@15d34bf8
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1681e50d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@1681e50d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1681e50d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@1681e50d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration string -> org.hibernate.type.StringType@7cf96814
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration string -> org.hibernate.type.StringType@7cf96814
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.String -> org.hibernate.type.StringType@7cf96814
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.String -> org.hibernate.type.StringType@7cf96814
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7c309db8
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7c309db8
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@210fc632
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@210fc632
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration url -> org.hibernate.type.UrlType@deb1567
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration url -> org.hibernate.type.UrlType@deb1567
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.net.URL -> org.hibernate.type.UrlType@deb1567
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.net.URL -> org.hibernate.type.UrlType@deb1567
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration date -> org.hibernate.type.DateType@19cdf31b
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration date -> org.hibernate.type.DateType@19cdf31b
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Date -> org.hibernate.type.DateType@19cdf31b
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Date -> org.hibernate.type.DateType@19cdf31b
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration time -> org.hibernate.type.TimeType@4d94481
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration time -> org.hibernate.type.TimeType@4d94481
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4d94481
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4d94481
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration timestamp -> org.hibernate.type.TimestampType@48e054e3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration timestamp -> org.hibernate.type.TimestampType@48e054e3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@48e054e3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@48e054e3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@48e054e3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@48e054e3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@e5e34e1
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@e5e34e1
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration calendar -> org.hibernate.type.CalendarType@268d51e2
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration calendar -> org.hibernate.type.CalendarType@268d51e2
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@268d51e2
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@268d51e2
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@268d51e2
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@268d51e2
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@40186b2e
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@40186b2e
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration locale -> org.hibernate.type.LocaleType@218accc5
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration locale -> org.hibernate.type.LocaleType@218accc5
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@218accc5
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@218accc5
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration currency -> org.hibernate.type.CurrencyType@17d91089
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration currency -> org.hibernate.type.CurrencyType@17d91089
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@17d91089
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@17d91089
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration timezone -> org.hibernate.type.TimeZoneType@37820b9
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration timezone -> org.hibernate.type.TimeZoneType@37820b9
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@37820b9
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@37820b9
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration class -> org.hibernate.type.ClassType@2730ea91
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration class -> org.hibernate.type.ClassType@2730ea91
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2730ea91
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2730ea91
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@623395ef
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@623395ef
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@623395ef
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@623395ef
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@4e82eb2f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@4e82eb2f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@6762efea
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration pg-uuid -> org.hibernate.type.PostgresUUIDType@6762efea
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration binary -> org.hibernate.type.BinaryType@f73168c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration binary -> org.hibernate.type.BinaryType@f73168c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration byte[] -> org.hibernate.type.BinaryType@f73168c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration byte[] -> org.hibernate.type.BinaryType@f73168c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [B -> org.hibernate.type.BinaryType@f73168c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [B -> org.hibernate.type.BinaryType@f73168c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5e2ee92f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5e2ee92f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5e2ee92f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5e2ee92f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5e2ee92f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5e2ee92f
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration image -> org.hibernate.type.ImageType@5ad14039
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration image -> org.hibernate.type.ImageType@5ad14039
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration characters -> org.hibernate.type.CharArrayType@58e086e6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration characters -> org.hibernate.type.CharArrayType@58e086e6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration char[] -> org.hibernate.type.CharArrayType@58e086e6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration char[] -> org.hibernate.type.CharArrayType@58e086e6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [C -> org.hibernate.type.CharArrayType@58e086e6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [C -> org.hibernate.type.CharArrayType@58e086e6
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3e5067c3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3e5067c3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3e5067c3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3e5067c3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3e5067c3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3e5067c3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration text -> org.hibernate.type.TextType@2a4fae46
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration text -> org.hibernate.type.TextType@2a4fae46
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration ntext -> org.hibernate.type.NTextType@585f055
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration ntext -> org.hibernate.type.NTextType@585f055
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration blob -> org.hibernate.type.BlobType@20279e97
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration blob -> org.hibernate.type.BlobType@20279e97
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@20279e97
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@20279e97
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@2d5bd6fc
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@2d5bd6fc
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration clob -> org.hibernate.type.ClobType@14941f4d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration clob -> org.hibernate.type.ClobType@14941f4d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@14941f4d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@14941f4d
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration nclob -> org.hibernate.type.NClobType@566c0497
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration nclob -> org.hibernate.type.NClobType@566c0497
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@566c0497
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@566c0497
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@6a7d05f4
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@6a7d05f4
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@5940227c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@5940227c
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration serializable -> org.hibernate.type.SerializableType@6b58864b
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration serializable -> org.hibernate.type.SerializableType@6b58864b
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration object -> org.hibernate.type.ObjectType@3dee8829
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration object -> org.hibernate.type.ObjectType@3dee8829
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@3dee8829
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@3dee8829
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@6f4de38a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@6f4de38a
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3c5b511
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3c5b511
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4582fbb1
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4582fbb1
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@792ba789
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@792ba789
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@79fa5a95
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@79fa5a95
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@57b90586
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@57b90586
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@53423b3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@53423b3
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@2187cb73
2015-03-13 09:31:00 DEBUG BasicTypeRegistry:148 - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@2187cb73
2015-03-13 09:31:00 INFO Version:37 - HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
2015-03-13 09:31:00 INFO Version:37 - HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
2015-03-13 09:31:00 INFO Version:41 - HHH000412: Hibernate Core {4.2.7.SP1}
2015-03-13 09:31:00 INFO Version:41 - HHH000412: Hibernate Core {4.2.7.SP1}
2015-03-13 09:31:00 INFO Environment:238 - HHH000206: hibernate.properties not found
2015-03-13 09:31:00 INFO Environment:238 - HHH000206: hibernate.properties not found
2015-03-13 09:31:00 INFO Environment:345 - HHH000021: Bytecode provider name : javassist
2015-03-13 09:31:00 INFO Environment:345 - HHH000021: Bytecode provider name : javassist
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [hilo] -> [org.hibernate.id.TableHiLoGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [hilo] -> [org.hibernate.id.TableHiLoGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
2015-03-13 09:31:00 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
2015-03-13 09:31:00 INFO Configuration:2046 - HHH000044: Configuring from URL: jar:file:/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/sorricred-admin/WEB-INF/lib/sorricred-domain-0.0.1-SNAPSHOT.jar!/hibernate.cfg.xml
2015-03-13 09:31:00 INFO Configuration:2046 - HHH000044: Configuring from URL: jar:file:/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/sorricred-admin/WEB-INF/lib/sorricred-domain-0.0.1-SNAPSHOT.jar!/hibernate.cfg.xml
2015-03-13 09:31:00 DEBUG DTDEntityResolver:68 - Trying to resolve system-id [http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd]
2015-03-13 09:31:00 DEBUG DTDEntityResolver:68 - Trying to resolve system-id [http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd]
2015-03-13 09:31:00 DEBUG DTDEntityResolver:70 - Recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
2015-03-13 09:31:00 DEBUG DTDEntityResolver:70 - Recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
2015-03-13 09:31:00 DEBUG DTDEntityResolver:107 - Located [http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd] in classpath
2015-03-13 09:31:00 DEBUG DTDEntityResolver:107 - Located [http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd] in classpath
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.url=jdbc:oracle:thin:@192.168.2.10:1521:flexadb
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.url=jdbc:oracle:thin:@192.168.2.10:1521:flexadb
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.username=sorricred
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.username=sorricred
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.password=sorricred
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.password=sorricred
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.temp.use_jdbc_metadata_defaults=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.temp.use_jdbc_metadata_defaults=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.show_sql=true
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.show_sql=true
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.format_sql=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.format_sql=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.jdbc.batch_size=10
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.jdbc.batch_size=10
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.hbm2ddl.auto=none
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.hbm2ddl.auto=none
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_second_level_cache=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_second_level_cache=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_query_cache=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_query_cache=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator
2015-03-13 09:31:00 DEBUG Configuration:1972 - com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.provider_class=org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.connection.provider_class=org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_minimal_puts=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_minimal_puts=false
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_structured_entries=true
2015-03-13 09:31:00 DEBUG Configuration:1972 - hibernate.cache.use_structured_entries=true
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.upload.Upload] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.upload.Upload] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.upload.ContentFile] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.upload.ContentFile] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.Config] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.Config] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.User] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.User] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.Dependent] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.Dependent] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.Blacklist] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.Blacklist] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.Needy] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.Needy] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.TypeUser] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.person.TypeUser] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.Address] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.Address] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.Neighborhood] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.Neighborhood] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.City] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.City] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.Country] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.Country] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.State] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.address.State] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.product.Product] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.product.Product] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.product.Plan] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.product.Plan] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.payment.Payment] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.payment.Payment] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.payment.Transaction] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.payment.Transaction] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.sale.Sale] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.sale.Sale] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.sale.ItemForSale] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.sale.ItemForSale] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.ContractUser] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.ContractUser] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.account.Account] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.account.Account] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.account.Bank] for mapping
2015-03-13 09:31:00 DEBUG Configuration:2211 - Session-factory config [null] named class [br.com.flexait.sorricred.domain.model.account.Bank] for mapping
2015-03-13 09:31:00 INFO Configuration:2151 - HHH000041: Configured SessionFactory: null
2015-03-13 09:31:00 INFO Configuration:2151 - HHH000041: Configured SessionFactory: null
2015-03-13 09:31:00 DEBUG Configuration:2152 - Properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, catalina.base=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0, hibernate.connection.url=jdbc:oracle:thin:@192.168.2.10:1521:flexadb, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, hibernate.cache.use_structured_entries=true, catalina.useNaming=true, os.name=Linux, sun.boot.class.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/resources.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/rt.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/sunrsasign.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jsse.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jce.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/charsets.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jfr.jar:/home/dtelaroli/jdk1.8.0_05/jre/classes, hibernate.temp.use_jdbc_metadata_defaults=false, sun.desktop=gnome, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_05-b13, hibernate.cache.use_minimal_puts=false, user.name=dtelaroli, tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar, shared.loader=, tomcat.util.buf.StringCache.byte.enabled=true, user.language=en, java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory, sun.boot.library.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/amd64, java.version=1.8.0_05, user.timezone=America/Sao_Paulo, sun.arch.data.model=64, java.endorsed.dirs=/home/dtelaroli/apache-tomcat-8.0.14/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat., file.separator=/, java.specification.name=Java Platform API Specification, hibernate.format_sql=false, java.class.version=52.0, user.country=US, java.home=/home/dtelaroli/jdk1.8.0_05/jre, java.vm.info=mixed mode, os.version=3.13.0-46-generic, path.separator=:, java.vm.version=25.5-b02, hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory, hibernate.connection.password=sorricred, hibernate.jdbc.batch_size=10, java.awt.printerjob=sun.print.PSPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, hibernate.connection.username=sorricred, package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat., java.naming.factory.url.pkgs=org.apache.naming, user.home=/home/dtelaroli, java.specification.vendor=Oracle Corporation, hibernate.hbm2ddl.auto=none, tomcat.util.scan.StandardJarScanFilter.jarsToSkip=bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,catalina-tribes.jar,jasper.jar,jasper-el.jar,ecj-*.jar,tomcat-api.jar,tomcat-util.jar,tomcat-util-scan.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-jni.jar,tomcat-spdy.jar,tomcat-websocket.jar,tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,tomcat-jdbc.jar,tools.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,jstl.jar,geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,junit.jar,junit-*.jar,ant-launcher.jar,cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,xom-*.jar, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, hibernate.com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, java.vm.vendor=Oracle Corporation, com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, hibernate.dialect=org.hibernate.dialect.Oracle10gDialect, common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar", java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.apache.catalina.startup.Bootstrap start, java.class.path=/home/dtelaroli/apache-tomcat-8.0.14/bin/bootstrap.jar:/home/dtelaroli/apache-tomcat-8.0.14/bin/tomcat-juli.jar:/home/dtelaroli/java/lib/tools.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, catalina.home=/home/dtelaroli/apache-tomcat-8.0.14, hibernate.cache.use_query_cache=false, sun.cpu.endian=little, sun.os.patch.level=unknown, hibernate.connection.provider_class=org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider, java.io.tmpdir=/tmp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, server.loader=, os.arch=amd64, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/home/dtelaroli/jdk1.8.0_05/jre/lib/ext:/usr/java/packages/lib/ext, user.dir=/home/dtelaroli, line.separator=
, wtp.deploy=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, hibernate.cache.use_second_level_cache=false, file.encoding=UTF-8, java.specification.version=1.8, hibernate.show_sql=true}
2015-03-13 09:31:00 DEBUG Configuration:2152 - Properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, catalina.base=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0, hibernate.connection.url=jdbc:oracle:thin:@192.168.2.10:1521:flexadb, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, hibernate.cache.use_structured_entries=true, catalina.useNaming=true, os.name=Linux, sun.boot.class.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/resources.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/rt.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/sunrsasign.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jsse.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jce.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/charsets.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jfr.jar:/home/dtelaroli/jdk1.8.0_05/jre/classes, hibernate.temp.use_jdbc_metadata_defaults=false, sun.desktop=gnome, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_05-b13, hibernate.cache.use_minimal_puts=false, user.name=dtelaroli, tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar, shared.loader=, tomcat.util.buf.StringCache.byte.enabled=true, user.language=en, java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory, sun.boot.library.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/amd64, java.version=1.8.0_05, user.timezone=America/Sao_Paulo, sun.arch.data.model=64, java.endorsed.dirs=/home/dtelaroli/apache-tomcat-8.0.14/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat., file.separator=/, java.specification.name=Java Platform API Specification, hibernate.format_sql=false, java.class.version=52.0, user.country=US, java.home=/home/dtelaroli/jdk1.8.0_05/jre, java.vm.info=mixed mode, os.version=3.13.0-46-generic, path.separator=:, java.vm.version=25.5-b02, hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory, hibernate.connection.password=sorricred, hibernate.jdbc.batch_size=10, java.awt.printerjob=sun.print.PSPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, hibernate.connection.username=sorricred, package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat., java.naming.factory.url.pkgs=org.apache.naming, user.home=/home/dtelaroli, java.specification.vendor=Oracle Corporation, hibernate.hbm2ddl.auto=none, tomcat.util.scan.StandardJarScanFilter.jarsToSkip=bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,catalina-tribes.jar,jasper.jar,jasper-el.jar,ecj-*.jar,tomcat-api.jar,tomcat-util.jar,tomcat-util-scan.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-jni.jar,tomcat-spdy.jar,tomcat-websocket.jar,tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,tomcat-jdbc.jar,tools.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,jstl.jar,geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,junit.jar,junit-*.jar,ant-launcher.jar,cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,xom-*.jar, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, hibernate.com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, java.vm.vendor=Oracle Corporation, com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, hibernate.dialect=org.hibernate.dialect.Oracle10gDialect, common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar", java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.apache.catalina.startup.Bootstrap start, java.class.path=/home/dtelaroli/apache-tomcat-8.0.14/bin/bootstrap.jar:/home/dtelaroli/apache-tomcat-8.0.14/bin/tomcat-juli.jar:/home/dtelaroli/java/lib/tools.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, catalina.home=/home/dtelaroli/apache-tomcat-8.0.14, hibernate.cache.use_query_cache=false, sun.cpu.endian=little, sun.os.patch.level=unknown, hibernate.connection.provider_class=org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider, java.io.tmpdir=/tmp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, server.loader=, os.arch=amd64, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/home/dtelaroli/jdk1.8.0_05/jre/lib/ext:/usr/java/packages/lib/ext, user.dir=/home/dtelaroli, line.separator=
, wtp.deploy=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, hibernate.cache.use_second_level_cache=false, file.encoding=UTF-8, java.specification.version=1.8, hibernate.show_sql=true}
2015-03-13 09:31:00 DEBUG IntegratorServiceImpl:59 - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
2015-03-13 09:31:00 DEBUG IntegratorServiceImpl:59 - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
2015-03-13 09:31:00 DEBUG Configuration:1778 - Preparing to build session factory with filters : {}
2015-03-13 09:31:00 DEBUG Configuration:1778 - Preparing to build session factory with filters : {}
2015-03-13 09:31:00 INFO ConnectionProviderInitiator:188 - HHH000130: Instantiating explicit connection provider: org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
2015-03-13 09:31:00 INFO ConnectionProviderInitiator:188 - HHH000130: Instantiating explicit connection provider: org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
2015-03-13 09:31:00 INFO C3P0ConnectionProvider:128 - HHH010002: C3P0 using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@192.168.2.10:1521:flexadb
2015-03-13 09:31:00 INFO C3P0ConnectionProvider:128 - HHH010002: C3P0 using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@192.168.2.10:1521:flexadb
2015-03-13 09:31:00 INFO C3P0ConnectionProvider:129 - HHH000046: Connection properties: {user=sorricred, password=****}
2015-03-13 09:31:00 INFO C3P0ConnectionProvider:129 - HHH000046: Connection properties: {user=sorricred, password=****}
2015-03-13 09:31:00 INFO C3P0ConnectionProvider:132 - HHH000006: Autocommit mode: false
2015-03-13 09:31:00 INFO C3P0ConnectionProvider:132 - HHH000006: Autocommit mode: false
2015-03-13 09:31:00 INFO Dialect:130 - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
2015-03-13 09:31:00 INFO Dialect:130 - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
2015-03-13 09:31:00 INFO LobCreatorBuilder:85 - HHH000422: Disabling contextual LOB creation as connection was null
2015-03-13 09:31:00 INFO LobCreatorBuilder:85 - HHH000422: Disabling contextual LOB creation as connection was null
2015-03-13 09:31:00 DEBUG Configuration:3497 - Processing hbm.xml files
2015-03-13 09:31:00 DEBUG Configuration:3497 - Processing hbm.xml files
2015-03-13 09:31:00 DEBUG Configuration:3527 - Process annotated classes
2015-03-13 09:31:00 DEBUG Configuration:3527 - Process annotated classes
2015-03-13 09:31:00 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:00 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:00 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:00 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:00 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:00 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:00 DEBUG EntityBinder:394 - Import with entity name Upload
2015-03-13 09:31:00 DEBUG EntityBinder:394 - Import with entity name Upload
2015-03-13 09:31:00 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.upload.Upload on table Upload
2015-03-13 09:31:00 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.upload.Upload on table Upload
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='upload'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='upload'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=content, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=content, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=contentSize, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=contentSize, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property contentSize with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property contentSize with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for contentSize
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for contentSize
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property contentSize
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property contentSize
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=created, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=created, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property created with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property created with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for created
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for created
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property created
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property created
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=hash, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=hash, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property hash with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property hash with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for hash
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for hash
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property hash
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property hash
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=type, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Upload), mappingColumn=type, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property type with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property type with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for type
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for type
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property type
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property type
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.upload.ContentFile
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.upload.ContentFile
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ContentFile
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ContentFile
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.upload.ContentFile on table ContentFile
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.upload.ContentFile on table ContentFile
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContentFile), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContentFile), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContentFile), mappingColumn=content, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContentFile), mappingColumn=content, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property content with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property content with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for content
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for content
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property content
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property content
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContentFile), mappingColumn=upload, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContentFile), mappingColumn=upload, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property upload
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property upload
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.Config
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.Config
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Config
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Config
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.Config on table Config
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.Config on table Config
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=configKey, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=configKey, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property configKey with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property configKey with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for configKey
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for configKey
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property configKey
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property configKey
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=configType, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=configType, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property configType with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property configType with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for configType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for configType
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property configType
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property configType
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Config), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Users
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Users
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.User on table Users
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.User on table Users
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=account, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=account, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property account
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property account
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=address, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=address, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property address
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property address
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=birthDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=birthDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property birthDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property birthDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for birthDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for birthDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property birthDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property birthDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=celular, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=celular, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property celular with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property celular with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for celular
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for celular
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property celular
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property celular
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=celular2, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=celular2, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property celular2 with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property celular2 with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for celular2
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for celular2
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property celular2
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property celular2
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='parent'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='parent'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=children, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=children, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=children_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=children_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='children_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='children_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='parent'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='parent'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='parent'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='parent'}
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.children
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.children
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property children
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property children
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='user'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='user'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=contracts, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=contracts, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=contracts_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=contracts_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='contracts_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='contracts_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='user'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='user'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='user'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='user'}
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.contracts
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.contracts
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property contracts
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property contracts
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=cpf, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=cpf, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property cpf with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property cpf with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for cpf
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for cpf
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property cpf
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property cpf
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='responsible'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='responsible'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=dependents, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=dependents, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=dependents_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=dependents_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='dependents_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='dependents_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='responsible'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='responsible'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='responsible'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='responsible'}
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.dependents
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.dependents
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dependents
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dependents
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=email, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=email, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property email with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property email with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for email
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for email
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property email
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property email
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=inactive, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=inactive, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property inactive with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property inactive with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for inactive
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for inactive
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property inactive
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property inactive
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='indicator_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='indicator_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=indicator, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=indicator, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property indicator
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property indicator
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=maritalStatus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=maritalStatus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property maritalStatus with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property maritalStatus with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for maritalStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for maritalStatus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property maritalStatus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property maritalStatus
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='parent_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='parent_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=parent, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=parent, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property parent
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property parent
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=password, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=password, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property password with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property password with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for password
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for password
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property password
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property password
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=phone, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=phone, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property phone with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property phone with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for phone
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for phone
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property phone
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property phone
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=phoneComercial, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=phoneComercial, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property phoneComercial with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property phoneComercial with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for phoneComercial
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for phoneComercial
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property phoneComercial
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property phoneComercial
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=readOnly, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=readOnly, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property readOnly with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property readOnly with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for readOnly
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for readOnly
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property readOnly
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property readOnly
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=registrationDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=registrationDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property registrationDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property registrationDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for registrationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for registrationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property registrationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property registrationDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=rg, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=rg, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property rg with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property rg with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for rg
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for rg
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property rg
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property rg
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=sectionVoterRegistration, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=sectionVoterRegistration, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property sectionVoterRegistration with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property sectionVoterRegistration with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for sectionVoterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for sectionVoterRegistration
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property sectionVoterRegistration
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property sectionVoterRegistration
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=statusPayment, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=statusPayment, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property statusPayment with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property statusPayment with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for statusPayment
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for statusPayment
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property statusPayment
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property statusPayment
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=types_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=types_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='types_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='types_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='user_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='user_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='typeuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='typeuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property types
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property types
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=voterRegistration, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=voterRegistration, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property voterRegistration with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property voterRegistration with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for voterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for voterRegistration
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property voterRegistration
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property voterRegistration
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=zoneVoterRegistration, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Users), mappingColumn=zoneVoterRegistration, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property zoneVoterRegistration with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property zoneVoterRegistration with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for zoneVoterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for zoneVoterRegistration
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property zoneVoterRegistration
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property zoneVoterRegistration
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.Dependent
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.Dependent
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Dependent
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Dependent
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.Dependent on table Dependent
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.Dependent on table Dependent
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=birthDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=birthDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property birthDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property birthDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for birthDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for birthDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property birthDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property birthDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=kinshipGrade, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=kinshipGrade, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property kinshipGrade with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property kinshipGrade with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for kinshipGrade
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for kinshipGrade
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property kinshipGrade
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property kinshipGrade
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=responsible, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Dependent), mappingColumn=responsible, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property responsible
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property responsible
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.Blacklist
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.Blacklist
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Blacklist
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Blacklist
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.Blacklist on table Blacklist
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.Blacklist on table Blacklist
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=cpf, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=cpf, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property cpf with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property cpf with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for cpf
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for cpf
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property cpf
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property cpf
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=email, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=email, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property email with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property email with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for email
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for email
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property email
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property email
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=rg, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Blacklist), mappingColumn=rg, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property rg with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property rg with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for rg
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for rg
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property rg
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property rg
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.Needy
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.Needy
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Needy
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Needy
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.Needy on table Needy
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.Needy on table Needy
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=address, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=address, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property address
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property address
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=birthday, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=birthday, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property birthday with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property birthday with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for birthday
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for birthday
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property birthday
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property birthday
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=observation, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=observation, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property observation with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property observation with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for observation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for observation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property observation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property observation
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=phone, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=phone, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property phone with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property phone with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for phone
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for phone
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property phone
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property phone
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=upload, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Needy), mappingColumn=upload, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property upload
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property upload
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.TypeUser
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.person.TypeUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name TypeUser
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name TypeUser
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.TypeUser on table TypeUser
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.person.TypeUser on table TypeUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(TypeUser), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(TypeUser), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(TypeUser), mappingColumn=description, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(TypeUser), mappingColumn=description, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property description with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property description with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for description
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for description
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property description
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property description
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(TypeUser), mappingColumn=environmentUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(TypeUser), mappingColumn=environmentUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property environmentUser with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property environmentUser with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for environmentUser
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for environmentUser
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property environmentUser
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property environmentUser
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Address
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Address
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.Address on table Address
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.Address on table Address
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=address, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=address, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property address with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property address with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for address
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for address
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property address
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property address
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=addressNumber, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=addressNumber, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property addressNumber with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property addressNumber with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for addressNumber
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for addressNumber
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property addressNumber
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property addressNumber
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=cep, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=cep, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property cep with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property cep with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for cep
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for cep
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property cep
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property cep
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=city, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=city, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property city
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property city
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=complement, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=complement, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property complement with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property complement with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for complement
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for complement
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property complement
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property complement
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=neighborhood, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=neighborhood, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property neighborhood with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property neighborhood with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for neighborhood
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for neighborhood
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property neighborhood
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property neighborhood
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=referencePoint, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=referencePoint, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property referencePoint with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property referencePoint with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for referencePoint
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for referencePoint
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property referencePoint
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property referencePoint
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=state, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Address), mappingColumn=state, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property state
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property state
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.Neighborhood
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.Neighborhood
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Neighborhood
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Neighborhood
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.Neighborhood on table Neighborhood
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.Neighborhood on table Neighborhood
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Neighborhood), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Neighborhood), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Neighborhood), mappingColumn=city, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Neighborhood), mappingColumn=city, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property city
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property city
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Neighborhood), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Neighborhood), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name City
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name City
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.City on table City
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.City on table City
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(City), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(City), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(City), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(City), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(City), mappingColumn=state, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(City), mappingColumn=state, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property state
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property state
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.Country
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.Country
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Country
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Country
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.Country on table Country
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.Country on table Country
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Country), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Country), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Country), mappingColumn=abbreviation, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Country), mappingColumn=abbreviation, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property abbreviation with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property abbreviation with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for abbreviation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for abbreviation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property abbreviation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property abbreviation
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Country), mappingColumn=name, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Country), mappingColumn=name, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name State
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name State
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.State on table State
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.address.State on table State
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=abbreviation, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=abbreviation, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property abbreviation with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property abbreviation with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for abbreviation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for abbreviation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property abbreviation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property abbreviation
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=country, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=country, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property country
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property country
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=name, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(State), mappingColumn=name, insertable=true, updatable=true, unique=true}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Product
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Product
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.product.Product on table Product
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.product.Product on table Product
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.product.Plan
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.product.Plan
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Plan
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Plan
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.product.Plan on table Plan
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.product.Plan on table Plan
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=accession, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=accession, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property accession with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property accession with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for accession
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for accession
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property accession
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property accession
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=byReferralBonus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=byReferralBonus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property byReferralBonus with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property byReferralBonus with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for byReferralBonus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for byReferralBonus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property byReferralBonus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property byReferralBonus
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=monthlyParticipation, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=monthlyParticipation, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property monthlyParticipation with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property monthlyParticipation with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for monthlyParticipation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for monthlyParticipation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property monthlyParticipation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property monthlyParticipation
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=monthlyPayment, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=monthlyPayment, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property monthlyPayment with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property monthlyPayment with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for monthlyPayment
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for monthlyPayment
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property monthlyPayment
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property monthlyPayment
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=shortage, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=shortage, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property shortage with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property shortage with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for shortage
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for shortage
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property shortage
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property shortage
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=statusSocialProject, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Plan), mappingColumn=statusSocialProject, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property statusSocialProject with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property statusSocialProject with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for statusSocialProject
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for statusSocialProject
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property statusSocialProject
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property statusSocialProject
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.payment.Payment
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.payment.Payment
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Payment
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Payment
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.payment.Payment on table Payment
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.payment.Payment on table Payment
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=creationDate, insertable=true, updatable=false, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=creationDate, insertable=true, updatable=false, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property creationDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property creationDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for creationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for creationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property creationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property creationDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=description, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=description, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property description with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property description with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for description
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for description
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property description
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property description
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=expirationDate, insertable=true, updatable=false, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=expirationDate, insertable=true, updatable=false, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property expirationDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property expirationDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for expirationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for expirationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property expirationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property expirationDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=feeAccession, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=feeAccession, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property feeAccession with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property feeAccession with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for feeAccession
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for feeAccession
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property feeAccession
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property feeAccession
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=installmentNumber, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=installmentNumber, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property installmentNumber with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property installmentNumber with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for installmentNumber
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for installmentNumber
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property installmentNumber
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property installmentNumber
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=observation, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=observation, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property observation with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property observation with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for observation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for observation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property observation
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property observation
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=paymentDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=paymentDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property paymentDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property paymentDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for paymentDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for paymentDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property paymentDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property paymentDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=sale, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=sale, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property sale
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property sale
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=status, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=status, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property status with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property status with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for status
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for status
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property status
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property status
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=transaction, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=transaction, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transaction
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transaction
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Payment), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.payment.Transaction
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.payment.Transaction
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Transaction
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Transaction
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.payment.Transaction on table Transaction
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.payment.Transaction on table Transaction
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=installmentQuantity, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=installmentQuantity, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property installmentQuantity with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property installmentQuantity with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for installmentQuantity
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for installmentQuantity
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property installmentQuantity
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property installmentQuantity
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=itemsQuantity, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=itemsQuantity, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property itemsQuantity with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property itemsQuantity with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for itemsQuantity
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for itemsQuantity
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property itemsQuantity
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property itemsQuantity
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=paymentType, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=paymentType, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property paymentType with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property paymentType with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for paymentType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for paymentType
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property paymentType
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property paymentType
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=reference, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=reference, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property reference with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property reference with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for reference
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for reference
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property reference
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property reference
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=transactionDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=transactionDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property transactionDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property transactionDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for transactionDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for transactionDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transactionDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transactionDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=transactionId, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=transactionId, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property transactionId with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property transactionId with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for transactionId
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for transactionId
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transactionId
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transactionId
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=transactionStatus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Transaction), mappingColumn=transactionStatus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property transactionStatus with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property transactionStatus with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for transactionStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for transactionStatus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transactionStatus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property transactionStatus
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG AnnotationBinder:990 - No value specified for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ManualPaymentHistory
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ManualPaymentHistory
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory on table ManualPaymentHistory
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory on table ManualPaymentHistory
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ManualPaymentHistory), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ManualPaymentHistory), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ManualPaymentHistory), mappingColumn=dateEvent, insertable=true, updatable=false, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ManualPaymentHistory), mappingColumn=dateEvent, insertable=true, updatable=false, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dateEvent with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dateEvent with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dateEvent
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dateEvent
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dateEvent
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dateEvent
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ManualPaymentHistory), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ManualPaymentHistory), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Sale
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Sale
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.sale.Sale on table Sale
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.sale.Sale on table Sale
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=dateSale, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=dateSale, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dateSale with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dateSale with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dateSale
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dateSale
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dateSale
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dateSale
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='sale'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='sale'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=items, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=items, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=items_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=items_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='items_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='items_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='sale'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='sale'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='sale'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='sale'}
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.sale.Sale.items
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.sale.Sale.items
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property items
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property items
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Sale), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.sale.ItemForSale
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.sale.ItemForSale
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ItemForSale
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ItemForSale
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.sale.ItemForSale on table ItemForSale
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.sale.ItemForSale on table ItemForSale
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ItemForSale), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ItemForSale), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ItemForSale), mappingColumn=product, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ItemForSale), mappingColumn=product, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property product
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property product
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ItemForSale), mappingColumn=sale, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ItemForSale), mappingColumn=sale, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property sale
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property sale
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ContractUser
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name ContractUser
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.ContractUser on table ContractUser
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.ContractUser on table ContractUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=active, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=active, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property active with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property active with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for active
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for active
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property active
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property active
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=endDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=endDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property endDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property endDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for endDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for endDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property endDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property endDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=plan, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=plan, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property plan
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property plan
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=null, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=element, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=products_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=products_KEY, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='products_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='products_KEY', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='contractuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='contractuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='product_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='product_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG CollectionBinder:400 - Collection role: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property products
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property products
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=startDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=startDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property startDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property startDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for startDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for startDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property startDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property startDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContractUser), mappingColumn=user, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property user
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Bonus
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Bonus
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus on table Bonus
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus on table Bonus
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='addeduser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='addeduser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=AddedUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=AddedUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property AddedUser
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property AddedUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='destuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='destuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=DestUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=DestUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property DestUser
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property DestUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='sourceuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='sourceuser_id', referencedColumn='', mappedBy=''}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=SourceUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=SourceUser, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property SourceUser
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property SourceUser
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=bonusStatus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=bonusStatus, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property bonusStatus with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property bonusStatus with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for bonusStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for bonusStatus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property bonusStatus
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property bonusStatus
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=creationDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=creationDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property creationDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property creationDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for creationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for creationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property creationDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property creationDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=levelbonusgenerated, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=levelbonusgenerated, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property levelbonusgenerated with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property levelbonusgenerated with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for levelbonusgenerated
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for levelbonusgenerated
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property levelbonusgenerated
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property levelbonusgenerated
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=payDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=payDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property payDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property payDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for payDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for payDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property payDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property payDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=releaseDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=releaseDate, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property releaseDate with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property releaseDate with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for releaseDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for releaseDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property releaseDate
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property releaseDate
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bonus), mappingColumn=value, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property value with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property value
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.account.Account
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.account.Account
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Account
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Account
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.account.Account on table Account
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.account.Account on table Account
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=accountType, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=accountType, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property accountType with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property accountType with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for accountType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for accountType
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property accountType
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property accountType
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=agency, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=agency, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property agency with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property agency with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for agency
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for agency
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property agency
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property agency
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=bank, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=bank, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property bank
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property bank
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=dvAccount, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=dvAccount, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dvAccount with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dvAccount with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dvAccount
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dvAccount
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dvAccount
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dvAccount
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=dvAgency, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=dvAgency, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dvAgency with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property dvAgency with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dvAgency
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for dvAgency
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dvAgency
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property dvAgency
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=numero, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Account), mappingColumn=numero, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property numero with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property numero with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for numero
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for numero
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property numero
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property numero
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.account.Bank
2015-03-13 09:31:01 DEBUG AnnotationBinder:532 - Binding entity from annotated class: br.com.flexait.sorricred.domain.model.account.Bank
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Bank
2015-03-13 09:31:01 DEBUG EntityBinder:394 - Import with entity name Bank
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.account.Bank on table Bank
2015-03-13 09:31:01 DEBUG EntityBinder:564 - Bind entity br.com.flexait.sorricred.domain.model.account.Bank on table Bank
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bank), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bank), mappingColumn=id, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property id with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property id
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bank), mappingColumn=codigo, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bank), mappingColumn=codigo, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property codigo with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property codigo with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for codigo
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for codigo
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property codigo
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property codigo
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bank), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG Ejb3Column:196 - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Bank), mappingColumn=name, insertable=true, updatable=true, unique=false}
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG PropertyBinder:179 - MetadataSourceProcessor property name with lazy=false
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:330 - building SimpleValue for name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for contentSize
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for contentSize
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for created
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for created
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for hash
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for hash
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for type
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for type
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for content
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for content
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for configKey
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for configKey
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for configType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for configType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for birthDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for birthDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for celular
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for celular
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for celular2
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for celular2
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for cpf
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for cpf
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for email
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for email
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for inactive
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for inactive
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for maritalStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for maritalStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for password
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for password
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for phone
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for phone
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for phoneComercial
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for phoneComercial
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for readOnly
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for readOnly
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for registrationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for registrationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for rg
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for rg
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for sectionVoterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for sectionVoterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for statusPayment
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for statusPayment
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for voterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for voterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for zoneVoterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for zoneVoterRegistration
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for birthDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for birthDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for kinshipGrade
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for kinshipGrade
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for cpf
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for cpf
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for email
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for email
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for rg
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for rg
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for birthday
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for birthday
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for observation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for observation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for phone
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for phone
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for description
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for description
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for environmentUser
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for environmentUser
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for address
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for address
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for addressNumber
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for addressNumber
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for cep
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for cep
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for complement
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for complement
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for neighborhood
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for neighborhood
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for referencePoint
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for referencePoint
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for abbreviation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for abbreviation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for abbreviation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for abbreviation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for accession
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for accession
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for byReferralBonus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for byReferralBonus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for monthlyParticipation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for monthlyParticipation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for monthlyPayment
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for monthlyPayment
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for shortage
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for shortage
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for statusSocialProject
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for statusSocialProject
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for creationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for creationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for description
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for description
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for expirationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for expirationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for feeAccession
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for feeAccession
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for installmentNumber
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for installmentNumber
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for observation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for observation
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for paymentDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for paymentDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for status
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for status
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for installmentQuantity
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for installmentQuantity
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for itemsQuantity
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for itemsQuantity
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for paymentType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for paymentType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for reference
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for reference
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for transactionDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for transactionDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for transactionId
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for transactionId
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for transactionStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for transactionStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dateEvent
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dateEvent
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dateSale
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dateSale
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for active
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for active
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for endDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for endDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for startDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for startDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for bonusStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for bonusStatus
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for creationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for creationDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for levelbonusgenerated
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for levelbonusgenerated
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for payDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for payDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for releaseDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for releaseDate
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for value
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for accountType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for accountType
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for agency
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for agency
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dvAccount
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dvAccount
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dvAgency
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for dvAgency
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for numero
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for numero
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for id
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for codigo
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for codigo
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG SimpleValueBinder:368 - Setting SimpleValue typeName for name
2015-03-13 09:31:01 DEBUG Configuration:1441 - Processing fk mappings (*ToOne and JoinedSubclass)
2015-03-13 09:31:01 DEBUG Configuration:1441 - Processing fk mappings (*ToOne and JoinedSubclass)
2015-03-13 09:31:01 DEBUG Configuration:1628 - Processing extends queue
2015-03-13 09:31:01 DEBUG Configuration:1628 - Processing extends queue
2015-03-13 09:31:01 DEBUG Configuration:1686 - Processing extends queue
2015-03-13 09:31:01 DEBUG Configuration:1686 - Processing extends queue
2015-03-13 09:31:01 DEBUG Configuration:1631 - Processing collection mappings
2015-03-13 09:31:01 DEBUG Configuration:1631 - Processing collection mappings
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG CollectionBinder:1051 - Binding as ManyToMany: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG CollectionBinder:1051 - Binding as ManyToMany: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: contractuser_id, element: product_id
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: contractuser_id, element: product_id
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG CollectionBinder:1051 - Binding as ManyToMany: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG CollectionBinder:1051 - Binding as ManyToMany: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: user_id, element: typeuser_id
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: user_id, element: typeuser_id
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property content
2015-03-13 09:31:01 DEBUG PropertyBinder:260 - Building property content
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.children
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.children
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.person.User.children through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.person.User.children through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.person.User.children -> Users
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.person.User.children -> Users
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.person.User.parent
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.person.User.parent
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: parent_id, one-to-many: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: parent_id, one-to-many: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.contracts
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.contracts
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.person.User.contracts through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.person.User.contracts through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.person.User.contracts -> ContractUser
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.person.User.contracts -> ContractUser
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.ContractUser.user
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.ContractUser.user
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: user_id, one-to-many: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: user_id, one-to-many: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.dependents
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.person.User.dependents
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.person.User.dependents through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.person.User.dependents through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.person.User.dependents -> Dependent
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.person.User.dependents -> Dependent
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.person.Dependent.responsible
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.person.Dependent.responsible
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: responsible_id, one-to-many: br.com.flexait.sorricred.domain.model.person.Dependent
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: responsible_id, one-to-many: br.com.flexait.sorricred.domain.model.person.Dependent
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.sale.Sale.items
2015-03-13 09:31:01 DEBUG CollectionSecondPass:66 - Second pass for collection: br.com.flexait.sorricred.domain.model.sale.Sale.items
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.sale.Sale.items through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:761 - Binding a OneToMany: br.com.flexait.sorricred.domain.model.sale.Sale.items through a foreign key
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.sale.Sale.items -> ItemForSale
2015-03-13 09:31:01 DEBUG CollectionBinder:790 - Mapping collection: br.com.flexait.sorricred.domain.model.sale.Sale.items -> ItemForSale
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.sale.ItemForSale.sale
2015-03-13 09:31:01 DEBUG TableBinder:332 - Retrieving property br.com.flexait.sorricred.domain.model.sale.ItemForSale.sale
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: sale_id, one-to-many: br.com.flexait.sorricred.domain.model.sale.ItemForSale
2015-03-13 09:31:01 DEBUG CollectionSecondPass:83 - Mapped collection key: sale_id, one-to-many: br.com.flexait.sorricred.domain.model.sale.ItemForSale
2015-03-13 09:31:01 DEBUG Configuration:1641 - Processing native query and ResultSetMapping mappings
2015-03-13 09:31:01 DEBUG Configuration:1641 - Processing native query and ResultSetMapping mappings
2015-03-13 09:31:01 DEBUG Configuration:1649 - Processing association property references
2015-03-13 09:31:01 DEBUG Configuration:1649 - Processing association property references
2015-03-13 09:31:01 DEBUG Configuration:1671 - Creating tables' unique integer identifiers
2015-03-13 09:31:01 DEBUG Configuration:1671 - Creating tables' unique integer identifiers
2015-03-13 09:31:01 DEBUG Configuration:1672 - Processing foreign key constraints
2015-03-13 09:31:01 DEBUG Configuration:1672 - Processing foreign key constraints
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.account.Bank
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.account.Bank
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.product.Plan
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.product.Plan
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.payment.Transaction
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.payment.Transaction
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.Country
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.Country
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.account.Account
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.account.Account
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.TypeUser
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.TypeUser
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG Configuration:1743 - Resolving reference to class: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG SettingsFactory:114 - Automatic flush during beforeCompletion(): disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:114 - Automatic flush during beforeCompletion(): disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:120 - Automatic session close at end of transaction: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:120 - Automatic session close at end of transaction: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:147 - Scrollable result sets: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:147 - Scrollable result sets: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:153 - Wrap result sets: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:153 - Wrap result sets: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:159 - JDBC3 getGeneratedKeys(): disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:159 - JDBC3 getGeneratedKeys(): disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:171 - multi-tenancy strategy : NONE
2015-03-13 09:31:01 DEBUG SettingsFactory:171 - multi-tenancy strategy : NONE
2015-03-13 09:31:01 DEBUG SettingsFactory:177 - Connection release mode: auto
2015-03-13 09:31:01 DEBUG SettingsFactory:177 - Connection release mode: auto
2015-03-13 09:31:01 INFO TransactionFactoryInitiator:68 - HHH000399: Using default transaction strategy (direct JDBC transactions)
2015-03-13 09:31:01 INFO TransactionFactoryInitiator:68 - HHH000399: Using default transaction strategy (direct JDBC transactions)
2015-03-13 09:31:01 DEBUG SettingsFactory:199 - Using BatchFetchStyle : LEGACY
2015-03-13 09:31:01 DEBUG SettingsFactory:199 - Using BatchFetchStyle : LEGACY
2015-03-13 09:31:01 DEBUG SettingsFactory:224 - Default batch fetch size: 1
2015-03-13 09:31:01 DEBUG SettingsFactory:224 - Default batch fetch size: 1
2015-03-13 09:31:01 DEBUG SettingsFactory:230 - Generate SQL with comments: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:230 - Generate SQL with comments: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:236 - Order SQL updates by primary key: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:236 - Order SQL updates by primary key: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:242 - Order SQL inserts for batching: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:242 - Order SQL inserts for batching: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:250 - Default null ordering: none
2015-03-13 09:31:01 DEBUG SettingsFactory:250 - Default null ordering: none
2015-03-13 09:31:01 DEBUG SettingsFactory:544 - Query translator: org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
2015-03-13 09:31:01 DEBUG SettingsFactory:544 - Query translator: org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
2015-03-13 09:31:01 INFO ASTQueryTranslatorFactory:48 - HHH000397: Using ASTQueryTranslatorFactory
2015-03-13 09:31:01 INFO ASTQueryTranslatorFactory:48 - HHH000397: Using ASTQueryTranslatorFactory
2015-03-13 09:31:01 DEBUG SettingsFactory:260 - Query language substitutions: {}
2015-03-13 09:31:01 DEBUG SettingsFactory:260 - Query language substitutions: {}
2015-03-13 09:31:01 DEBUG SettingsFactory:266 - JPA-QL strict compliance: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:266 - JPA-QL strict compliance: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:274 - Second-level cache: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:274 - Second-level cache: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:280 - Query cache: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:280 - Query cache: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:484 - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
2015-03-13 09:31:01 DEBUG SettingsFactory:484 - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
2015-03-13 09:31:01 DEBUG SettingsFactory:494 - org.hibernate.cache.internal.NoCachingRegionFactory did not provide constructor accepting java.util.Properties; attempting no-arg constructor.
2015-03-13 09:31:01 DEBUG SettingsFactory:494 - org.hibernate.cache.internal.NoCachingRegionFactory did not provide constructor accepting java.util.Properties; attempting no-arg constructor.
2015-03-13 09:31:01 DEBUG SettingsFactory:295 - Optimize cache for minimal puts: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:295 - Optimize cache for minimal puts: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:310 - Structured second-level cache entries: enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:310 - Structured second-level cache entries: enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:320 - Second-level cache direct-reference entries: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:320 - Second-level cache direct-reference entries: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:328 - Statistics: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:328 - Statistics: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:334 - Deleted entity synthetic identifier rollback: disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:334 - Deleted entity synthetic identifier rollback: disabled
2015-03-13 09:31:01 WARN SettingsFactory:355 - Unrecognized value for "hibernate.hbm2ddl.auto": none
2015-03-13 09:31:01 WARN SettingsFactory:355 - Unrecognized value for "hibernate.hbm2ddl.auto": none
2015-03-13 09:31:01 DEBUG SettingsFactory:361 - Default entity-mode: pojo
2015-03-13 09:31:01 DEBUG SettingsFactory:361 - Default entity-mode: pojo
2015-03-13 09:31:01 DEBUG SettingsFactory:367 - Named query checking : enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:367 - Named query checking : enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:373 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:373 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:391 - Allow initialization of lazy state outside session : : disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:391 - Allow initialization of lazy state outside session : : disabled
2015-03-13 09:31:01 DEBUG SettingsFactory:401 - JTA Track by Thread: enabled
2015-03-13 09:31:01 DEBUG SettingsFactory:401 - JTA Track by Thread: enabled
2015-03-13 09:31:01 DEBUG SessionFactoryImpl:225 - Building session factory
2015-03-13 09:31:01 DEBUG SessionFactoryImpl:225 - Building session factory
2015-03-13 09:31:01 DEBUG SessionFactoryImpl:277 - Session factory constructed with filter configurations : {}
2015-03-13 09:31:01 DEBUG SessionFactoryImpl:277 - Session factory constructed with filter configurations : {}
2015-03-13 09:31:01 DEBUG SessionFactoryImpl:278 - Instantiating session factory with properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, catalina.base=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0, hibernate.connection.url=jdbc:oracle:thin:@192.168.2.10:1521:flexadb, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, hibernate.cache.use_structured_entries=true, catalina.useNaming=true, os.name=Linux, sun.boot.class.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/resources.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/rt.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/sunrsasign.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jsse.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jce.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/charsets.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jfr.jar:/home/dtelaroli/jdk1.8.0_05/jre/classes, hibernate.temp.use_jdbc_metadata_defaults=false, sun.desktop=gnome, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_05-b13, hibernate.cache.use_minimal_puts=false, user.name=dtelaroli, tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar, shared.loader=, tomcat.util.buf.StringCache.byte.enabled=true, user.language=en, java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory, sun.boot.library.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/amd64, java.version=1.8.0_05, user.timezone=America/Sao_Paulo, sun.arch.data.model=64, java.endorsed.dirs=/home/dtelaroli/apache-tomcat-8.0.14/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat., file.separator=/, java.specification.name=Java Platform API Specification, hibernate.format_sql=false, java.class.version=52.0, user.country=US, java.home=/home/dtelaroli/jdk1.8.0_05/jre, java.vm.info=mixed mode, os.version=3.13.0-46-generic, path.separator=:, java.vm.version=25.5-b02, hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory, hibernate.connection.password=sorricred, hibernate.jdbc.batch_size=10, java.awt.printerjob=sun.print.PSPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, hibernate.connection.username=sorricred, package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat., java.naming.factory.url.pkgs=org.apache.naming, user.home=/home/dtelaroli, java.specification.vendor=Oracle Corporation, hibernate.hbm2ddl.auto=none, tomcat.util.scan.StandardJarScanFilter.jarsToSkip=bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,catalina-tribes.jar,jasper.jar,jasper-el.jar,ecj-*.jar,tomcat-api.jar,tomcat-util.jar,tomcat-util-scan.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-jni.jar,tomcat-spdy.jar,tomcat-websocket.jar,tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,tomcat-jdbc.jar,tools.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,jstl.jar,geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,junit.jar,junit-*.jar,ant-launcher.jar,cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,xom-*.jar, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, hibernate.com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, java.vm.vendor=Oracle Corporation, hibernate.dialect=org.hibernate.dialect.Oracle10gDialect, com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar", java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.apache.catalina.startup.Bootstrap start, java.class.path=/home/dtelaroli/apache-tomcat-8.0.14/bin/bootstrap.jar:/home/dtelaroli/apache-tomcat-8.0.14/bin/tomcat-juli.jar:/home/dtelaroli/java/lib/tools.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, catalina.home=/home/dtelaroli/apache-tomcat-8.0.14, sun.cpu.endian=little, sun.os.patch.level=unknown, hibernate.cache.use_query_cache=false, hibernate.connection.provider_class=org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider, java.io.tmpdir=/tmp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, server.loader=, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, os.arch=amd64, java.ext.dirs=/home/dtelaroli/jdk1.8.0_05/jre/lib/ext:/usr/java/packages/lib/ext, user.dir=/home/dtelaroli, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, wtp.deploy=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps, hibernate.cache.use_second_level_cache=false, file.encoding=UTF-8, java.specification.version=1.8, hibernate.show_sql=true}
2015-03-13 09:31:01 DEBUG SessionFactoryImpl:278 - Instantiating session factory with properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, catalina.base=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0, hibernate.connection.url=jdbc:oracle:thin:@192.168.2.10:1521:flexadb, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, hibernate.cache.use_structured_entries=true, catalina.useNaming=true, os.name=Linux, sun.boot.class.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/resources.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/rt.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/sunrsasign.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jsse.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jce.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/charsets.jar:/home/dtelaroli/jdk1.8.0_05/jre/lib/jfr.jar:/home/dtelaroli/jdk1.8.0_05/jre/classes, hibernate.temp.use_jdbc_metadata_defaults=false, sun.desktop=gnome, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_05-b13, hibernate.cache.use_minimal_puts=false, user.name=dtelaroli, tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar, shared.loader=, tomcat.util.buf.StringCache.byte.enabled=true, user.language=en, java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory, sun.boot.library.path=/home/dtelaroli/jdk1.8.0_05/jre/lib/amd64, java.version=1.8.0_05, user.timezone=America/Sao_Paulo, sun.arch.data.model=64, java.endorsed.dirs=/home/dtelaroli/apache-tomcat-8.0.14/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat., file.separator=/, java.specification.name=Java Platform API Specification, hibernate.format_sql=false, java.class.version=52.0, user.country=US, java.home=/home/dtelaroli/jdk1.8.0_05/jre, java.vm.info=mixed mode, os.version=3.13.0-46-generic, path.separator=:, java.vm.version=25.5-b02, hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory, hibernate.connection.password=sorricred, hibernate.jdbc.batch_size=10, java.awt.printerjob=sun.print.PSPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, hibernate.connection.username=sorricred, package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat., java.naming.factory.url.pkgs=org.apache.naming, user.home=/home/dtelaroli, java.specification.vendor=Oracle Corporation, hibernate.hbm2ddl.auto=none, tomcat.util.scan.StandardJarScanFilter.jarsToSkip=bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,catalina-tribes.jar,jasper.jar,jasper-el.jar,ecj-*.jar,tomcat-api.jar,tomcat-util.jar,tomcat-util-scan.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-jni.jar,tomcat-spdy.jar,tomcat-websocket.jar,tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,tomcat-jdbc.jar,tools.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,jstl.jar,geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,junit.jar,junit-*.jar,ant-launcher.jar,cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,xom-*.jar, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, hibernate.com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, java.vm.vendor=Oracle Corporation, hibernate.dialect=org.hibernate.dialect.Oracle10gDialect, com.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManagementCoordinator, common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar", java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.apache.catalina.startup.Bootstrap start, java.class.path=/home/dtelaroli/apache-tomcat-8.0.14/bin/bootstrap.jar:/home/dtelaroli/apache-tomcat-8.0.14/bin/tomcat-juli.jar:/home/dtelaroli/java/lib/tools.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, catalina.home=/home/dtelaroli/apache-tomcat-8.0.14, sun.cpu.endian=little, sun.os.patch.level=unknown, hibernate.cache.use_query_cache=false, hibernate.connection.provider_class=org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider, java.io.tmpdir=/tmp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, server.loader=, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, os.arch=amd64, java.ext.dirs=/home/dtelaroli/jdk1.8.0_05/jre/lib/ext:/usr/java/packages/lib/ext, user.dir=/home/dtelaroli, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, wtp.deploy=/home/dtelaroli/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps, hibernate.cache.use_second_level_cache=false, file.encoding=UTF-8, java.specification.version=1.8, hibernate.show_sql=true}
2015-03-13 09:31:01 INFO Version:27 - HV000001: Hibernate Validator 4.3.0.Final
2015-03-13 09:31:01 INFO Version:27 - HV000001: Hibernate Validator 4.3.0.Final
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:106 - Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:106 - Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:117 - Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:117 - Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:184 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:184 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:187 - No META-INF/validation.xml found. Using annotation based configuration only.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:187 - No META-INF/validation.xml found. Using annotation based configuration only.
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:106 - Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:106 - Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:117 - Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2015-03-13 09:31:01 DEBUG DefaultTraversableResolver:117 - Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:184 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:184 - Trying to load META-INF/validation.xml for XML based Validator configuration.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:187 - No META-INF/validation.xml found. Using annotation based configuration only.
2015-03-13 09:31:01 DEBUG ValidationXmlParser:187 - No META-INF/validation.xml found. Using annotation based configuration only.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@6576804f, groups=[Ljava.lang.Class;@6815bdfc}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@6576804f, groups=[Ljava.lang.Class;@6815bdfc}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@25c5f8ce, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@65c36bba, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@25c5f8ce, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@65c36bba, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@21693d88, groups=[Ljava.lang.Class;@68bbf88e}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@21693d88, groups=[Ljava.lang.Class;@68bbf88e}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@6f217bb, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@6e9fff90, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@6f217bb, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@6e9fff90, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@113911b2, groups=[Ljava.lang.Class;@4a402fbf}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@113911b2, groups=[Ljava.lang.Class;@4a402fbf}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@2083e425, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@79eed506, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@2083e425, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@79eed506, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@1fee66c4, groups=[Ljava.lang.Class;@1161f36c}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@1fee66c4, groups=[Ljava.lang.Class;@1161f36c}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@4bbc59c4, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@2708de31, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@4bbc59c4, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@2708de31, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@4411dfd5, regexp=.*, groups=[Ljava.lang.Class;@770ad2b3, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@7c56b7a}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@4411dfd5, regexp=.*, groups=[Ljava.lang.Class;@770ad2b3, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@7c56b7a}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=([0-9]{3}[.]?[0-9]{3}[.]?[0-9]{3}-[0-9]{2})|([0-9]{11}), groups=[Ljava.lang.Class;@5ec6c391, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@33e30b2f}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=([0-9]{3}[.]?[0-9]{3}[.]?[0-9]{3}-[0-9]{2})|([0-9]{11}), groups=[Ljava.lang.Class;@5ec6c391, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@33e30b2f}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!000\.000\.000-00).)*$, groups=[Ljava.lang.Class;@48c7f9fb, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@20f56139}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!000\.000\.000-00).)*$, groups=[Ljava.lang.Class;@48c7f9fb, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@20f56139}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!999\.999\.999-99).)*$, groups=[Ljava.lang.Class;@749b5b9f, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@3e47cd6}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!999\.999\.999-99).)*$, groups=[Ljava.lang.Class;@749b5b9f, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@3e47cd6}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@263a4b27, modType=MOD11, endIndex=9, multiplier=10, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@8d3abdc, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=9}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@263a4b27, modType=MOD11, endIndex=9, multiplier=10, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@8d3abdc, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=9}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@393ac201, modType=MOD11, endIndex=10, multiplier=11, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@4dadd572, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=10}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@393ac201, modType=MOD11, endIndex=10, multiplier=11, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@4dadd572, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=10}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@45b9a034, groups=[Ljava.lang.Class;@6018466d}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@45b9a034, groups=[Ljava.lang.Class;@6018466d}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@66f24f3b, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@6e42ebd1, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@66f24f3b, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@6e42ebd1, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@75545371, groups=[Ljava.lang.Class;@1ab4177}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@75545371, groups=[Ljava.lang.Class;@1ab4177}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@6b0cd380, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@3c14ca4b, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@6b0cd380, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@3c14ca4b, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@7b644d0e, groups=[Ljava.lang.Class;@2af0a940}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@7b644d0e, groups=[Ljava.lang.Class;@2af0a940}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@3a861b3f, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@63532d5c, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@3a861b3f, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@63532d5c, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@5375d06, groups=[Ljava.lang.Class;@f62e17c}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@5375d06, groups=[Ljava.lang.Class;@f62e17c}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@3f725f9a, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@5e4d95f6, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@3f725f9a, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@5e4d95f6, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@5eb65541, groups=[Ljava.lang.Class;@1f3c5989}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@5eb65541, groups=[Ljava.lang.Class;@1f3c5989}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@3d897f0c, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@517939a1, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@3d897f0c, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@517939a1, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@2ea3f63d, groups=[Ljava.lang.Class;@58a48dfa}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@2ea3f63d, groups=[Ljava.lang.Class;@58a48dfa}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@4ae69d1b, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@7b458864, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@4ae69d1b, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@7b458864, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@2c9e8ae, groups=[Ljava.lang.Class;@23fcb99e}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@2c9e8ae, groups=[Ljava.lang.Class;@23fcb99e}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@13e7aa22, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@5e26bc68, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@13e7aa22, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@5e26bc68, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@7cf1fcc0, groups=[Ljava.lang.Class;@5269efc6}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@7cf1fcc0, groups=[Ljava.lang.Class;@5269efc6}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@277aee4a, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@541e0199, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@277aee4a, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@541e0199, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@4411dfd5, regexp=.*, groups=[Ljava.lang.Class;@4eb4491a, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@3e4cf638}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@4411dfd5, regexp=.*, groups=[Ljava.lang.Class;@4eb4491a, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@3e4cf638}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@75196e26, groups=[Ljava.lang.Class;@19090506}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@75196e26, groups=[Ljava.lang.Class;@19090506}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@bc9c8bf, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@351fefbe, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@bc9c8bf, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@351fefbe, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=([0-9]{3}[.]?[0-9]{3}[.]?[0-9]{3}-[0-9]{2})|([0-9]{11}), groups=[Ljava.lang.Class;@4a05b00f, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@f4c15c0}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=([0-9]{3}[.]?[0-9]{3}[.]?[0-9]{3}-[0-9]{2})|([0-9]{11}), groups=[Ljava.lang.Class;@4a05b00f, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@f4c15c0}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!000\.000\.000-00).)*$, groups=[Ljava.lang.Class;@5e79fa97, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@391bbc9f}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!000\.000\.000-00).)*$, groups=[Ljava.lang.Class;@5e79fa97, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@391bbc9f}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!999\.999\.999-99).)*$, groups=[Ljava.lang.Class;@6dc832c5, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@4989a16}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^(?:(?!999\.999\.999-99).)*$, groups=[Ljava.lang.Class;@6dc832c5, message={javax.validation.constraints.Pattern.message}, payload=[Ljava.lang.Class;@4989a16}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@3665d246, modType=MOD11, endIndex=9, multiplier=10, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@1a978055, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=9}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@3665d246, modType=MOD11, endIndex=9, multiplier=10, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@1a978055, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=9}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@2a08fa6, modType=MOD11, endIndex=10, multiplier=11, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@1acf8a56, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=10}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:437 - Adding composing constraint: ConstraintDescriptorImpl{annotation=org.hibernate.validator.constraints.ModCheck, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={startIndex=0, payload=[Ljava.lang.Class;@2a08fa6, modType=MOD11, endIndex=10, multiplier=11, ignoreNonDigitCharacters=true, groups=[Ljava.lang.Class;@1acf8a56, message={org.hibernate.validator.constraints.ModCheck.message}, checkDigitPosition=10}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^\(\d{2}\)\d{8,9}$, groups=[Ljava.lang.Class;@19cf0cef, message={invalidPhone}, payload=[Ljava.lang.Class;@1f947dcf}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^\(\d{2}\)\d{8,9}$, groups=[Ljava.lang.Class;@19cf0cef, message={invalidPhone}, payload=[Ljava.lang.Class;@1f947dcf}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^\(\d{2}\)\d{8,9}$, groups=[Ljava.lang.Class;@246d2daa, message={invalidPhone}, payload=[Ljava.lang.Class;@4524f5bc}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^\(\d{2}\)\d{8,9}$, groups=[Ljava.lang.Class;@246d2daa, message={invalidPhone}, payload=[Ljava.lang.Class;@4524f5bc}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^\(\d{2}\)\d{8,9}$, groups=[Ljava.lang.Class;@51668139, message={invalidPhone}, payload=[Ljava.lang.Class;@3c7fedc5}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Pattern, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={flags=[Ljavax.validation.constraints.Pattern$Flag;@6059f05b, regexp=^\(\d{2}\)\d{8,9}$, groups=[Ljava.lang.Class;@51668139, message={invalidPhone}, payload=[Ljava.lang.Class;@3c7fedc5}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface br.com.flexait.sorricred.domain.model.person.EditUserGroup], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@1a84b5fe, groups=[Ljava.lang.Class;@7f0e80de}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface br.com.flexait.sorricred.domain.model.person.EditUserGroup], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@1a84b5fe, groups=[Ljava.lang.Class;@7f0e80de}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface br.com.flexait.sorricred.domain.model.person.EditUserGroup], attributes={groups=[Ljava.lang.Class;@129a300d, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@2d0e4ce5, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface br.com.flexait.sorricred.domain.model.person.EditUserGroup], attributes={groups=[Ljava.lang.Class;@129a300d, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@2d0e4ce5, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@201f9e1e, groups=[Ljava.lang.Class;@6a93b3ec}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@201f9e1e, groups=[Ljava.lang.Class;@6a93b3ec}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@4007eb8b, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@9b184c3, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@4007eb8b, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@9b184c3, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@72d9cb2b, groups=[Ljava.lang.Class;@8010d87}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@72d9cb2b, groups=[Ljava.lang.Class;@8010d87}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@5e5fe7cc, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@7f0f29a0, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@5e5fe7cc, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@7f0f29a0, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@2c073ac, groups=[Ljava.lang.Class;@912b4cc}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={message={javax.validation.constraints.NotNull.message}, payload=[Ljava.lang.Class;@2c073ac, groups=[Ljava.lang.Class;@912b4cc}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@78db6e20, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@79872f84, max=2147483647}}.
2015-03-13 09:31:01 DEBUG ConstraintDescriptorImpl:427 - Adding composing constraint: ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size, payloads=[], hasComposingConstraints=true, isReportAsSingleInvalidConstraint=false, elementType=FIELD, definedOn=DEFINED_LOCALLY, groups=[interface javax.validation.groups.Default], attributes={groups=[Ljava.lang.Class;@78db6e20, min=1, message={javax.validation.constraints.Size.message}, payload=[Ljava.lang.Class;@79872f84, max=2147483647}}.
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG DefaultIdentifierGeneratorFactory:107 - Setting dialect [org.hibernate.dialect.Oracle10gDialect]
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.account.Account
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.account.Account
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Account where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Account where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select account_.id, account_.accountType as accountT2_0_, account_.agency as agency3_0_, account_.bank_id as bank_id7_0_, account_.dvAccount as dvAccoun4_0_, account_.dvAgency as dvAgency5_0_, account_.numero as numero6_0_ from Account account_ where account_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select account_.id, account_.accountType as accountT2_0_, account_.agency as agency3_0_, account_.bank_id as bank_id7_0_, account_.dvAccount as dvAccoun4_0_, account_.dvAgency as dvAgency5_0_, account_.numero as numero6_0_ from Account account_ where account_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Account (accountType, agency, bank_id, dvAccount, dvAgency, numero, id) values (?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Account (accountType, agency, bank_id, dvAccount, dvAgency, numero, id) values (?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Account set accountType=?, agency=?, bank_id=?, dvAccount=?, dvAgency=?, numero=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Account set accountType=?, agency=?, bank_id=?, dvAccount=?, dvAgency=?, numero=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Account where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Account where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.Neighborhood
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.Neighborhood
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Neighborhood where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Neighborhood where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select neighborho_.id, neighborho_.city_id as city_id3_14_, neighborho_.name as name2_14_ from Neighborhood neighborho_ where neighborho_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select neighborho_.id, neighborho_.city_id as city_id3_14_, neighborho_.name as name2_14_ from Neighborhood neighborho_ where neighborho_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Neighborhood (city_id, name, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Neighborhood (city_id, name, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Neighborhood set city_id=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Neighborhood set city_id=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Neighborhood where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Neighborhood where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.upload.Upload
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Upload where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Upload where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select upload_.id, upload_.contentSize as contentS2_22_, upload_.created as created3_22_, upload_.hash as hash4_22_, upload_.name as name5_22_, upload_.type as type6_22_ from Upload upload_ where upload_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select upload_.id, upload_.contentSize as contentS2_22_, upload_.created as created3_22_, upload_.hash as hash4_22_, upload_.name as name5_22_, upload_.type as type6_22_ from Upload upload_ where upload_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Upload (contentSize, created, hash, name, type, id) values (?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Upload (contentSize, created, hash, name, type, id) values (?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Upload set contentSize=?, created=?, hash=?, name=?, type=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Upload set contentSize=?, created=?, hash=?, name=?, type=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Upload where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Upload where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.sale.ItemForSale
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.sale.ItemForSale
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ItemForSale where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ItemForSale where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select itemforsal_.id, itemforsal_.product_id as product_2_11_, itemforsal_.sale_id as sale_id3_11_ from ItemForSale itemforsal_ where itemforsal_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select itemforsal_.id, itemforsal_.product_id as product_2_11_, itemforsal_.sale_id as sale_id3_11_ from ItemForSale itemforsal_ where itemforsal_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ItemForSale (product_id, sale_id, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ItemForSale (product_id, sale_id, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ItemForSale set product_id=?, sale_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ItemForSale set product_id=?, sale_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ItemForSale where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ItemForSale where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.product.Plan
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.product.Plan
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Plan where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Plan where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select plan_.id, plan_.accession as accessio2_16_, plan_.byReferralBonus as byReferr3_16_, plan_.monthlyParticipation as monthlyP4_16_, plan_.monthlyPayment as monthlyP5_16_, plan_.name as name6_16_, plan_.shortage as shortage7_16_, plan_.statusSocialProject as statusSo8_16_ from Plan plan_ where plan_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select plan_.id, plan_.accession as accessio2_16_, plan_.byReferralBonus as byReferr3_16_, plan_.monthlyParticipation as monthlyP4_16_, plan_.monthlyPayment as monthlyP5_16_, plan_.name as name6_16_, plan_.shortage as shortage7_16_, plan_.statusSocialProject as statusSo8_16_ from Plan plan_ where plan_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Plan (accession, byReferralBonus, monthlyParticipation, monthlyPayment, name, shortage, statusSocialProject, id) values (?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Plan (accession, byReferralBonus, monthlyParticipation, monthlyPayment, name, shortage, statusSocialProject, id) values (?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Plan set accession=?, byReferralBonus=?, monthlyParticipation=?, monthlyPayment=?, name=?, shortage=?, statusSocialProject=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Plan set accession=?, byReferralBonus=?, monthlyParticipation=?, monthlyPayment=?, name=?, shortage=?, statusSocialProject=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Plan where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Plan where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.City
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from City where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from City where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select city_.id, city_.name as name2_5_, city_.state_id as state_id3_5_ from City city_ where city_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select city_.id, city_.name as name2_5_, city_.state_id as state_id3_5_ from City city_ where city_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into City (name, state_id, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into City (name, state_id, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update City set name=?, state_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update City set name=?, state_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from City where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from City where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.Blacklist
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.Blacklist
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Blacklist where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Blacklist where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select blacklist_.id, blacklist_.cpf as cpf2_3_, blacklist_.email as email3_3_, blacklist_.name as name4_3_, blacklist_.rg as rg5_3_ from Blacklist blacklist_ where blacklist_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select blacklist_.id, blacklist_.cpf as cpf2_3_, blacklist_.email as email3_3_, blacklist_.name as name4_3_, blacklist_.rg as rg5_3_ from Blacklist blacklist_ where blacklist_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Blacklist (cpf, email, name, rg, id) values (?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Blacklist (cpf, email, name, rg, id) values (?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Blacklist set cpf=?, email=?, name=?, rg=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Blacklist set cpf=?, email=?, name=?, rg=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Blacklist where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Blacklist where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.Country
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.Country
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Country where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Country where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select country_.id, country_.abbreviation as abbrevia2_9_, country_.name as name3_9_ from Country country_ where country_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select country_.id, country_.abbreviation as abbrevia2_9_, country_.name as name3_9_ from Country country_ where country_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Country (abbreviation, name, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Country (abbreviation, name, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Country set abbreviation=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Country set abbreviation=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Country where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Country where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.ContractUser
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ContractUser where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ContractUser where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select contractus_.id, contractus_.active as active2_8_, contractus_.endDate as endDate3_8_, contractus_.plan_id as plan_id5_8_, contractus_.startDate as startDat4_8_, contractus_.user_id as user_id6_8_ from ContractUser contractus_ where contractus_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select contractus_.id, contractus_.active as active2_8_, contractus_.endDate as endDate3_8_, contractus_.plan_id as plan_id5_8_, contractus_.startDate as startDat4_8_, contractus_.user_id as user_id6_8_ from ContractUser contractus_ where contractus_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ContractUser (active, endDate, plan_id, startDate, user_id, id) values (?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ContractUser (active, endDate, plan_id, startDate, user_id, id) values (?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ContractUser set active=?, endDate=?, plan_id=?, startDate=?, user_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ContractUser set active=?, endDate=?, plan_id=?, startDate=?, user_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ContractUser where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ContractUser where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Bonus where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Bonus where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select bonus_.id, bonus_.addeduser_id as addeduse8_4_, bonus_.destuser_id as destuser9_4_, bonus_.sourceuser_id as sourceu10_4_, bonus_.bonusStatus as bonusSta2_4_, bonus_.creationDate as creation3_4_, bonus_.levelbonusgenerated as levelbon4_4_, bonus_.payDate as payDate5_4_, bonus_.releaseDate as releaseD6_4_, bonus_.value as value7_4_ from Bonus bonus_ where bonus_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select bonus_.id, bonus_.addeduser_id as addeduse8_4_, bonus_.destuser_id as destuser9_4_, bonus_.sourceuser_id as sourceu10_4_, bonus_.bonusStatus as bonusSta2_4_, bonus_.creationDate as creation3_4_, bonus_.levelbonusgenerated as levelbon4_4_, bonus_.payDate as payDate5_4_, bonus_.releaseDate as releaseD6_4_, bonus_.value as value7_4_ from Bonus bonus_ where bonus_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Bonus (addeduser_id, destuser_id, sourceuser_id, bonusStatus, creationDate, levelbonusgenerated, payDate, releaseDate, value, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Bonus (addeduser_id, destuser_id, sourceuser_id, bonusStatus, creationDate, levelbonusgenerated, payDate, releaseDate, value, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Bonus set addeduser_id=?, destuser_id=?, sourceuser_id=?, bonusStatus=?, creationDate=?, levelbonusgenerated=?, payDate=?, releaseDate=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Bonus set addeduser_id=?, destuser_id=?, sourceuser_id=?, bonusStatus=?, creationDate=?, levelbonusgenerated=?, payDate=?, releaseDate=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Bonus where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Bonus where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.payment.Transaction
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.payment.Transaction
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Transaction where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Transaction where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select transactio_.id, transactio_.installmentQuantity as installm2_20_, transactio_.itemsQuantity as itemsQua3_20_, transactio_.paymentType as paymentT4_20_, transactio_.reference as referenc5_20_, transactio_.transactionDate as transact6_20_, transactio_.transactionId as transact7_20_, transactio_.transactionStatus as transact8_20_ from Transaction transactio_ where transactio_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select transactio_.id, transactio_.installmentQuantity as installm2_20_, transactio_.itemsQuantity as itemsQua3_20_, transactio_.paymentType as paymentT4_20_, transactio_.reference as referenc5_20_, transactio_.transactionDate as transact6_20_, transactio_.transactionId as transact7_20_, transactio_.transactionStatus as transact8_20_ from Transaction transactio_ where transactio_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Transaction (installmentQuantity, itemsQuantity, paymentType, reference, transactionDate, transactionId, transactionStatus, id) values (?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Transaction (installmentQuantity, itemsQuantity, paymentType, reference, transactionDate, transactionId, transactionStatus, id) values (?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Transaction set installmentQuantity=?, itemsQuantity=?, paymentType=?, reference=?, transactionDate=?, transactionId=?, transactionStatus=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Transaction set installmentQuantity=?, itemsQuantity=?, paymentType=?, reference=?, transactionDate=?, transactionId=?, transactionStatus=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Transaction where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Transaction where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ManualPaymentHistory where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ManualPaymentHistory where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select manualpaym_.id, manualpaym_.user_id as user_id3_12_ from ManualPaymentHistory manualpaym_ where manualpaym_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select manualpaym_.id, manualpaym_.user_id as user_id3_12_ from ManualPaymentHistory manualpaym_ where manualpaym_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ManualPaymentHistory (dateEvent, user_id, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ManualPaymentHistory (dateEvent, user_id, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ManualPaymentHistory set user_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ManualPaymentHistory set user_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ManualPaymentHistory where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ManualPaymentHistory where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.Config
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.Config
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Config where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Config where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select config_.id, config_.configKey as configKe2_6_, config_.configType as configTy3_6_, config_.value as value4_6_ from Config config_ where config_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select config_.id, config_.configKey as configKe2_6_, config_.configType as configTy3_6_, config_.value as value4_6_ from Config config_ where config_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Config (configKey, configType, value, id) values (?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Config (configKey, configType, value, id) values (?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Config set configKey=?, configType=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Config set configKey=?, configType=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Config where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Config where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.State
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from State where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from State where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select state_.id, state_.abbreviation as abbrevia2_19_, state_.country_id as country_4_19_, state_.name as name3_19_ from State state_ where state_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select state_.id, state_.abbreviation as abbrevia2_19_, state_.country_id as country_4_19_, state_.name as name3_19_ from State state_ where state_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into State (abbreviation, country_id, name, id) values (?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into State (abbreviation, country_id, name, id) values (?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update State set abbreviation=?, country_id=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update State set abbreviation=?, country_id=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from State where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from State where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.Needy
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.Needy
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Needy where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Needy where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select needy_.id, needy_.address_id as address_6_13_, needy_.birthday as birthday2_13_, needy_.name as name3_13_, needy_.observation as observat4_13_, needy_.phone as phone5_13_, needy_.upload_id as upload_i7_13_ from Needy needy_ where needy_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select needy_.id, needy_.address_id as address_6_13_, needy_.birthday as birthday2_13_, needy_.name as name3_13_, needy_.observation as observat4_13_, needy_.phone as phone5_13_, needy_.upload_id as upload_i7_13_ from Needy needy_ where needy_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Needy (address_id, birthday, name, observation, phone, upload_id, id) values (?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Needy (address_id, birthday, name, observation, phone, upload_id, id) values (?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Needy set address_id=?, birthday=?, name=?, observation=?, phone=?, upload_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Needy set address_id=?, birthday=?, name=?, observation=?, phone=?, upload_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Needy where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Needy where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.address.Address
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Address where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Address where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select address_.id, address_.address as address2_1_, address_.addressNumber as addressN3_1_, address_.cep as cep4_1_, address_.city_id as city_id8_1_, address_.complement as compleme5_1_, address_.neighborhood as neighbor6_1_, address_.referencePoint as referenc7_1_, address_.state_id as state_id9_1_ from Address address_ where address_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select address_.id, address_.address as address2_1_, address_.addressNumber as addressN3_1_, address_.cep as cep4_1_, address_.city_id as city_id8_1_, address_.complement as compleme5_1_, address_.neighborhood as neighbor6_1_, address_.referencePoint as referenc7_1_, address_.state_id as state_id9_1_ from Address address_ where address_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Address (address, addressNumber, cep, city_id, complement, neighborhood, referencePoint, state_id, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Address (address, addressNumber, cep, city_id, complement, neighborhood, referencePoint, state_id, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Address set address=?, addressNumber=?, cep=?, city_id=?, complement=?, neighborhood=?, referencePoint=?, state_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Address set address=?, addressNumber=?, cep=?, city_id=?, complement=?, neighborhood=?, referencePoint=?, state_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Address where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Address where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.User
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Users where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Users where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select user_.id, user_.account_id as account20_23_, user_.address_id as address21_23_, user_.birthDate as birthDat2_23_, user_.celular as celular3_23_, user_.celular2 as celular4_23_, user_.cpf as cpf5_23_, user_.email as email6_23_, user_.inactive as inactive7_23_, user_.indicator_id as indicat22_23_, user_.maritalStatus as maritalS8_23_, user_.name as name9_23_, user_.parent_id as parent_23_23_, user_.password as passwor10_23_, user_.phone as phone11_23_, user_.phoneComercial as phoneCo12_23_, user_.readOnly as readOnl13_23_, user_.registrationDate as registr14_23_, user_.rg as rg15_23_, user_.sectionVoterRegistration as section16_23_, user_.statusPayment as statusP17_23_, user_.voterRegistration as voterRe18_23_, user_.zoneVoterRegistration as zoneVot19_23_ from Users user_ where user_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select user_.id, user_.account_id as account20_23_, user_.address_id as address21_23_, user_.birthDate as birthDat2_23_, user_.celular as celular3_23_, user_.celular2 as celular4_23_, user_.cpf as cpf5_23_, user_.email as email6_23_, user_.inactive as inactive7_23_, user_.indicator_id as indicat22_23_, user_.maritalStatus as maritalS8_23_, user_.name as name9_23_, user_.parent_id as parent_23_23_, user_.password as passwor10_23_, user_.phone as phone11_23_, user_.phoneComercial as phoneCo12_23_, user_.readOnly as readOnl13_23_, user_.registrationDate as registr14_23_, user_.rg as rg15_23_, user_.sectionVoterRegistration as section16_23_, user_.statusPayment as statusP17_23_, user_.voterRegistration as voterRe18_23_, user_.zoneVoterRegistration as zoneVot19_23_ from Users user_ where user_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Users (account_id, address_id, birthDate, celular, celular2, cpf, email, inactive, indicator_id, maritalStatus, name, parent_id, password, phone, phoneComercial, readOnly, registrationDate, rg, sectionVoterRegistration, statusPayment, voterRegistration, zoneVoterRegistration, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Users (account_id, address_id, birthDate, celular, celular2, cpf, email, inactive, indicator_id, maritalStatus, name, parent_id, password, phone, phoneComercial, readOnly, registrationDate, rg, sectionVoterRegistration, statusPayment, voterRegistration, zoneVoterRegistration, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Users set account_id=?, address_id=?, birthDate=?, celular=?, celular2=?, cpf=?, email=?, inactive=?, indicator_id=?, maritalStatus=?, name=?, parent_id=?, password=?, phone=?, phoneComercial=?, readOnly=?, registrationDate=?, rg=?, sectionVoterRegistration=?, statusPayment=?, voterRegistration=?, zoneVoterRegistration=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Users set account_id=?, address_id=?, birthDate=?, celular=?, celular2=?, cpf=?, email=?, inactive=?, indicator_id=?, maritalStatus=?, name=?, parent_id=?, password=?, phone=?, phoneComercial=?, readOnly=?, registrationDate=?, rg=?, sectionVoterRegistration=?, statusPayment=?, voterRegistration=?, zoneVoterRegistration=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Users where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Users where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.upload.ContentFile
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.upload.ContentFile
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ContentFile where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from ContentFile where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select contentfil_.id, contentfil_.content as content2_7_, contentfil_.upload_id as upload_i3_7_ from ContentFile contentfil_ where contentfil_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select contentfil_.id, contentfil_.content as content2_7_, contentfil_.upload_id as upload_i3_7_ from ContentFile contentfil_ where contentfil_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ContentFile (upload_id, id, content) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into ContentFile (upload_id, id, content) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ContentFile set upload_id=?, content=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update ContentFile set upload_id=?, content=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ContentFile where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from ContentFile where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.sale.Sale
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Sale where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Sale where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select sale_.id, sale_.dateSale as dateSale2_18_, sale_.user_id as user_id4_18_, sale_.value as value3_18_ from Sale sale_ where sale_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select sale_.id, sale_.dateSale as dateSale2_18_, sale_.user_id as user_id4_18_, sale_.value as value3_18_ from Sale sale_ where sale_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Sale (dateSale, user_id, value, id) values (?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Sale (dateSale, user_id, value, id) values (?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Sale set dateSale=?, user_id=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Sale set dateSale=?, user_id=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Sale where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Sale where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.payment.Payment
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.payment.Payment
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Payment where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Payment where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select payment_.id, payment_.description as descript3_15_, payment_.feeAccession as feeAcces5_15_, payment_.installmentNumber as installm6_15_, payment_.observation as observat7_15_, payment_.paymentDate as paymentD8_15_, payment_.sale_id as sale_id11_15_, payment_.status as status9_15_, payment_.transaction_id as transac12_15_, payment_.user_id as user_id13_15_, payment_.value as value10_15_ from Payment payment_ where payment_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select payment_.id, payment_.description as descript3_15_, payment_.feeAccession as feeAcces5_15_, payment_.installmentNumber as installm6_15_, payment_.observation as observat7_15_, payment_.paymentDate as paymentD8_15_, payment_.sale_id as sale_id11_15_, payment_.status as status9_15_, payment_.transaction_id as transac12_15_, payment_.user_id as user_id13_15_, payment_.value as value10_15_ from Payment payment_ where payment_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Payment (creationDate, description, expirationDate, feeAccession, installmentNumber, observation, paymentDate, sale_id, status, transaction_id, user_id, value, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Payment (creationDate, description, expirationDate, feeAccession, installmentNumber, observation, paymentDate, sale_id, status, transaction_id, user_id, value, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Payment set description=?, feeAccession=?, installmentNumber=?, observation=?, paymentDate=?, sale_id=?, status=?, transaction_id=?, user_id=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Payment set description=?, feeAccession=?, installmentNumber=?, observation=?, paymentDate=?, sale_id=?, status=?, transaction_id=?, user_id=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Payment where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Payment where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.account.Bank
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.account.Bank
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Bank where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Bank where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select bank_.id, bank_.codigo as codigo2_2_, bank_.name as name3_2_ from Bank bank_ where bank_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select bank_.id, bank_.codigo as codigo2_2_, bank_.name as name3_2_ from Bank bank_ where bank_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Bank (codigo, name, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Bank (codigo, name, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Bank set codigo=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Bank set codigo=?, name=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Bank where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Bank where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.Dependent
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.Dependent
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Dependent where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Dependent where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select dependent_.id, dependent_.birthDate as birthDat2_10_, dependent_.kinshipGrade as kinshipG3_10_, dependent_.name as name4_10_, dependent_.responsible_id as responsi5_10_ from Dependent dependent_ where dependent_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select dependent_.id, dependent_.birthDate as birthDat2_10_, dependent_.kinshipGrade as kinshipG3_10_, dependent_.name as name4_10_, dependent_.responsible_id as responsi5_10_ from Dependent dependent_ where dependent_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Dependent (birthDate, kinshipGrade, name, responsible_id, id) values (?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Dependent (birthDate, kinshipGrade, name, responsible_id, id) values (?, ?, ?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Dependent set birthDate=?, kinshipGrade=?, name=?, responsible_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Dependent set birthDate=?, kinshipGrade=?, name=?, responsible_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Dependent where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Dependent where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.TypeUser
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.person.TypeUser
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from TypeUser where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from TypeUser where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select typeuser_.id, typeuser_.description as descript2_21_, typeuser_.environmentUser as environm3_21_ from TypeUser typeuser_ where typeuser_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select typeuser_.id, typeuser_.description as descript2_21_, typeuser_.environmentUser as environm3_21_ from TypeUser typeuser_ where typeuser_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into TypeUser (description, environmentUser, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into TypeUser (description, environmentUser, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update TypeUser set description=?, environmentUser=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update TypeUser set description=?, environmentUser=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from TypeUser where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from TypeUser where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3606 - Static SQL for entity: br.com.flexait.sorricred.domain.model.product.Product
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Product where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3611 - Version select: select id from Product where id =?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select product_.id, product_.name as name2_17_, product_.value as value3_17_ from Product product_ where product_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3614 - Snapshot select: select product_.id, product_.name as name2_17_, product_.value as value3_17_ from Product product_ where product_.id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Product (name, value, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3617 - Insert 0: insert into Product (name, value, id) values (?, ?, ?)
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Product set name=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3618 - Update 0: update Product set name=?, value=? where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Product where id=?
2015-03-13 09:31:01 DEBUG AbstractEntityPersister:3619 - Delete 0: delete from Product where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.ContractUser.products
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: insert into contractuserproduct (contractuser_id, product_id) values (?, ?)
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: insert into contractuserproduct (contractuser_id, product_id) values (?, ?)
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update contractuserproduct set product_id=? where contractuser_id=? and product_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update contractuserproduct set product_id=? where contractuser_id=? and product_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: delete from contractuserproduct where contractuser_id=? and product_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: delete from contractuserproduct where contractuser_id=? and product_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: delete from contractuserproduct where contractuser_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: delete from contractuserproduct where contractuser_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.types
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: insert into typeuser_user (user_id, typeuser_id) values (?, ?)
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: insert into typeuser_user (user_id, typeuser_id) values (?, ?)
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update typeuser_user set typeuser_id=? where user_id=? and typeuser_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update typeuser_user set typeuser_id=? where user_id=? and typeuser_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: delete from typeuser_user where user_id=? and typeuser_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: delete from typeuser_user where user_id=? and typeuser_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: delete from typeuser_user where user_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: delete from typeuser_user where user_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.dependents
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.dependents
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update Dependent set responsible_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update Dependent set responsible_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update Dependent set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update Dependent set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update Dependent set responsible_id=null where responsible_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update Dependent set responsible_id=null where responsible_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update Dependent set responsible_id=null where responsible_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update Dependent set responsible_id=null where responsible_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.sale.Sale.items
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.sale.Sale.items
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update ItemForSale set sale_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update ItemForSale set sale_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update ItemForSale set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update ItemForSale set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update ItemForSale set sale_id=null where sale_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update ItemForSale set sale_id=null where sale_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update ItemForSale set sale_id=null where sale_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update ItemForSale set sale_id=null where sale_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.children
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.children
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update Users set parent_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update Users set parent_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update Users set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update Users set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update Users set parent_id=null where parent_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update Users set parent_id=null where parent_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update Users set parent_id=null where parent_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update Users set parent_id=null where parent_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.contracts
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:665 - Static SQL for collection: br.com.flexait.sorricred.domain.model.person.User.contracts
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update ContractUser set user_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:666 - Row insert: update ContractUser set user_id=? where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update ContractUser set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:667 - Row update: update ContractUser set where id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update ContractUser set user_id=null where user_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:668 - Row delete: update ContractUser set user_id=null where user_id=? and id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update ContractUser set user_id=null where user_id=?
2015-03-13 09:31:01 DEBUG AbstractCollectionPersister:669 - One-shot delete: update ContractUser set user_id=null where user_id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [NONE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [NONE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [READ]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [READ]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [UPGRADE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [UPGRADE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [UPGRADE_NOWAIT]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [UPGRADE_NOWAIT]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [FORCE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [FORCE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [PESSIMISTIC_READ]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [PESSIMISTIC_READ]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [PESSIMISTIC_WRITE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [PESSIMISTIC_WRITE]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [PESSIMISTIC_FORCE_INCREMENT]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [PESSIMISTIC_FORCE_INCREMENT]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [OPTIMISTIC]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [OPTIMISTIC]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [OPTIMISTIC_FORCE_INCREMENT]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Account [OPTIMISTIC_FORCE_INCREMENT]: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.account.Account: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.account.Account: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.account.Account: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.account.Account: select account0_.id as id1_0_0_, account0_.accountType as accountT2_0_0_, account0_.agency as agency3_0_0_, account0_.bank_id as bank_id7_0_0_, account0_.dvAccount as dvAccoun4_0_0_, account0_.dvAgency as dvAgency5_0_0_, account0_.numero as numero6_0_0_ from Account account0_ where account0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [NONE]: select neighborho0_.id as id1_14_2_, neighborho0_.city_id as city_id3_14_2_, neighborho0_.name as name2_14_2_, city1_.id as id1_5_0_, city1_.name as name2_5_0_, city1_.state_id as state_id3_5_0_, state2_.id as id1_19_1_, state2_.abbreviation as abbrevia2_19_1_, state2_.country_id as country_4_19_1_, state2_.name as name3_19_1_ from Neighborhood neighborho0_ inner join City city1_ on neighborho0_.city_id=city1_.id left outer join State state2_ on city1_.state_id=state2_.id where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [NONE]: select neighborho0_.id as id1_14_2_, neighborho0_.city_id as city_id3_14_2_, neighborho0_.name as name2_14_2_, city1_.id as id1_5_0_, city1_.name as name2_5_0_, city1_.state_id as state_id3_5_0_, state2_.id as id1_19_1_, state2_.abbreviation as abbrevia2_19_1_, state2_.country_id as country_4_19_1_, state2_.name as name3_19_1_ from Neighborhood neighborho0_ inner join City city1_ on neighborho0_.city_id=city1_.id left outer join State state2_ on city1_.state_id=state2_.id where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [READ]: select neighborho0_.id as id1_14_2_, neighborho0_.city_id as city_id3_14_2_, neighborho0_.name as name2_14_2_, city1_.id as id1_5_0_, city1_.name as name2_5_0_, city1_.state_id as state_id3_5_0_, state2_.id as id1_19_1_, state2_.abbreviation as abbrevia2_19_1_, state2_.country_id as country_4_19_1_, state2_.name as name3_19_1_ from Neighborhood neighborho0_ inner join City city1_ on neighborho0_.city_id=city1_.id left outer join State state2_ on city1_.state_id=state2_.id where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [READ]: select neighborho0_.id as id1_14_2_, neighborho0_.city_id as city_id3_14_2_, neighborho0_.name as name2_14_2_, city1_.id as id1_5_0_, city1_.name as name2_5_0_, city1_.state_id as state_id3_5_0_, state2_.id as id1_19_1_, state2_.abbreviation as abbrevia2_19_1_, state2_.country_id as country_4_19_1_, state2_.name as name3_19_1_ from Neighborhood neighborho0_ inner join City city1_ on neighborho0_.city_id=city1_.id left outer join State state2_ on city1_.state_id=state2_.id where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [UPGRADE]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [UPGRADE]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [UPGRADE_NOWAIT]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [UPGRADE_NOWAIT]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [FORCE]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [FORCE]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [PESSIMISTIC_READ]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [PESSIMISTIC_READ]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [PESSIMISTIC_WRITE]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [PESSIMISTIC_WRITE]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [PESSIMISTIC_FORCE_INCREMENT]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [PESSIMISTIC_FORCE_INCREMENT]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [OPTIMISTIC]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [OPTIMISTIC]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [OPTIMISTIC_FORCE_INCREMENT]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Neighborhood [OPTIMISTIC_FORCE_INCREMENT]: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.Neighborhood: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.Neighborhood: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.Neighborhood: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.Neighborhood: select neighborho0_.id as id1_14_0_, neighborho0_.city_id as city_id3_14_0_, neighborho0_.name as name2_14_0_ from Neighborhood neighborho0_ where neighborho0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [NONE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [NONE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [READ]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [READ]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [UPGRADE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [UPGRADE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [UPGRADE_NOWAIT]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [UPGRADE_NOWAIT]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [FORCE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [FORCE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [PESSIMISTIC_READ]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [PESSIMISTIC_READ]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [PESSIMISTIC_WRITE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [PESSIMISTIC_WRITE]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [PESSIMISTIC_FORCE_INCREMENT]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [PESSIMISTIC_FORCE_INCREMENT]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [OPTIMISTIC]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [OPTIMISTIC]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [OPTIMISTIC_FORCE_INCREMENT]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.Upload [OPTIMISTIC_FORCE_INCREMENT]: select upload0_.id as id1_22_0_, upload0_.contentSize as contentS2_22_0_, upload0_.created as created3_22_0_, upload0_.hash as hash4_22_0_, upload0_.name as name5_22_0_, upload0_.type as type6_22_0_ from Upload upload0_ where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.upload.Upload: select upload0_.id as id1_22_1_, upload0_.contentSize as contentS2_22_1_, upload0_.created as created3_22_1_, upload0_.hash as hash4_22_1_, upload0_.name as name5_22_1_, upload0_.type as type6_22_1_, contentfil1_.id as id1_7_0_, contentfil1_.content as content2_7_0_, contentfil1_.upload_id as upload_i3_7_0_ from Upload upload0_ left outer join ContentFile contentfil1_ on upload0_.id=contentfil1_.upload_id where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.upload.Upload: select upload0_.id as id1_22_1_, upload0_.contentSize as contentS2_22_1_, upload0_.created as created3_22_1_, upload0_.hash as hash4_22_1_, upload0_.name as name5_22_1_, upload0_.type as type6_22_1_, contentfil1_.id as id1_7_0_, contentfil1_.content as content2_7_0_, contentfil1_.upload_id as upload_i3_7_0_ from Upload upload0_ left outer join ContentFile contentfil1_ on upload0_.id=contentfil1_.upload_id where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.upload.Upload: select upload0_.id as id1_22_1_, upload0_.contentSize as contentS2_22_1_, upload0_.created as created3_22_1_, upload0_.hash as hash4_22_1_, upload0_.name as name5_22_1_, upload0_.type as type6_22_1_, contentfil1_.id as id1_7_0_, contentfil1_.content as content2_7_0_, contentfil1_.upload_id as upload_i3_7_0_ from Upload upload0_ left outer join ContentFile contentfil1_ on upload0_.id=contentfil1_.upload_id where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.upload.Upload: select upload0_.id as id1_22_1_, upload0_.contentSize as contentS2_22_1_, upload0_.created as created3_22_1_, upload0_.hash as hash4_22_1_, upload0_.name as name5_22_1_, upload0_.type as type6_22_1_, contentfil1_.id as id1_7_0_, contentfil1_.content as content2_7_0_, contentfil1_.upload_id as upload_i3_7_0_ from Upload upload0_ left outer join ContentFile contentfil1_ on upload0_.id=contentfil1_.upload_id where upload0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [NONE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [NONE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [READ]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [READ]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [UPGRADE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [UPGRADE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [UPGRADE_NOWAIT]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [UPGRADE_NOWAIT]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [FORCE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [FORCE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [PESSIMISTIC_READ]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [PESSIMISTIC_READ]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [PESSIMISTIC_WRITE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [PESSIMISTIC_WRITE]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [PESSIMISTIC_FORCE_INCREMENT]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [PESSIMISTIC_FORCE_INCREMENT]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [OPTIMISTIC]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [OPTIMISTIC]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [OPTIMISTIC_FORCE_INCREMENT]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.ItemForSale [OPTIMISTIC_FORCE_INCREMENT]: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.sale.ItemForSale: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.sale.ItemForSale: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.sale.ItemForSale: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.sale.ItemForSale: select itemforsal0_.id as id1_11_0_, itemforsal0_.product_id as product_2_11_0_, itemforsal0_.sale_id as sale_id3_11_0_ from ItemForSale itemforsal0_ where itemforsal0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [NONE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [NONE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [READ]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [READ]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [UPGRADE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [UPGRADE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [UPGRADE_NOWAIT]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [UPGRADE_NOWAIT]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [FORCE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [FORCE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [PESSIMISTIC_READ]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [PESSIMISTIC_READ]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [PESSIMISTIC_WRITE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [PESSIMISTIC_WRITE]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [PESSIMISTIC_FORCE_INCREMENT]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [PESSIMISTIC_FORCE_INCREMENT]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [OPTIMISTIC]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [OPTIMISTIC]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [OPTIMISTIC_FORCE_INCREMENT]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Plan [OPTIMISTIC_FORCE_INCREMENT]: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.product.Plan: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.product.Plan: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.product.Plan: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.product.Plan: select plan0_.id as id1_16_0_, plan0_.accession as accessio2_16_0_, plan0_.byReferralBonus as byReferr3_16_0_, plan0_.monthlyParticipation as monthlyP4_16_0_, plan0_.monthlyPayment as monthlyP5_16_0_, plan0_.name as name6_16_0_, plan0_.shortage as shortage7_16_0_, plan0_.statusSocialProject as statusSo8_16_0_ from Plan plan0_ where plan0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [NONE]: select city0_.id as id1_5_1_, city0_.name as name2_5_1_, city0_.state_id as state_id3_5_1_, state1_.id as id1_19_0_, state1_.abbreviation as abbrevia2_19_0_, state1_.country_id as country_4_19_0_, state1_.name as name3_19_0_ from City city0_ inner join State state1_ on city0_.state_id=state1_.id where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [NONE]: select city0_.id as id1_5_1_, city0_.name as name2_5_1_, city0_.state_id as state_id3_5_1_, state1_.id as id1_19_0_, state1_.abbreviation as abbrevia2_19_0_, state1_.country_id as country_4_19_0_, state1_.name as name3_19_0_ from City city0_ inner join State state1_ on city0_.state_id=state1_.id where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [READ]: select city0_.id as id1_5_1_, city0_.name as name2_5_1_, city0_.state_id as state_id3_5_1_, state1_.id as id1_19_0_, state1_.abbreviation as abbrevia2_19_0_, state1_.country_id as country_4_19_0_, state1_.name as name3_19_0_ from City city0_ inner join State state1_ on city0_.state_id=state1_.id where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [READ]: select city0_.id as id1_5_1_, city0_.name as name2_5_1_, city0_.state_id as state_id3_5_1_, state1_.id as id1_19_0_, state1_.abbreviation as abbrevia2_19_0_, state1_.country_id as country_4_19_0_, state1_.name as name3_19_0_ from City city0_ inner join State state1_ on city0_.state_id=state1_.id where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [UPGRADE]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [UPGRADE]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [UPGRADE_NOWAIT]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [UPGRADE_NOWAIT]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [FORCE]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [FORCE]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [PESSIMISTIC_READ]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [PESSIMISTIC_READ]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [PESSIMISTIC_WRITE]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [PESSIMISTIC_WRITE]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [PESSIMISTIC_FORCE_INCREMENT]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [PESSIMISTIC_FORCE_INCREMENT]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [OPTIMISTIC]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [OPTIMISTIC]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [OPTIMISTIC_FORCE_INCREMENT]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.City [OPTIMISTIC_FORCE_INCREMENT]: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.City: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.City: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.City: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.City: select city0_.id as id1_5_0_, city0_.name as name2_5_0_, city0_.state_id as state_id3_5_0_ from City city0_ where city0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [NONE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [NONE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [READ]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [READ]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [UPGRADE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [UPGRADE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [UPGRADE_NOWAIT]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [UPGRADE_NOWAIT]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [FORCE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [FORCE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [PESSIMISTIC_READ]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [PESSIMISTIC_READ]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [PESSIMISTIC_WRITE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [PESSIMISTIC_WRITE]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [PESSIMISTIC_FORCE_INCREMENT]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [PESSIMISTIC_FORCE_INCREMENT]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [OPTIMISTIC]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [OPTIMISTIC]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [OPTIMISTIC_FORCE_INCREMENT]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Blacklist [OPTIMISTIC_FORCE_INCREMENT]: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.Blacklist: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.Blacklist: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.Blacklist: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.Blacklist: select blacklist0_.id as id1_3_0_, blacklist0_.cpf as cpf2_3_0_, blacklist0_.email as email3_3_0_, blacklist0_.name as name4_3_0_, blacklist0_.rg as rg5_3_0_ from Blacklist blacklist0_ where blacklist0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [NONE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [NONE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [READ]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [READ]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [UPGRADE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [UPGRADE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [UPGRADE_NOWAIT]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [UPGRADE_NOWAIT]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [FORCE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [FORCE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [PESSIMISTIC_READ]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [PESSIMISTIC_READ]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [PESSIMISTIC_WRITE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [PESSIMISTIC_WRITE]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [PESSIMISTIC_FORCE_INCREMENT]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [PESSIMISTIC_FORCE_INCREMENT]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [OPTIMISTIC]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [OPTIMISTIC]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [OPTIMISTIC_FORCE_INCREMENT]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Country [OPTIMISTIC_FORCE_INCREMENT]: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.Country: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.Country: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.Country: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.Country: select country0_.id as id1_9_0_, country0_.abbreviation as abbrevia2_9_0_, country0_.name as name3_9_0_ from Country country0_ where country0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [NONE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [NONE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [READ]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [READ]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [UPGRADE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [UPGRADE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [UPGRADE_NOWAIT]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [UPGRADE_NOWAIT]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [FORCE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [FORCE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [PESSIMISTIC_READ]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [PESSIMISTIC_READ]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [PESSIMISTIC_WRITE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [PESSIMISTIC_WRITE]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [PESSIMISTIC_FORCE_INCREMENT]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [PESSIMISTIC_FORCE_INCREMENT]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [OPTIMISTIC]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [OPTIMISTIC]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [OPTIMISTIC_FORCE_INCREMENT]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.ContractUser [OPTIMISTIC_FORCE_INCREMENT]: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.ContractUser: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.ContractUser: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.ContractUser: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.ContractUser: select contractus0_.id as id1_8_0_, contractus0_.active as active2_8_0_, contractus0_.endDate as endDate3_8_0_, contractus0_.plan_id as plan_id5_8_0_, contractus0_.startDate as startDat4_8_0_, contractus0_.user_id as user_id6_8_0_ from ContractUser contractus0_ where contractus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [NONE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [NONE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [READ]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [READ]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [UPGRADE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [UPGRADE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [UPGRADE_NOWAIT]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [UPGRADE_NOWAIT]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [FORCE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [FORCE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [PESSIMISTIC_READ]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [PESSIMISTIC_READ]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [PESSIMISTIC_WRITE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [PESSIMISTIC_WRITE]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [PESSIMISTIC_FORCE_INCREMENT]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [PESSIMISTIC_FORCE_INCREMENT]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [OPTIMISTIC]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [OPTIMISTIC]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [OPTIMISTIC_FORCE_INCREMENT]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus [OPTIMISTIC_FORCE_INCREMENT]: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.bonuscontrol.Bonus: select bonus0_.id as id1_4_0_, bonus0_.addeduser_id as addeduse8_4_0_, bonus0_.destuser_id as destuser9_4_0_, bonus0_.sourceuser_id as sourceu10_4_0_, bonus0_.bonusStatus as bonusSta2_4_0_, bonus0_.creationDate as creation3_4_0_, bonus0_.levelbonusgenerated as levelbon4_4_0_, bonus0_.payDate as payDate5_4_0_, bonus0_.releaseDate as releaseD6_4_0_, bonus0_.value as value7_4_0_ from Bonus bonus0_ where bonus0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [NONE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [NONE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [READ]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [READ]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [UPGRADE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [UPGRADE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [UPGRADE_NOWAIT]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [UPGRADE_NOWAIT]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [FORCE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [FORCE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [PESSIMISTIC_READ]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [PESSIMISTIC_READ]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [PESSIMISTIC_WRITE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [PESSIMISTIC_WRITE]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [PESSIMISTIC_FORCE_INCREMENT]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [PESSIMISTIC_FORCE_INCREMENT]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [OPTIMISTIC]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [OPTIMISTIC]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [OPTIMISTIC_FORCE_INCREMENT]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Transaction [OPTIMISTIC_FORCE_INCREMENT]: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.payment.Transaction: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.payment.Transaction: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.payment.Transaction: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.payment.Transaction: select transactio0_.id as id1_20_0_, transactio0_.installmentQuantity as installm2_20_0_, transactio0_.itemsQuantity as itemsQua3_20_0_, transactio0_.paymentType as paymentT4_20_0_, transactio0_.reference as referenc5_20_0_, transactio0_.transactionDate as transact6_20_0_, transactio0_.transactionId as transact7_20_0_, transactio0_.transactionStatus as transact8_20_0_ from Transaction transactio0_ where transactio0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [NONE]: select manualpaym0_.id as id1_12_1_, manualpaym0_.dateEvent as dateEven2_12_1_, manualpaym0_.user_id as user_id3_12_1_, user1_.id as id1_23_0_, user1_.account_id as account20_23_0_, user1_.address_id as address21_23_0_, user1_.birthDate as birthDat2_23_0_, user1_.celular as celular3_23_0_, user1_.celular2 as celular4_23_0_, user1_.cpf as cpf5_23_0_, user1_.email as email6_23_0_, user1_.inactive as inactive7_23_0_, user1_.indicator_id as indicat22_23_0_, user1_.maritalStatus as maritalS8_23_0_, user1_.name as name9_23_0_, user1_.parent_id as parent_23_23_0_, user1_.password as passwor10_23_0_, user1_.phone as phone11_23_0_, user1_.phoneComercial as phoneCo12_23_0_, user1_.readOnly as readOnl13_23_0_, user1_.registrationDate as registr14_23_0_, user1_.rg as rg15_23_0_, user1_.sectionVoterRegistration as section16_23_0_, user1_.statusPayment as statusP17_23_0_, user1_.voterRegistration as voterRe18_23_0_, user1_.zoneVoterRegistration as zoneVot19_23_0_ from ManualPaymentHistory manualpaym0_ inner join Users user1_ on manualpaym0_.user_id=user1_.id where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [NONE]: select manualpaym0_.id as id1_12_1_, manualpaym0_.dateEvent as dateEven2_12_1_, manualpaym0_.user_id as user_id3_12_1_, user1_.id as id1_23_0_, user1_.account_id as account20_23_0_, user1_.address_id as address21_23_0_, user1_.birthDate as birthDat2_23_0_, user1_.celular as celular3_23_0_, user1_.celular2 as celular4_23_0_, user1_.cpf as cpf5_23_0_, user1_.email as email6_23_0_, user1_.inactive as inactive7_23_0_, user1_.indicator_id as indicat22_23_0_, user1_.maritalStatus as maritalS8_23_0_, user1_.name as name9_23_0_, user1_.parent_id as parent_23_23_0_, user1_.password as passwor10_23_0_, user1_.phone as phone11_23_0_, user1_.phoneComercial as phoneCo12_23_0_, user1_.readOnly as readOnl13_23_0_, user1_.registrationDate as registr14_23_0_, user1_.rg as rg15_23_0_, user1_.sectionVoterRegistration as section16_23_0_, user1_.statusPayment as statusP17_23_0_, user1_.voterRegistration as voterRe18_23_0_, user1_.zoneVoterRegistration as zoneVot19_23_0_ from ManualPaymentHistory manualpaym0_ inner join Users user1_ on manualpaym0_.user_id=user1_.id where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [READ]: select manualpaym0_.id as id1_12_1_, manualpaym0_.dateEvent as dateEven2_12_1_, manualpaym0_.user_id as user_id3_12_1_, user1_.id as id1_23_0_, user1_.account_id as account20_23_0_, user1_.address_id as address21_23_0_, user1_.birthDate as birthDat2_23_0_, user1_.celular as celular3_23_0_, user1_.celular2 as celular4_23_0_, user1_.cpf as cpf5_23_0_, user1_.email as email6_23_0_, user1_.inactive as inactive7_23_0_, user1_.indicator_id as indicat22_23_0_, user1_.maritalStatus as maritalS8_23_0_, user1_.name as name9_23_0_, user1_.parent_id as parent_23_23_0_, user1_.password as passwor10_23_0_, user1_.phone as phone11_23_0_, user1_.phoneComercial as phoneCo12_23_0_, user1_.readOnly as readOnl13_23_0_, user1_.registrationDate as registr14_23_0_, user1_.rg as rg15_23_0_, user1_.sectionVoterRegistration as section16_23_0_, user1_.statusPayment as statusP17_23_0_, user1_.voterRegistration as voterRe18_23_0_, user1_.zoneVoterRegistration as zoneVot19_23_0_ from ManualPaymentHistory manualpaym0_ inner join Users user1_ on manualpaym0_.user_id=user1_.id where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [READ]: select manualpaym0_.id as id1_12_1_, manualpaym0_.dateEvent as dateEven2_12_1_, manualpaym0_.user_id as user_id3_12_1_, user1_.id as id1_23_0_, user1_.account_id as account20_23_0_, user1_.address_id as address21_23_0_, user1_.birthDate as birthDat2_23_0_, user1_.celular as celular3_23_0_, user1_.celular2 as celular4_23_0_, user1_.cpf as cpf5_23_0_, user1_.email as email6_23_0_, user1_.inactive as inactive7_23_0_, user1_.indicator_id as indicat22_23_0_, user1_.maritalStatus as maritalS8_23_0_, user1_.name as name9_23_0_, user1_.parent_id as parent_23_23_0_, user1_.password as passwor10_23_0_, user1_.phone as phone11_23_0_, user1_.phoneComercial as phoneCo12_23_0_, user1_.readOnly as readOnl13_23_0_, user1_.registrationDate as registr14_23_0_, user1_.rg as rg15_23_0_, user1_.sectionVoterRegistration as section16_23_0_, user1_.statusPayment as statusP17_23_0_, user1_.voterRegistration as voterRe18_23_0_, user1_.zoneVoterRegistration as zoneVot19_23_0_ from ManualPaymentHistory manualpaym0_ inner join Users user1_ on manualpaym0_.user_id=user1_.id where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [UPGRADE]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [UPGRADE]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [UPGRADE_NOWAIT]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [UPGRADE_NOWAIT]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [FORCE]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [FORCE]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [PESSIMISTIC_READ]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [PESSIMISTIC_READ]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [PESSIMISTIC_WRITE]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [PESSIMISTIC_WRITE]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [PESSIMISTIC_FORCE_INCREMENT]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [PESSIMISTIC_FORCE_INCREMENT]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [OPTIMISTIC]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [OPTIMISTIC]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [OPTIMISTIC_FORCE_INCREMENT]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory [OPTIMISTIC_FORCE_INCREMENT]: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.payment.ManualPaymentHistory: select manualpaym0_.id as id1_12_0_, manualpaym0_.dateEvent as dateEven2_12_0_, manualpaym0_.user_id as user_id3_12_0_ from ManualPaymentHistory manualpaym0_ where manualpaym0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [NONE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [NONE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [READ]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [READ]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [UPGRADE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [UPGRADE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [UPGRADE_NOWAIT]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [UPGRADE_NOWAIT]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [FORCE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [FORCE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [PESSIMISTIC_READ]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [PESSIMISTIC_READ]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [PESSIMISTIC_WRITE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [PESSIMISTIC_WRITE]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [PESSIMISTIC_FORCE_INCREMENT]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [PESSIMISTIC_FORCE_INCREMENT]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [OPTIMISTIC]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [OPTIMISTIC]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [OPTIMISTIC_FORCE_INCREMENT]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.Config [OPTIMISTIC_FORCE_INCREMENT]: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.Config: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.Config: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.Config: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.Config: select config0_.id as id1_6_0_, config0_.configKey as configKe2_6_0_, config0_.configType as configTy3_6_0_, config0_.value as value4_6_0_ from Config config0_ where config0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [NONE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [NONE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [READ]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [READ]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [UPGRADE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [UPGRADE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [UPGRADE_NOWAIT]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [UPGRADE_NOWAIT]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [FORCE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [FORCE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [PESSIMISTIC_READ]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [PESSIMISTIC_READ]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [PESSIMISTIC_WRITE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [PESSIMISTIC_WRITE]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [PESSIMISTIC_FORCE_INCREMENT]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [PESSIMISTIC_FORCE_INCREMENT]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [OPTIMISTIC]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [OPTIMISTIC]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [OPTIMISTIC_FORCE_INCREMENT]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.State [OPTIMISTIC_FORCE_INCREMENT]: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.State: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.State: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.State: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.State: select state0_.id as id1_19_0_, state0_.abbreviation as abbrevia2_19_0_, state0_.country_id as country_4_19_0_, state0_.name as name3_19_0_ from State state0_ where state0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [NONE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [NONE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [READ]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [READ]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [UPGRADE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [UPGRADE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [UPGRADE_NOWAIT]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [UPGRADE_NOWAIT]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [FORCE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [FORCE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [PESSIMISTIC_READ]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [PESSIMISTIC_READ]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [PESSIMISTIC_WRITE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [PESSIMISTIC_WRITE]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [PESSIMISTIC_FORCE_INCREMENT]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [PESSIMISTIC_FORCE_INCREMENT]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=? for update nowait
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [OPTIMISTIC]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [OPTIMISTIC]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [OPTIMISTIC_FORCE_INCREMENT]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Needy [OPTIMISTIC_FORCE_INCREMENT]: select needy0_.id as id1_13_0_, needy0_.address_id as address_6_13_0_, needy0_.birthday as birthday2_13_0_, needy0_.name as name3_13_0_, needy0_.observation as observat4_13_0_, needy0_.phone as phone5_13_0_, needy0_.upload_id as upload_i7_13_0_ from Needy needy0_ where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.Needy: select needy0_.id as id1_13_1_, needy0_.address_id as address_6_13_1_, needy0_.birthday as birthday2_13_1_, needy0_.name as name3_13_1_, needy0_.observation as observat4_13_1_, needy0_.phone as phone5_13_1_, needy0_.upload_id as upload_i7_13_1_, address1_.id as id1_1_0_, address1_.address as address2_1_0_, address1_.addressNumber as addressN3_1_0_, address1_.cep as cep4_1_0_, address1_.city_id as city_id8_1_0_, address1_.complement as compleme5_1_0_, address1_.neighborhood as neighbor6_1_0_, address1_.referencePoint as referenc7_1_0_, address1_.state_id as state_id9_1_0_ from Needy needy0_ inner join Address address1_ on needy0_.address_id=address1_.id where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.Needy: select needy0_.id as id1_13_1_, needy0_.address_id as address_6_13_1_, needy0_.birthday as birthday2_13_1_, needy0_.name as name3_13_1_, needy0_.observation as observat4_13_1_, needy0_.phone as phone5_13_1_, needy0_.upload_id as upload_i7_13_1_, address1_.id as id1_1_0_, address1_.address as address2_1_0_, address1_.addressNumber as addressN3_1_0_, address1_.cep as cep4_1_0_, address1_.city_id as city_id8_1_0_, address1_.complement as compleme5_1_0_, address1_.neighborhood as neighbor6_1_0_, address1_.referencePoint as referenc7_1_0_, address1_.state_id as state_id9_1_0_ from Needy needy0_ inner join Address address1_ on needy0_.address_id=address1_.id where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.Needy: select needy0_.id as id1_13_1_, needy0_.address_id as address_6_13_1_, needy0_.birthday as birthday2_13_1_, needy0_.name as name3_13_1_, needy0_.observation as observat4_13_1_, needy0_.phone as phone5_13_1_, needy0_.upload_id as upload_i7_13_1_, address1_.id as id1_1_0_, address1_.address as address2_1_0_, address1_.addressNumber as addressN3_1_0_, address1_.cep as cep4_1_0_, address1_.city_id as city_id8_1_0_, address1_.complement as compleme5_1_0_, address1_.neighborhood as neighbor6_1_0_, address1_.referencePoint as referenc7_1_0_, address1_.state_id as state_id9_1_0_ from Needy needy0_ inner join Address address1_ on needy0_.address_id=address1_.id where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.Needy: select needy0_.id as id1_13_1_, needy0_.address_id as address_6_13_1_, needy0_.birthday as birthday2_13_1_, needy0_.name as name3_13_1_, needy0_.observation as observat4_13_1_, needy0_.phone as phone5_13_1_, needy0_.upload_id as upload_i7_13_1_, address1_.id as id1_1_0_, address1_.address as address2_1_0_, address1_.addressNumber as addressN3_1_0_, address1_.cep as cep4_1_0_, address1_.city_id as city_id8_1_0_, address1_.complement as compleme5_1_0_, address1_.neighborhood as neighbor6_1_0_, address1_.referencePoint as referenc7_1_0_, address1_.state_id as state_id9_1_0_ from Needy needy0_ inner join Address address1_ on needy0_.address_id=address1_.id where needy0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [NONE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:01 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [NONE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [READ]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [READ]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [UPGRADE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [UPGRADE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [UPGRADE_NOWAIT]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [UPGRADE_NOWAIT]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [FORCE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [FORCE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [PESSIMISTIC_READ]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [PESSIMISTIC_READ]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [PESSIMISTIC_WRITE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [PESSIMISTIC_WRITE]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [PESSIMISTIC_FORCE_INCREMENT]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [PESSIMISTIC_FORCE_INCREMENT]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [OPTIMISTIC]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [OPTIMISTIC]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [OPTIMISTIC_FORCE_INCREMENT]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.address.Address [OPTIMISTIC_FORCE_INCREMENT]: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.Address: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.address.Address: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.Address: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.address.Address: select address0_.id as id1_1_0_, address0_.address as address2_1_0_, address0_.addressNumber as addressN3_1_0_, address0_.cep as cep4_1_0_, address0_.city_id as city_id8_1_0_, address0_.complement as compleme5_1_0_, address0_.neighborhood as neighbor6_1_0_, address0_.referencePoint as referenc7_1_0_, address0_.state_id as state_id9_1_0_ from Address address0_ where address0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [NONE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [NONE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [READ]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [READ]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [UPGRADE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [UPGRADE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [UPGRADE_NOWAIT]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [UPGRADE_NOWAIT]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [FORCE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [FORCE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [PESSIMISTIC_READ]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [PESSIMISTIC_READ]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [PESSIMISTIC_WRITE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [PESSIMISTIC_WRITE]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [PESSIMISTIC_FORCE_INCREMENT]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [PESSIMISTIC_FORCE_INCREMENT]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [OPTIMISTIC]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [OPTIMISTIC]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [OPTIMISTIC_FORCE_INCREMENT]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.User [OPTIMISTIC_FORCE_INCREMENT]: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.User: select user0_.id as id1_23_3_, user0_.account_id as account20_23_3_, user0_.address_id as address21_23_3_, user0_.birthDate as birthDat2_23_3_, user0_.celular as celular3_23_3_, user0_.celular2 as celular4_23_3_, user0_.cpf as cpf5_23_3_, user0_.email as email6_23_3_, user0_.inactive as inactive7_23_3_, user0_.indicator_id as indicat22_23_3_, user0_.maritalStatus as maritalS8_23_3_, user0_.name as name9_23_3_, user0_.parent_id as parent_23_23_3_, user0_.password as passwor10_23_3_, user0_.phone as phone11_23_3_, user0_.phoneComercial as phoneCo12_23_3_, user0_.readOnly as readOnl13_23_3_, user0_.registrationDate as registr14_23_3_, user0_.rg as rg15_23_3_, user0_.sectionVoterRegistration as section16_23_3_, user0_.statusPayment as statusP17_23_3_, user0_.voterRegistration as voterRe18_23_3_, user0_.zoneVoterRegistration as zoneVot19_23_3_, account1_.id as id1_0_0_, account1_.accountType as accountT2_0_0_, account1_.agency as agency3_0_0_, account1_.bank_id as bank_id7_0_0_, account1_.dvAccount as dvAccoun4_0_0_, account1_.dvAgency as dvAgency5_0_0_, account1_.numero as numero6_0_0_, address2_.id as id1_1_1_, address2_.address as address2_1_1_, address2_.addressNumber as addressN3_1_1_, address2_.cep as cep4_1_1_, address2_.city_id as city_id8_1_1_, address2_.complement as compleme5_1_1_, address2_.neighborhood as neighbor6_1_1_, address2_.referencePoint as referenc7_1_1_, address2_.state_id as state_id9_1_1_, contracts3_.user_id as user_id6_23_5_, contracts3_.id as id1_8_5_, contracts3_.id as id1_8_2_, contracts3_.active as active2_8_2_, contracts3_.endDate as endDate3_8_2_, contracts3_.plan_id as plan_id5_8_2_, contracts3_.startDate as startDat4_8_2_, contracts3_.user_id as user_id6_8_2_ from Users user0_ left outer join Account account1_ on user0_.account_id=account1_.id left outer join Address address2_ on user0_.address_id=address2_.id left outer join ContractUser contracts3_ on user0_.id=contracts3_.user_id where user0_.id=? order by contracts3_.id desc
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.User: select user0_.id as id1_23_3_, user0_.account_id as account20_23_3_, user0_.address_id as address21_23_3_, user0_.birthDate as birthDat2_23_3_, user0_.celular as celular3_23_3_, user0_.celular2 as celular4_23_3_, user0_.cpf as cpf5_23_3_, user0_.email as email6_23_3_, user0_.inactive as inactive7_23_3_, user0_.indicator_id as indicat22_23_3_, user0_.maritalStatus as maritalS8_23_3_, user0_.name as name9_23_3_, user0_.parent_id as parent_23_23_3_, user0_.password as passwor10_23_3_, user0_.phone as phone11_23_3_, user0_.phoneComercial as phoneCo12_23_3_, user0_.readOnly as readOnl13_23_3_, user0_.registrationDate as registr14_23_3_, user0_.rg as rg15_23_3_, user0_.sectionVoterRegistration as section16_23_3_, user0_.statusPayment as statusP17_23_3_, user0_.voterRegistration as voterRe18_23_3_, user0_.zoneVoterRegistration as zoneVot19_23_3_, account1_.id as id1_0_0_, account1_.accountType as accountT2_0_0_, account1_.agency as agency3_0_0_, account1_.bank_id as bank_id7_0_0_, account1_.dvAccount as dvAccoun4_0_0_, account1_.dvAgency as dvAgency5_0_0_, account1_.numero as numero6_0_0_, address2_.id as id1_1_1_, address2_.address as address2_1_1_, address2_.addressNumber as addressN3_1_1_, address2_.cep as cep4_1_1_, address2_.city_id as city_id8_1_1_, address2_.complement as compleme5_1_1_, address2_.neighborhood as neighbor6_1_1_, address2_.referencePoint as referenc7_1_1_, address2_.state_id as state_id9_1_1_, contracts3_.user_id as user_id6_23_5_, contracts3_.id as id1_8_5_, contracts3_.id as id1_8_2_, contracts3_.active as active2_8_2_, contracts3_.endDate as endDate3_8_2_, contracts3_.plan_id as plan_id5_8_2_, contracts3_.startDate as startDat4_8_2_, contracts3_.user_id as user_id6_8_2_ from Users user0_ left outer join Account account1_ on user0_.account_id=account1_.id left outer join Address address2_ on user0_.address_id=address2_.id left outer join ContractUser contracts3_ on user0_.id=contracts3_.user_id where user0_.id=? order by contracts3_.id desc
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.User: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.User: select user0_.id as id1_23_0_, user0_.account_id as account20_23_0_, user0_.address_id as address21_23_0_, user0_.birthDate as birthDat2_23_0_, user0_.celular as celular3_23_0_, user0_.celular2 as celular4_23_0_, user0_.cpf as cpf5_23_0_, user0_.email as email6_23_0_, user0_.inactive as inactive7_23_0_, user0_.indicator_id as indicat22_23_0_, user0_.maritalStatus as maritalS8_23_0_, user0_.name as name9_23_0_, user0_.parent_id as parent_23_23_0_, user0_.password as passwor10_23_0_, user0_.phone as phone11_23_0_, user0_.phoneComercial as phoneCo12_23_0_, user0_.readOnly as readOnl13_23_0_, user0_.registrationDate as registr14_23_0_, user0_.rg as rg15_23_0_, user0_.sectionVoterRegistration as section16_23_0_, user0_.statusPayment as statusP17_23_0_, user0_.voterRegistration as voterRe18_23_0_, user0_.zoneVoterRegistration as zoneVot19_23_0_ from Users user0_ where user0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [NONE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [NONE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [READ]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [READ]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [UPGRADE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [UPGRADE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [UPGRADE_NOWAIT]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [UPGRADE_NOWAIT]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [FORCE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [FORCE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [PESSIMISTIC_READ]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [PESSIMISTIC_READ]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [PESSIMISTIC_WRITE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [PESSIMISTIC_WRITE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [PESSIMISTIC_FORCE_INCREMENT]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [PESSIMISTIC_FORCE_INCREMENT]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [OPTIMISTIC]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [OPTIMISTIC]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [OPTIMISTIC_FORCE_INCREMENT]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [OPTIMISTIC_FORCE_INCREMENT]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.upload.ContentFile: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.upload.ContentFile: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.upload.ContentFile: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.upload.ContentFile: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [NONE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.upload_id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.upload.ContentFile [NONE]: select contentfil0_.id as id1_7_0_, contentfil0_.content as content2_7_0_, contentfil0_.upload_id as upload_i3_7_0_ from ContentFile contentfil0_ where contentfil0_.upload_id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [NONE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [NONE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [READ]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [READ]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [UPGRADE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [UPGRADE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [UPGRADE_NOWAIT]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [UPGRADE_NOWAIT]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [FORCE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [FORCE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [PESSIMISTIC_READ]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [PESSIMISTIC_READ]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [PESSIMISTIC_WRITE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [PESSIMISTIC_WRITE]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [PESSIMISTIC_FORCE_INCREMENT]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [PESSIMISTIC_FORCE_INCREMENT]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [OPTIMISTIC]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [OPTIMISTIC]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [OPTIMISTIC_FORCE_INCREMENT]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.sale.Sale [OPTIMISTIC_FORCE_INCREMENT]: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.sale.Sale: select sale0_.id as id1_18_1_, sale0_.dateSale as dateSale2_18_1_, sale0_.user_id as user_id4_18_1_, sale0_.value as value3_18_1_, items1_.sale_id as sale_id3_18_3_, items1_.id as id1_11_3_, items1_.id as id1_11_0_, items1_.product_id as product_2_11_0_, items1_.sale_id as sale_id3_11_0_ from Sale sale0_ left outer join ItemForSale items1_ on sale0_.id=items1_.sale_id where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.sale.Sale: select sale0_.id as id1_18_1_, sale0_.dateSale as dateSale2_18_1_, sale0_.user_id as user_id4_18_1_, sale0_.value as value3_18_1_, items1_.sale_id as sale_id3_18_3_, items1_.id as id1_11_3_, items1_.id as id1_11_0_, items1_.product_id as product_2_11_0_, items1_.sale_id as sale_id3_11_0_ from Sale sale0_ left outer join ItemForSale items1_ on sale0_.id=items1_.sale_id where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.sale.Sale: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.sale.Sale: select sale0_.id as id1_18_0_, sale0_.dateSale as dateSale2_18_0_, sale0_.user_id as user_id4_18_0_, sale0_.value as value3_18_0_ from Sale sale0_ where sale0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [NONE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [NONE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [READ]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [READ]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [UPGRADE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [UPGRADE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [UPGRADE_NOWAIT]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [UPGRADE_NOWAIT]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [FORCE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [FORCE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [PESSIMISTIC_READ]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [PESSIMISTIC_READ]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [PESSIMISTIC_WRITE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [PESSIMISTIC_WRITE]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [PESSIMISTIC_FORCE_INCREMENT]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [PESSIMISTIC_FORCE_INCREMENT]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [OPTIMISTIC]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [OPTIMISTIC]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [OPTIMISTIC_FORCE_INCREMENT]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.payment.Payment [OPTIMISTIC_FORCE_INCREMENT]: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.payment.Payment: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.payment.Payment: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.payment.Payment: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.payment.Payment: select payment0_.id as id1_15_0_, payment0_.creationDate as creation2_15_0_, payment0_.description as descript3_15_0_, payment0_.expirationDate as expirati4_15_0_, payment0_.feeAccession as feeAcces5_15_0_, payment0_.installmentNumber as installm6_15_0_, payment0_.observation as observat7_15_0_, payment0_.paymentDate as paymentD8_15_0_, payment0_.sale_id as sale_id11_15_0_, payment0_.status as status9_15_0_, payment0_.transaction_id as transac12_15_0_, payment0_.user_id as user_id13_15_0_, payment0_.value as value10_15_0_ from Payment payment0_ where payment0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [NONE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [NONE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [READ]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [READ]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [UPGRADE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [UPGRADE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [UPGRADE_NOWAIT]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [UPGRADE_NOWAIT]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [FORCE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [FORCE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [PESSIMISTIC_READ]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [PESSIMISTIC_READ]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [PESSIMISTIC_WRITE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [PESSIMISTIC_WRITE]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [PESSIMISTIC_FORCE_INCREMENT]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [PESSIMISTIC_FORCE_INCREMENT]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [OPTIMISTIC]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [OPTIMISTIC]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [OPTIMISTIC_FORCE_INCREMENT]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.account.Bank [OPTIMISTIC_FORCE_INCREMENT]: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.account.Bank: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.account.Bank: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.account.Bank: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.account.Bank: select bank0_.id as id1_2_0_, bank0_.codigo as codigo2_2_0_, bank0_.name as name3_2_0_ from Bank bank0_ where bank0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [NONE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [NONE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [READ]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [READ]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [UPGRADE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [UPGRADE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [UPGRADE_NOWAIT]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [UPGRADE_NOWAIT]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [FORCE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [FORCE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [PESSIMISTIC_READ]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [PESSIMISTIC_READ]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [PESSIMISTIC_WRITE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [PESSIMISTIC_WRITE]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [PESSIMISTIC_FORCE_INCREMENT]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [PESSIMISTIC_FORCE_INCREMENT]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [OPTIMISTIC]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [OPTIMISTIC]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [OPTIMISTIC_FORCE_INCREMENT]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.Dependent [OPTIMISTIC_FORCE_INCREMENT]: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.Dependent: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.Dependent: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.Dependent: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.Dependent: select dependent0_.id as id1_10_0_, dependent0_.birthDate as birthDat2_10_0_, dependent0_.kinshipGrade as kinshipG3_10_0_, dependent0_.name as name4_10_0_, dependent0_.responsible_id as responsi5_10_0_ from Dependent dependent0_ where dependent0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [NONE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [NONE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [READ]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [READ]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [UPGRADE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [UPGRADE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [UPGRADE_NOWAIT]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [UPGRADE_NOWAIT]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [FORCE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [FORCE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [PESSIMISTIC_READ]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [PESSIMISTIC_READ]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [PESSIMISTIC_WRITE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [PESSIMISTIC_WRITE]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [PESSIMISTIC_FORCE_INCREMENT]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [PESSIMISTIC_FORCE_INCREMENT]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [OPTIMISTIC]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [OPTIMISTIC]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [OPTIMISTIC_FORCE_INCREMENT]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.person.TypeUser [OPTIMISTIC_FORCE_INCREMENT]: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.TypeUser: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.person.TypeUser: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.TypeUser: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.person.TypeUser: select typeuser0_.id as id1_21_0_, typeuser0_.description as descript2_21_0_, typeuser0_.environmentUser as environm3_21_0_ from TypeUser typeuser0_ where typeuser0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [NONE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [NONE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [READ]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [READ]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [UPGRADE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [UPGRADE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [UPGRADE_NOWAIT]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [UPGRADE_NOWAIT]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [FORCE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [FORCE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [PESSIMISTIC_READ]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [PESSIMISTIC_READ]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [PESSIMISTIC_WRITE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [PESSIMISTIC_WRITE]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [PESSIMISTIC_FORCE_INCREMENT]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [PESSIMISTIC_FORCE_INCREMENT]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=? for update nowait
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [OPTIMISTIC]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [OPTIMISTIC]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [OPTIMISTIC_FORCE_INCREMENT]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:123 - Static select for entity br.com.flexait.sorricred.domain.model.product.Product [OPTIMISTIC_FORCE_INCREMENT]: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.product.Product: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_MERGE on entity br.com.flexait.sorricred.domain.model.product.Product: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.product.Product: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG Loader:56 - Static select for action ACTION_REFRESH on entity br.com.flexait.sorricred.domain.model.product.Product: select product0_.id as id1_17_0_, product0_.name as name2_17_0_, product0_.value as value3_17_0_ from Product product0_ where product0_.id=?
2015-03-13 09:31:02 DEBUG BasicCollectionLoader:83 - Static select for collection br.com.flexait.sorricred.domain.model.ContractUser.products: select products0_.contractuser_id as contract1_8_1_, products0_.product_id as product_2_24_1_, product1_.id as id1_17_0_, product1_.name as name2_17_0_, product1_.value as value3_17_0_ from contractuserproduct products0_ inner join Product product1_ on products0_.product_id=product1_.id where products0_.contractuser_id=?
2015-03-13 09:31:02 DEBUG BasicCollectionLoader:83 - Static select for collection br.com.flexait.sorricred.domain.model.ContractUser.products: select products0_.contractuser_id as contract1_8_1_, products0_.product_id as product_2_24_1_, product1_.id as id1_17_0_, product1_.name as name2_17_0_, product1_.value as value3_17_0_ from contractuserproduct products0_ inner join Product product1_ on products0_.product_id=product1_.id where products0_.contractuser_id=?
2015-03-13 09:31:02 DEBUG BasicCollectionLoader:83 - Static select for collection br.com.flexait.sorricred.domain.model.person.User.types: select types0_.user_id as user_id1_23_1_, types0_.typeuser_id as typeuser2_25_1_, typeuser1_.id as id1_21_0_, typeuser1_.description as descript2_21_0_, typeuser1_.environmentUser as environm3_21_0_ from typeuser_user types0_ inner join TypeUser typeuser1_ on types0_.typeuser_id=typeuser1_.id where types0_.user_id=?
2015-03-13 09:31:02 DEBUG BasicCollectionLoader:83 - Static select for collection br.com.flexait.sorricred.domain.model.person.User.types: select types0_.user_id as user_id1_23_1_, types0_.typeuser_id as typeuser2_25_1_, typeuser1_.id as id1_21_0_, typeuser1_.description as descript2_21_0_, typeuser1_.environmentUser as environm3_21_0_ from typeuser_user types0_ inner join TypeUser typeuser1_ on types0_.typeuser_id=typeuser1_.id where types0_.user_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.person.User.dependents: select dependents0_.responsible_id as responsi5_23_1_, dependents0_.id as id1_10_1_, dependents0_.id as id1_10_0_, dependents0_.birthDate as birthDat2_10_0_, dependents0_.kinshipGrade as kinshipG3_10_0_, dependents0_.name as name4_10_0_, dependents0_.responsible_id as responsi5_10_0_ from Dependent dependents0_ where dependents0_.responsible_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.person.User.dependents: select dependents0_.responsible_id as responsi5_23_1_, dependents0_.id as id1_10_1_, dependents0_.id as id1_10_0_, dependents0_.birthDate as birthDat2_10_0_, dependents0_.kinshipGrade as kinshipG3_10_0_, dependents0_.name as name4_10_0_, dependents0_.responsible_id as responsi5_10_0_ from Dependent dependents0_ where dependents0_.responsible_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.sale.Sale.items: select items0_.sale_id as sale_id3_18_1_, items0_.id as id1_11_1_, items0_.id as id1_11_0_, items0_.product_id as product_2_11_0_, items0_.sale_id as sale_id3_11_0_ from ItemForSale items0_ where items0_.sale_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.sale.Sale.items: select items0_.sale_id as sale_id3_18_1_, items0_.id as id1_11_1_, items0_.id as id1_11_0_, items0_.product_id as product_2_11_0_, items0_.sale_id as sale_id3_11_0_ from ItemForSale items0_ where items0_.sale_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.person.User.children: select children0_.parent_id as parent_23_23_1_, children0_.id as id1_23_1_, children0_.id as id1_23_0_, children0_.account_id as account20_23_0_, children0_.address_id as address21_23_0_, children0_.birthDate as birthDat2_23_0_, children0_.celular as celular3_23_0_, children0_.celular2 as celular4_23_0_, children0_.cpf as cpf5_23_0_, children0_.email as email6_23_0_, children0_.inactive as inactive7_23_0_, children0_.indicator_id as indicat22_23_0_, children0_.maritalStatus as maritalS8_23_0_, children0_.name as name9_23_0_, children0_.parent_id as parent_23_23_0_, children0_.password as passwor10_23_0_, children0_.phone as phone11_23_0_, children0_.phoneComercial as phoneCo12_23_0_, children0_.readOnly as readOnl13_23_0_, children0_.registrationDate as registr14_23_0_, children0_.rg as rg15_23_0_, children0_.sectionVoterRegistration as section16_23_0_, children0_.statusPayment as statusP17_23_0_, children0_.voterRegistration as voterRe18_23_0_, children0_.zoneVoterRegistration as zoneVot19_23_0_ from Users children0_ where children0_.parent_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.person.User.children: select children0_.parent_id as parent_23_23_1_, children0_.id as id1_23_1_, children0_.id as id1_23_0_, children0_.account_id as account20_23_0_, children0_.address_id as address21_23_0_, children0_.birthDate as birthDat2_23_0_, children0_.celular as celular3_23_0_, children0_.celular2 as celular4_23_0_, children0_.cpf as cpf5_23_0_, children0_.email as email6_23_0_, children0_.inactive as inactive7_23_0_, children0_.indicator_id as indicat22_23_0_, children0_.maritalStatus as maritalS8_23_0_, children0_.name as name9_23_0_, children0_.parent_id as parent_23_23_0_, children0_.password as passwor10_23_0_, children0_.phone as phone11_23_0_, children0_.phoneComercial as phoneCo12_23_0_, children0_.readOnly as readOnl13_23_0_, children0_.registrationDate as registr14_23_0_, children0_.rg as rg15_23_0_, children0_.sectionVoterRegistration as section16_23_0_, children0_.statusPayment as statusP17_23_0_, children0_.voterRegistration as voterRe18_23_0_, children0_.zoneVoterRegistration as zoneVot19_23_0_ from Users children0_ where children0_.parent_id=?
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.person.User.contracts: select contracts0_.user_id as user_id6_23_1_, contracts0_.id as id1_8_1_, contracts0_.id as id1_8_0_, contracts0_.active as active2_8_0_, contracts0_.endDate as endDate3_8_0_, contracts0_.plan_id as plan_id5_8_0_, contracts0_.startDate as startDat4_8_0_, contracts0_.user_id as user_id6_8_0_ from ContractUser contracts0_ where contracts0_.user_id=? order by contracts0_.id desc
2015-03-13 09:31:02 DEBUG OneToManyLoader:82 - Static select for one-to-many br.com.flexait.sorricred.domain.model.person.User.contracts: select contracts0_.user_id as user_id6_23_1_, contracts0_.id as id1_8_1_, contracts0_.id as id1_8_0_, contracts0_.active as active2_8_0_, contracts0_.endDate as endDate3_8_0_, contracts0_.plan_id as plan_id5_8_0_, contracts0_.startDate as startDat4_8_0_, contracts0_.user_id as user_id6_8_0_ from ContractUser contracts0_ where contracts0_.user_id=? order by contracts0_.id desc
2015-03-13 09:31:02 DEBUG SessionFactoryRegistry:62 - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@6ca6069b
2015-03-13 09:31:02 DEBUG SessionFactoryRegistry:62 - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@6ca6069b
2015-03-13 09:31:02 DEBUG SessionFactoryRegistry:75 - Registering SessionFactory: f4e5c2c8-ea51-47fe-8eec-da4b6abdeb1c (<unnamed>)
2015-03-13 09:31:02 DEBUG SessionFactoryRegistry:75 - Registering SessionFactory: f4e5c2c8-ea51-47fe-8eec-da4b6abdeb1c (<unnamed>)
2015-03-13 09:31:02 DEBUG SessionFactoryRegistry:82 - Not binding SessionFactory to JNDI, no JNDI name configured
2015-03-13 09:31:02 DEBUG SessionFactoryRegistry:82 - Not binding SessionFactory to JNDI, no JNDI name configured
2015-03-13 09:31:02 DEBUG SessionFactoryImpl:489 - Instantiated session factory
2015-03-13 09:31:02 DEBUG SessionFactoryImpl:489 - Instantiated session factory
2015-03-13 09:31:02 DEBUG SessionFactoryImpl:1070 - Checking 0 named HQL queries
2015-03-13 09:31:02 DEBUG SessionFactoryImpl:1070 - Checking 0 named HQL queries
2015-03-13 09:31:02 DEBUG SessionFactoryImpl:1093 - Checking 0 named SQL queries
2015-03-13 09:31:02 DEBUG SessionFactoryImpl:1093 - Checking 0 named SQL queries
2015-03-13 09:31:02 DEBUG StatisticsInitiator:110 - Statistics initialized [enabled=false]
2015-03-13 09:31:02 DEBUG StatisticsInitiator:110 - Statistics initialized [enabled=false]
2015-03-13 09:31:02 INFO DefaultConverters:42 - Registering bundled converters
2015-03-13 09:31:02 INFO DefaultConverters:42 - Registering bundled converters
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.FloatConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.FloatConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.ShortConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.ShortConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveLongConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveLongConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.StringConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.StringConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.CharacterConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.CharacterConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveIntConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveIntConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.IntegerConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.IntegerConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.BigDecimalConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.BigDecimalConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveByteConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveByteConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.DoubleConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.DoubleConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.EnumConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.EnumConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.BigIntegerConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.BigIntegerConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveCharConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveCharConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveShortConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveShortConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.BooleanConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.BooleanConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.ByteConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.ByteConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.LongConverter
2015-03-13 09:31:02 DEBUG DefaultConverters:44 - bundled converter to be registered: class br.com.caelum.vraptor.converter.LongConverter
2015-03-13 09:31:02 INFO LinkToHandler:55 - Registering linkTo component
2015-03-13 09:31:02 INFO LinkToHandler:55 - Registering linkTo component
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.flexait.core.interceptor.LazySerializerInterceptor
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.BlacklistController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/{model.id} retrieved /blacklist/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/{model.id} retrieved /blacklist/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/add retrieved /blacklist/add with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/add retrieved /blacklist/add with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/{id} retrieved /blacklist/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/{id} retrieved /blacklist/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/searchCount retrieved /blacklist/searchCount with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/searchCount retrieved /blacklist/searchCount with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/listsimple.json retrieved /blacklist/listsimple.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/listsimple.json retrieved /blacklist/listsimple.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/:action/:id retrieved /blacklist/:action/:id with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/:action/:id retrieved /blacklist/:action/:id with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/ retrieved /blacklist/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/ retrieved /blacklist/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/{id} retrieved /blacklist/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/{id} retrieved /blacklist/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/count retrieved /blacklist/count with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/count retrieved /blacklist/count with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/list.json retrieved /blacklist/list.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /blacklist/list.json retrieved /blacklist/list.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /blacklist/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.AdministradorController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.add(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.add(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.add(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.add(User) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/add retrieved /administrador/add with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/add retrieved /administrador/add with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/add [POST] -> AdministradorController.add(User)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/add [POST] -> AdministradorController.add(User)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.count(String) as [q]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/count retrieved /administrador/count with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/count retrieved /administrador/count with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/count [GET] -> AdministradorController.count(String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/count [GET] -> AdministradorController.count(String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AdministradorController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/list.json retrieved /administrador/list.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/list.json retrieved /administrador/list.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/list.json [GET] -> AdministradorController.list(String, Integer, Integer)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/list.json [GET] -> AdministradorController.list(String, Integer, Integer)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/{model.id} retrieved /administrador/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/{model.id} retrieved /administrador/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/{id} retrieved /administrador/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/{id} retrieved /administrador/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/searchCount retrieved /administrador/searchCount with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/searchCount retrieved /administrador/searchCount with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/listsimple.json retrieved /administrador/listsimple.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/listsimple.json retrieved /administrador/listsimple.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/:action/:id retrieved /administrador/:action/:id with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/:action/:id retrieved /administrador/:action/:id with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/ retrieved /administrador/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/ retrieved /administrador/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/{id} retrieved /administrador/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /administrador/{id} retrieved /administrador/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /administrador/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.UserController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.edit(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.edit(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.edit(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.edit(User) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/{model.id} retrieved /user/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/{model.id} retrieved /user/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/{model.id} [PUT] -> UserController.edit(User)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/{model.id} [PUT] -> UserController.edit(User)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicadosByUser(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicadosByUser(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicadosByUser(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicadosByUser(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/listindicadosbyuser.json retrieved /user/listindicadosbyuser.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/listindicadosbyuser.json retrieved /user/listindicadosbyuser.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/listindicadosbyuser.json [GET] -> UserController.listIndicadosByUser(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/listindicadosbyuser.json [GET] -> UserController.listIndicadosByUser(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicados() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicados() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicados() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.listIndicados() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/listindicados.json retrieved /user/listindicados.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/listindicados.json retrieved /user/listindicados.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/listindicados.json [GET] -> UserController.listIndicados()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/listindicados.json [GET] -> UserController.listIndicados()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.verificaRegistroEx(String, String) as [value, field]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.verificaRegistroEx(String, String) as [value, field]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.verificaRegistroEx(String, String) as [value, field]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.verificaRegistroEx(String, String) as [value, field]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/verificaregistroex.json retrieved /user/verificaregistroex.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/verificaregistroex.json retrieved /user/verificaregistroex.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/verificaregistroex.json [POST] -> UserController.verificaRegistroEx(String, String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/verificaregistroex.json [POST] -> UserController.verificaRegistroEx(String, String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.add(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.add(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.add(User) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UserController.add(User) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/add retrieved /user/add with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/add retrieved /user/add with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/add [POST] -> UserController.add(User)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/add [POST] -> UserController.add(User)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/{id} retrieved /user/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/{id} retrieved /user/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/searchCount retrieved /user/searchCount with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/searchCount retrieved /user/searchCount with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/listsimple.json retrieved /user/listsimple.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/listsimple.json retrieved /user/listsimple.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/:action/:id retrieved /user/:action/:id with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/:action/:id retrieved /user/:action/:id with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/ retrieved /user/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/ retrieved /user/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/{id} retrieved /user/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/{id} retrieved /user/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/count retrieved /user/count with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/count retrieved /user/count with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/list.json retrieved /user/list.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /user/list.json retrieved /user/list.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /user/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.AccessController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.getExcludes() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.getExcludes() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.getExcludes() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.getExcludes() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/getExcludes retrieved /access/getExcludes with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/getExcludes retrieved /access/getExcludes with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/getExcludes [ALL] -> AccessController.getExcludes()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/getExcludes [ALL] -> AccessController.getExcludes()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.login(User) as [user]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.login(User) as [user]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.login(User) as [user]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.login(User) as [user]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/login retrieved /access/login with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/login retrieved /access/login with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/login [POST] -> AccessController.login(User)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/login [POST] -> AccessController.login(User)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.logout() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.logout() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.logout() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.logout() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/logout retrieved /access/logout with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/logout retrieved /access/logout with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/logout [GET] -> AccessController.logout()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/logout [GET] -> AccessController.logout()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/ retrieved /access/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/ retrieved /access/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/ [GET] -> AccessController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/ [GET] -> AccessController.index()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.load() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.load() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.load() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AccessController.load() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/load retrieved /access/load with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /access/load retrieved /access/load with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/load [ALL] -> AccessController.load()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /access/load [ALL] -> AccessController.load()
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.flexait.sorricred.application.interceptor.LoggedInterceptor
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.BankController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for BankController.banks() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for BankController.banks() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for BankController.banks() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for BankController.banks() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /bank/banks.json retrieved /bank/banks.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /bank/banks.json retrieved /bank/banks.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /bank/banks.json [GET] -> BankController.banks()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /bank/banks.json [GET] -> BankController.banks()
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.UploadController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /download/-- retrieved /download/-- with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /download/-- retrieved /download/-- with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /download/-- [GET] -> UploadController.download()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /download/-- [GET] -> UploadController.download()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.download(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /download/{id}-{hash}-{name} retrieved /download/(-?\d+)-([^/]*)-([^/]*) with {name=[^/]*, hash=[^/]*, id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /download/{id}-{hash}-{name} retrieved /download/(-?\d+)-([^/]*)-([^/]*) with {name=[^/]*, hash=[^/]*, id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /download/{id}-{hash}-{name} [GET] -> UploadController.download(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /download/{id}-{hash}-{name} [GET] -> UploadController.download(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.upload(UploadedFile) as [file]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.upload(UploadedFile) as [file]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.upload(UploadedFile) as [file]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for UploadController.upload(UploadedFile) as [file]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /upload retrieved /upload with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /upload retrieved /upload with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /upload [POST] -> UploadController.upload(UploadedFile)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /upload [POST] -> UploadController.upload(UploadedFile)
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.caelum.vraptor.simplemail.AsyncMailerFlushInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.caelum.vraptor.environment.EnvironmentInterceptor
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.AddressController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.neighborhoods(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.neighborhoods(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.neighborhoods(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.neighborhoods(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /address/neighborhoods.json retrieved /address/neighborhoods.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /address/neighborhoods.json retrieved /address/neighborhoods.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /address/neighborhoods.json [GET] -> AddressController.neighborhoods(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /address/neighborhoods.json [GET] -> AddressController.neighborhoods(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.citys(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.citys(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.citys(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.citys(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /address/citys.json retrieved /address/citys.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /address/citys.json retrieved /address/citys.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /address/citys.json [GET] -> AddressController.citys(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /address/citys.json [GET] -> AddressController.citys(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.states() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.states() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.states() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for AddressController.states() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /address/estates.json retrieved /address/estates.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /address/estates.json retrieved /address/estates.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /address/estates.json [GET] -> AddressController.states()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /address/estates.json [GET] -> AddressController.states()
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.NeedyController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for NeedyController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for NeedyController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for NeedyController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for NeedyController.get(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/{id} retrieved /needy/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/{id} retrieved /needy/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/{id} [GET] -> NeedyController.get(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/{id} [GET] -> NeedyController.get(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/{model.id} retrieved /needy/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/{model.id} retrieved /needy/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/add retrieved /needy/add with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/add retrieved /needy/add with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/{id} retrieved /needy/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/{id} retrieved /needy/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/searchCount retrieved /needy/searchCount with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/searchCount retrieved /needy/searchCount with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/listsimple.json retrieved /needy/listsimple.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/listsimple.json retrieved /needy/listsimple.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/:action/:id retrieved /needy/:action/:id with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/:action/:id retrieved /needy/:action/:id with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/ retrieved /needy/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/ retrieved /needy/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/count retrieved /needy/count with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/count retrieved /needy/count with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/list.json retrieved /needy/list.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /needy/list.json retrieved /needy/list.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /needy/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.MyNetworkController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for MyNetworkController.index(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for MyNetworkController.index(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for MyNetworkController.index(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for MyNetworkController.index(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /minharede/{id}/{nivel} retrieved /minharede/(-?\d+)/(-?\d+) with {nivel=-?\d+, id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /minharede/{id}/{nivel} retrieved /minharede/(-?\d+)/(-?\d+) with {nivel=-?\d+, id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /minharede/{id}/{nivel} [GET] -> MyNetworkController.index(long, long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /minharede/{id}/{nivel} [GET] -> MyNetworkController.index(long, long)
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.PaymentUserController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.saveManualPayment(long, String) as [id, observation]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.saveManualPayment(long, String) as [id, observation]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.saveManualPayment(long, String) as [id, observation]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.saveManualPayment(long, String) as [id, observation]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/saveManualPayment retrieved /pagamentos/saveManualPayment with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/saveManualPayment retrieved /pagamentos/saveManualPayment with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/saveManualPayment [POST] -> PaymentUserController.saveManualPayment(long, String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/saveManualPayment [POST] -> PaymentUserController.saveManualPayment(long, String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.sendActivationEmail(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.sendActivationEmail(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.sendActivationEmail(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.sendActivationEmail(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/send-email/{id} retrieved /pagamentos/send-email/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/send-email/{id} retrieved /pagamentos/send-email/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/send-email/{id} [GET] -> PaymentUserController.sendActivationEmail(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/send-email/{id} [GET] -> PaymentUserController.sendActivationEmail(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.listPaymentsByUser(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.listPaymentsByUser(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.listPaymentsByUser(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.listPaymentsByUser(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/listpayments.json retrieved /pagamentos/listpayments.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/listpayments.json retrieved /pagamentos/listpayments.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/listpayments.json [GET] -> PaymentUserController.listPaymentsByUser(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/listpayments.json [GET] -> PaymentUserController.listPaymentsByUser(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/:id/:action retrieved /pagamentos/:id/:action with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/:id/:action retrieved /pagamentos/:id/:action with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/:id/:action [ALL] -> PaymentUserController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/:id/:action [ALL] -> PaymentUserController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.index(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.index(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.index(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.index(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/{id} retrieved /pagamentos/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/{id} retrieved /pagamentos/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/{id} [GET] -> PaymentUserController.index(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/{id} [GET] -> PaymentUserController.index(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for PaymentUserController.get(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/get/{id} retrieved /pagamentos/get/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /pagamentos/get/{id} retrieved /pagamentos/get/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/get/{id} [GET] -> PaymentUserController.get(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /pagamentos/get/{id} [GET] -> PaymentUserController.get(long)
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.ProductController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/{model.id} retrieved /product/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/{model.id} retrieved /product/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/add retrieved /product/add with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/add retrieved /product/add with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/{id} retrieved /product/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/{id} retrieved /product/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/{id} [DELETE] -> RestCrudController.remove(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/searchCount retrieved /product/searchCount with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/searchCount retrieved /product/searchCount with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/listsimple.json retrieved /product/listsimple.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/listsimple.json retrieved /product/listsimple.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/:action/:id retrieved /product/:action/:id with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/:action/:id retrieved /product/:action/:id with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/ retrieved /product/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/ retrieved /product/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.get(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/{id} retrieved /product/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/{id} retrieved /product/(-?\d+) with {id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/{id} [GET] -> RestReadController.get(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.count(String) as [q]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/count retrieved /product/count with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/count retrieved /product/count with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/count [GET] -> RestReadController.count(String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.list(String, Integer, Integer) as [q, count, page]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/list.json retrieved /product/list.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /product/list.json retrieved /product/list.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /product/list.json [GET] -> RestReadController.list(String, Integer, Integer)
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.flexait.core.interceptor.ExceptionInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:02 DEBUG InterceptorStereotypeHandler:53 - Found interceptor for class br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.caelum.vraptor.environment.EnvironmentController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.edit(String, String) as [key, value]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.edit(String, String) as [key, value]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.edit(String, String) as [key, value]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.edit(String, String) as [key, value]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /admin/environment retrieved /admin/environment with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /admin/environment retrieved /admin/environment with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /admin/environment [PUT] -> EnvironmentController.edit(String, String)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /admin/environment [PUT] -> EnvironmentController.edit(String, String)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.list() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.list() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.list() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for EnvironmentController.list() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /admin/environment retrieved /admin/environment with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /admin/environment retrieved /admin/environment with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /admin/environment [GET] -> EnvironmentController.list()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /admin/environment [GET] -> EnvironmentController.list()
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:02 DEBUG ResourceHandler:58 - Found resource: class br.com.flexait.sorricred.application.controller.DependentController
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.listDependentsByUser(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.listDependentsByUser(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.listDependentsByUser(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.listDependentsByUser(long, long) as [id, nivel]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/dependentsbyuser.json retrieved /dependente/dependentsbyuser.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/dependentsbyuser.json retrieved /dependente/dependentsbyuser.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/dependentsbyuser.json [GET] -> DependentController.listDependentsByUser(long, long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/dependentsbyuser.json [GET] -> DependentController.listDependentsByUser(long, long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for DependentController.remove(long) as [id]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/remove retrieved /dependente/remove with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/remove retrieved /dependente/remove with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/remove [ALL] -> DependentController.remove(long)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/remove [ALL] -> DependentController.remove(long)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.edit(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/{model.id} retrieved /dependente/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/{model.id} retrieved /dependente/(-?\d+) with {model.id=-?\d+}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/{model.id} [PUT] -> RestCrudController.edit(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestCrudController.add(IModel) as [model]
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/add retrieved /dependente/add with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/add retrieved /dependente/add with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/add [POST] -> RestCrudController.add(IModel)
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.searchCount() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/searchCount retrieved /dependente/searchCount with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/searchCount retrieved /dependente/searchCount with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/searchCount [GET] -> RestReadController.searchCount()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.listJson() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/listsimple.json retrieved /dependente/listsimple.json with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/listsimple.json retrieved /dependente/listsimple.json with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/listsimple.json [GET] -> RestReadController.listJson()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.url() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/:action/:id retrieved /dependente/:action/:id with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/:action/:id retrieved /dependente/:action/:id with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/:action/:id [ALL] -> RestReadController.url()
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG ParanamerNameProvider:51 - Found parameter names with paranamer for RestReadController.index() as []
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/ retrieved /dependente/ with {}
2015-03-13 09:31:02 DEBUG DefaultParametersControl:83 - For /dependente/ retrieved /dependente/ with {}
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /dependente/ [GET] -> RestReadController.index()
2015-03-13 09:31:02 INFO DefaultRouteBuilder:180 - /depe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment