Cria o select mais nao insere

3 respostas
G

o hibernate faz todo o select mais nao chega a inserir…
a pagina q criei e redirecionada tudo certinho mais nao insere no banco de dados

Hibernate + mysql + eclipse + vraptor + jsp

vai o erro do console…

[list]

2009-12-02 14:53:37,689 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column element. Unique false. Nullable true.

2009-12-02 14:53:37,689 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column mapkey. Unique false. Nullable true.

2009-12-02 14:53:37,689 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column null. Unique false. Nullable true.

2009-12-02 14:53:37,689 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column null. Unique false. Nullable false.

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column null. Unique false. Nullable false.

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: br.com.projeto.modelo.Funcionario.servicos

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property servicos

2009-12-02 14:53:37,691 [http-8080-2] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: br.com.projeto.modelo.Servico

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column DTYPE. Unique false. Nullable false.

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Servico

2009-12-02 14:53:37,691 [http-8080-2] INFO  org.hibernate.cfg.annotations.EntityBinder - Bind entity br.com.projeto.modelo.Servico on table Servico

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Processing br.com.projeto.modelo.Servico property annotation

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Processing br.com.projeto.modelo.Servico field annotation

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of <a href="http://br.com.projeto.modelo.Servico.id">br.com.projeto.modelo.Servico.id</a>

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column id. Unique false. Nullable false.

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - id is an id

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Bind @Id on id

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of br.com.projeto.modelo.Servico.descricao

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column descricao. Unique false. Nullable true.

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - binding property descricao with lazy=false

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for descricao

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property descricao

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of br.com.projeto.modelo.Servico.duracao

2009-12-02 14:53:37,691 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column duracao. Unique false. Nullable false.

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - binding property duracao with lazy=false

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for duracao

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property duracao

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of br.com.projeto.modelo.Servico.preco

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.Ejb3Column - Binding column preco. Unique false. Nullable false.

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - binding property preco with lazy=false

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for preco

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property preco

2009-12-02 14:53:37,694 [http-8080-2] DEBUG org.hibernate.cfg.AnnotationConfiguration - processing fk mappings (<em>ToOne and JoinedSubclass)

2009-12-02 14:53:37,794 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - processing extends queue

2009-12-02 14:53:37,794 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - processing collection mappings

2009-12-02 14:53:37,794 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: br.com.projeto.modelo.Funcionario.servicos

2009-12-02 14:53:37,794 [http-8080-2] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: br.com.projeto.modelo.Funcionario.servicos through an association table

2009-12-02 14:53:37,804 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: Funcionario_id, element: servicos_id

2009-12-02 14:53:37,804 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: br.com.projeto.modelo.Funcionario.agenda

2009-12-02 14:53:37,804 [http-8080-2] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: br.com.projeto.modelo.Funcionario.agenda through an association table

2009-12-02 14:53:37,804 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: Funcionario_id, element: agenda_id

2009-12-02 14:53:37,804 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: br.com.projeto.modelo.Cliente.agendamento

2009-12-02 14:53:37,804 [http-8080-2] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: br.com.projeto.modelo.Cliente.agendamento through an association table

2009-12-02 14:53:37,806 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: Cliente_id, element: agendamento_id

2009-12-02 14:53:37,806 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: br.com.projeto.modelo.Estado.cidade

2009-12-02 14:53:37,806 [http-8080-2] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: br.com.projeto.modelo.Estado.cidade through a foreign key

2009-12-02 14:53:37,806 [http-8080-2] INFO  org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: br.com.projeto.modelo.Estado.cidade -> Cidade

2009-12-02 14:53:37,806 [http-8080-2] DEBUG org.hibernate.cfg.annotations.TableBinder - Retrieving property br.com.projeto.modelo.Cidade.estado

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: estado_id, one-to-many: br.com.projeto.modelo.Cidade

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - processing native query and ResultSetMapping mappings

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - processing association property references

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - processing foreign key constraints

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Funcionario

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Cliente

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Servico

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Estado

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Endereco

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Cliente

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Agenda

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Cidade

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Endereco

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Agenda

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Funcionario

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Funcionario

2009-12-02 14:53:37,809 [http-8080-2] DEBUG org.hibernate.cfg.Configuration - resolving reference to class: br.com.projeto.modelo.Servico

2009-12-02 14:53:37,811 [http-8080-2] INFO  org.hibernate.cfg.AnnotationConfiguration - Hibernate Validator not found: ignoring

2009-12-02 14:53:37,824 [http-8080-2] INFO  org.hibernate.connection.DriverManagerConnectionProvider - Using Hibernate built-in connection pool (not for production use!)

2009-12-02 14:53:37,824 [http-8080-2] INFO  org.hibernate.connection.DriverManagerConnectionProvider - Hibernate connection pool size: 20

2009-12-02 14:53:37,824 [http-8080-2] INFO  org.hibernate.connection.DriverManagerConnectionProvider - autocommit mode: false

2009-12-02 14:53:37,829 [http-8080-2] INFO  org.hibernate.connection.DriverManagerConnectionProvider - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/xxx

2009-12-02 14:53:37,829 [http-8080-2] INFO  org.hibernate.connection.DriverManagerConnectionProvider - connection properties: {user=root, password=root}

2009-12-02 14:53:37,831 [http-8080-2] DEBUG org.hibernate.connection.DriverManagerConnectionProvider - opening new JDBC connection

2009-12-02 14:53:38,154 [http-8080-2] DEBUG org.hibernate.connection.DriverManagerConnectionProvider - created connection to: jdbc:mysql://localhost/xxx, Isolation Level: 4

2009-12-02 14:53:38,154 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.1.40-community

2009-12-02 14:53:38,154 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.7 ( $Date: 2007-03-09 22:13:57 +0100 (Fri, 09 Mar 2007) $, $Revision: 6341 $ )

2009-12-02 14:53:38,182 [http-8080-2] INFO  org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQLInnoDBDialect

2009-12-02 14:53:38,187 [http-8080-2] INFO  org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)

2009-12-02 14:53:38,192 [http-8080-2] INFO  org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)

2009-12-02 14:53:38,192 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled

2009-12-02 14:53:38,192 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled

2009-12-02 14:53:38,192 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch size: 15

2009-12-02 14:53:38,192 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled

2009-12-02 14:53:38,195 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled

2009-12-02 14:53:38,195 [http-8080-2] DEBUG org.hibernate.cfg.SettingsFactory - Wrap result sets: disabled

2009-12-02 14:53:38,195 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled

2009-12-02 14:53:38,195 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Connection release mode: auto

2009-12-02 14:53:38,197 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2

2009-12-02 14:53:38,197 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1

2009-12-02 14:53:38,197 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled

2009-12-02 14:53:38,197 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled

2009-12-02 14:53:38,197 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: disabled

2009-12-02 14:53:38,197 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

2009-12-02 14:53:38,200 [http-8080-2] INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Query language substitutions: {}

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Second-level cache: enabled

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Query cache: disabled

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled

2009-12-02 14:53:38,202 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled

2009-12-02 14:53:38,225 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout

2009-12-02 14:53:38,227 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Statistics: disabled

2009-12-02 14:53:38,227 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled

2009-12-02 14:53:38,230 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo

2009-12-02 14:53:38,230 [http-8080-2] INFO  org.hibernate.cfg.SettingsFactory - Named query checking : enabled

2009-12-02 14:53:38,302 [http-8080-2] INFO  org.hibernate.impl.SessionFactoryImpl - building session factory

2009-12-02 14:53:38,305 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryImpl - Session factory constructed with filter configurations : {}

2009-12-02 14:53:38,305 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryImpl - instantiating session factory with properties: {java.vendor=Sun Microsystems Inc., sun.java.launcher=SUN_STANDARD, catalina.base=D:\Java\apache-tomcat-6.0.20, hibernate.connection.url=jdbc:mysql://localhost/xxx, sun.management.compiler=HotSpot Client Compiler, catalina.useNaming=true, os.name=Windows 7, sun.boot.class.path=C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes, sun.desktop=windows, java.vm.specification.vendor=Sun Microsystems Inc., java.runtime.version=1.6.0_14-b08, user.name=Guguuu, shared.loader=, tomcat.util.buf.StringCache.byte.enabled=true, user.language=pt, java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory, sun.boot.library.path=C:\Program Files\Java\jre6\bin, java.version=1.6.0_14, user.timezone=America/Sao_Paulo, sun.arch.data.model=32, java.endorsed.dirs=D:\Java\apache-tomcat-6.0.20\endorsed, sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, sun.jnu.encoding=Cp1252, <a href="http://file.encoding.pkg=sun.io">file.encoding.pkg=sun.io</a>, package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans., file.separator=, java.specification.name=Java Platform API Specification, hibernate.format_sql=true, java.class.version=50.0, hibernate.c3po.min_size=5, user.country=BR, java.home=C:\Program Files\Java\jre6, java.vm.info=mixed mode, sharing, os.version=6.1, hibernate.c3po.idle_test_period=100, hibernate.c3po.max_size=20, path.separator=;, java.vm.version=14.0-b16, hibernate.connection.password=root, user.variant=, java.awt.printerjob=sun.awt.windows.WPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, hibernate.connection.username=root, package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper., java.naming.factory.url.pkgs=org.apache.naming, user.home=C:\Users\Guguuu, java.specification.vendor=Sun Microsystems Inc., java.library.path=C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\Program Files\Common Files\ArcSoft\Bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Java\jdk1.6.0_17\bin, java.vendor.url=http://java.sun.com/, hibernate.connection.driver_class=com.mysql.jdbc.Driver, java.vm.vendor=Sun Microsystems Inc., hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect, common.loader=${catalina.home}/lib,${catalina.home}/lib/</em>.jar, java.runtime.name=Java™ SE Runtime Environment, java.class.path=D:\Java\apache-tomcat-6.0.20\bin\bootstrap.jar, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.0, catalina.home=D:\Java\apache-tomcat-6.0.20, sun.cpu.endian=little, sun.os.patch.level=, java.io.tmpdir=C:\Users\Guguuu\AppData\Local\Temp, hibernate.c3po.timeout=180, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, server.loader=, os.arch=x86, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext, user.dir=D:\Java\eclipse, line.separator=

, java.vm.name=Java HotSpot™ Client VM, wtp.deploy=D:\Java\apache-tomcat-6.0.20\wtpwebapps, file.encoding=Cp1252, java.specification.version=1.6, hibernate.show_sql=true}

[/list]

3 Respostas

G

resto do erro:

[list]

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Cidade

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from Cidade where id =?

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select cidade_.id, cidade_.estado_id as estado3_1_, cidade_.nome as nome1_ from Cidade cidade_ where cidade_.id=?

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into Cidade (estado_id, nome, id) values (?, ?, ?)

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update Cidade set estado_id=?, nome=? where id=?

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from Cidade where id=?

2009-12-02 14:53:38,825 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Identity insert: insert into Cidade (estado_id, nome) values (?, ?)

2009-12-02 14:53:38,832 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Servico

2009-12-02 14:53:38,835 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from Servico where id =?

2009-12-02 14:53:38,835 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select servico_.id, servico_.descricao as descricao6_, servico_.duracao as duracao6_, servico_.preco as preco6_ from Servico servico_ where servico_.id=?

2009-12-02 14:53:38,835 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into Servico (descricao, duracao, preco, id) values (?, ?, ?, ?)

2009-12-02 14:53:38,835 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update Servico set descricao=?, duracao=?, preco=? where id=?

2009-12-02 14:53:38,835 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from Servico where id=?

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Estado

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from xxx.Estado where id =?

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select estado_.id, estado_.nome as nome4_ from xxx.Estado estado_ where estado_.id=?

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into xxx.Estado (nome, id) values (?, ?)

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update xxx.Estado set nome=? where id=?

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from xxx.Estado where id=?

2009-12-02 14:53:38,842 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Identity insert: insert into xxx.Estado (nome) values (?)

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Agenda

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from Agenda where id =?

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select agenda_.id, agenda_.cliente_id as cliente5_0_, agenda_.data as data0_, agenda_.funcionario_id as funciona6_0_, agenda_.hora as hora0_, agenda_.servico_id as servico7_0_, agenda_.status as status0_ from Agenda agenda_ where agenda_.id=?

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into Agenda (cliente_id, data, funcionario_id, hora, servico_id, status, id) values (?, ?, ?, ?, ?, ?, ?)

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update Agenda set cliente_id=?, data=?, funcionario_id=?, hora=?, servico_id=?, status=? where id=?

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from Agenda where id=?

2009-12-02 14:53:38,850 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Identity insert: insert into Agenda (cliente_id, data, funcionario_id, hora, servico_id, status) values (?, ?, ?, ?, ?, ?)

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Funcionario

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from Funcionario where id =?

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select funcionari_.id, funcionari_.cpf as cpf5_, funcionari_.endereco_id as endereco5_5_, funcionari_.nome as nome5_, funcionari_.rg as rg5_ from Funcionario funcionari_ where funcionari_.id=?

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into Funcionario (cpf, endereco_id, nome, rg, id) values (?, ?, ?, ?, ?)

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update Funcionario set cpf=?, endereco_id=?, nome=?, rg=? where id=?

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from Funcionario where id=?

2009-12-02 14:53:38,857 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Identity insert: insert into Funcionario (cpf, endereco_id, nome, rg) values (?, ?, ?, ?)

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Cliente

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from Cliente where id =?

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select cliente_.id, cliente_.cpf as cpf2_, cliente_.endereco_id as endereco5_2_, cliente_.nome as nome2_, cliente_.rg as rg2_ from Cliente cliente_ where cliente_.id=?

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into Cliente (cpf, endereco_id, nome, rg, id) values (?, ?, ?, ?, ?)

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update Cliente set cpf=?, endereco_id=?, nome=?, rg=? where id=?

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from Cliente where id=?

2009-12-02 14:53:38,865 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Identity insert: insert into Cliente (cpf, endereco_id, nome, rg) values (?, ?, ?, ?)

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: br.com.projeto.modelo.Endereco

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: select id from Endereco where id =?

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: select endereco_.id, endereco_.bairro as bairro3_, endereco_.cep as cep3_, endereco_.cidade_id as cidade7_3_, endereco_.numero as numero3_, endereco_.rua as rua3_, endereco_.tipoEndereco as tipoEnde6_3_ from Endereco endereco_ where endereco_.id=?

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: insert into Endereco (bairro, cep, cidade_id, numero, rua, tipoEndereco, id) values (?, ?, ?, ?, ?, ?, ?)

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: update Endereco set bairro=?, cep=?, cidade_id=?, numero=?, rua=?, tipoEndereco=? where id=?

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: delete from Endereco where id=?

2009-12-02 14:53:38,870 [http-8080-2] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Identity insert: insert into Endereco (bairro, cep, cidade_id, numero, rua, tipoEndereco) values (?, ?, ?, ?, ?, ?)

2009-12-02 14:53:38,882 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: br.com.projeto.modelo.Cliente.agendamento

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row insert: insert into Cliente_Agenda (Cliente_id, agendamento_id) values (?, ?)

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row update: update Cliente_Agenda set agendamento_id=? where Cliente_id=? and agendamento_id=?

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row delete: delete from Cliente_Agenda where Cliente_id=? and agendamento_id=?

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  One-shot delete: delete from Cliente_Agenda where Cliente_id=?

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: br.com.projeto.modelo.Funcionario.servicos

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row insert: insert into Funcionario_Servico (Funcionario_id, servicos_id) values (?, ?)

2009-12-02 14:53:38,885 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row update: update Funcionario_Servico set servicos_id=? where Funcionario_id=? and servicos_id=?

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row delete: delete from Funcionario_Servico where Funcionario_id=? and servicos_id=?

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  One-shot delete: delete from Funcionario_Servico where Funcionario_id=?

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: br.com.projeto.modelo.Funcionario.agenda

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row insert: insert into Funcionario_Agenda (Funcionario_id, agenda_id) values (?, ?)

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row update: update Funcionario_Agenda set agenda_id=? where Funcionario_id=? and agenda_id=?

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row delete: delete from Funcionario_Agenda where Funcionario_id=? and agenda_id=?

2009-12-02 14:53:38,887 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  One-shot delete: delete from Funcionario_Agenda where Funcionario_id=?

2009-12-02 14:53:38,890 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: br.com.projeto.modelo.Estado.cidade

2009-12-02 14:53:38,892 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row insert: update Cidade set estado_id=? where id=?

2009-12-02 14:53:38,892 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  Row delete: update Cidade set estado_id=null where estado_id=? and id=?

2009-12-02 14:53:38,892 [http-8080-2] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister -  One-shot delete: update Cidade set estado_id=null where estado_id=?

2009-12-02 14:53:38,930 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_1_, cidade0_.estado_id as estado3_1_1_, cidade0_.nome as nome1_1_, estado1_.id as id4_0_, estado1_.nome as nome4_0_ from Cidade cidade0_ left outer join xxx.Estado estado1_ on cidade0_.estado_id=estado1_.id where cidade0_.id=?

2009-12-02 14:53:38,935 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_1_, cidade0_.estado_id as estado3_1_1_, cidade0_.nome as nome1_1_, estado1_.id as id4_0_, estado1_.nome as nome4_0_ from Cidade cidade0_ left outer join xxx.Estado estado1_ on cidade0_.estado_id=estado1_.id where cidade0_.id=?

2009-12-02 14:53:38,935 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_0_, cidade0_.estado_id as estado3_1_0_, cidade0_.nome as nome1_0_ from Cidade cidade0_ where cidade0_.id=? for update

2009-12-02 14:53:38,935 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_0_, cidade0_.estado_id as estado3_1_0_, cidade0_.nome as nome1_0_ from Cidade cidade0_ where cidade0_.id=? for update

2009-12-02 14:53:38,935 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_0_, cidade0_.estado_id as estado3_1_0_, cidade0_.nome as nome1_0_ from Cidade cidade0_ where cidade0_.id=? for update

2009-12-02 14:53:38,947 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_0_, cidade0_.estado_id as estado3_1_0_, cidade0_.nome as nome1_0_ from Cidade cidade0_ where cidade0_.id=?

2009-12-02 14:53:38,947 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Cidade: select cidade0_.id as id1_0_, cidade0_.estado_id as estado3_1_0_, cidade0_.nome as nome1_0_ from Cidade cidade0_ where cidade0_.id=?

2009-12-02 14:53:38,947 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=?

2009-12-02 14:53:38,947 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=?

2009-12-02 14:53:38,947 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=? for update

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=? for update

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=? for update

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=?

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Servico: select servico0_.id as id6_0_, servico0_.descricao as descricao6_0_, servico0_.duracao as duracao6_0_, servico0_.preco as preco6_0_ from Servico servico0_ where servico0_.id=?

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=?

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=?

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=? for update

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=? for update

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=? for update

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=?

2009-12-02 14:53:38,950 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Estado: select estado0_.id as id4_0_, estado0_.nome as nome4_0_ from xxx.Estado estado0_ where estado0_.id=?

2009-12-02 14:53:38,952 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_5_, agenda0_.cliente_id as cliente5_0_5_, agenda0_.data as data0_5_, agenda0_.funcionario_id as funciona6_0_5_, agenda0_.hora as hora0_5_, agenda0_.servico_id as servico7_0_5_, agenda0_.status as status0_5_, cliente1_.id as id2_0_, cliente1_.cpf as cpf2_0_, cliente1_.endereco_id as endereco5_2_0_, cliente1_.nome as nome2_0_, cliente1_.rg as rg2_0_, endereco2_.id as id3_1_, endereco2_.bairro as bairro3_1_, endereco2_.cep as cep3_1_, endereco2_.cidade_id as cidade7_3_1_, endereco2_.numero as numero3_1_, endereco2_.rua as rua3_1_, endereco2_.tipoEndereco as tipoEnde6_3_1_, funcionari3_.id as id5_2_, funcionari3_.cpf as cpf5_2_, funcionari3_.endereco_id as endereco5_5_2_, funcionari3_.nome as nome5_2_, funcionari3_.rg as rg5_2_, endereco4_.id as id3_3_, endereco4_.bairro as bairro3_3_, endereco4_.cep as cep3_3_, endereco4_.cidade_id as cidade7_3_3_, endereco4_.numero as numero3_3_, endereco4_.rua as rua3_3_, endereco4_.tipoEndereco as tipoEnde6_3_3_, servico5_.id as id6_4_, servico5_.descricao as descricao6_4_, servico5_.duracao as duracao6_4_, servico5_.preco as preco6_4_ from Agenda agenda0_ left outer join Cliente cliente1_ on agenda0_.cliente_id=cliente1_.id left outer join Endereco endereco2_ on cliente1_.endereco_id=endereco2_.id left outer join Funcionario funcionari3_ on agenda0_.funcionario_id=funcionari3_.id left outer join Endereco endereco4_ on funcionari3_.endereco_id=endereco4_.id left outer join Servico servico5_ on agenda0_.servico_id=servico5_.id where agenda0_.id=?

2009-12-02 14:53:38,952 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_5_, agenda0_.cliente_id as cliente5_0_5_, agenda0_.data as data0_5_, agenda0_.funcionario_id as funciona6_0_5_, agenda0_.hora as hora0_5_, agenda0_.servico_id as servico7_0_5_, agenda0_.status as status0_5_, cliente1_.id as id2_0_, cliente1_.cpf as cpf2_0_, cliente1_.endereco_id as endereco5_2_0_, cliente1_.nome as nome2_0_, cliente1_.rg as rg2_0_, endereco2_.id as id3_1_, endereco2_.bairro as bairro3_1_, endereco2_.cep as cep3_1_, endereco2_.cidade_id as cidade7_3_1_, endereco2_.numero as numero3_1_, endereco2_.rua as rua3_1_, endereco2_.tipoEndereco as tipoEnde6_3_1_, funcionari3_.id as id5_2_, funcionari3_.cpf as cpf5_2_, funcionari3_.endereco_id as endereco5_5_2_, funcionari3_.nome as nome5_2_, funcionari3_.rg as rg5_2_, endereco4_.id as id3_3_, endereco4_.bairro as bairro3_3_, endereco4_.cep as cep3_3_, endereco4_.cidade_id as cidade7_3_3_, endereco4_.numero as numero3_3_, endereco4_.rua as rua3_3_, endereco4_.tipoEndereco as tipoEnde6_3_3_, servico5_.id as id6_4_, servico5_.descricao as descricao6_4_, servico5_.duracao as duracao6_4_, servico5_.preco as preco6_4_ from Agenda agenda0_ left outer join Cliente cliente1_ on agenda0_.cliente_id=cliente1_.id left outer join Endereco endereco2_ on cliente1_.endereco_id=endereco2_.id left outer join Funcionario funcionari3_ on agenda0_.funcionario_id=funcionari3_.id left outer join Endereco endereco4_ on funcionari3_.endereco_id=endereco4_.id left outer join Servico servico5_ on agenda0_.servico_id=servico5_.id where agenda0_.id=?

2009-12-02 14:53:38,952 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_0_, agenda0_.cliente_id as cliente5_0_0_, agenda0_.data as data0_0_, agenda0_.funcionario_id as funciona6_0_0_, agenda0_.hora as hora0_0_, agenda0_.servico_id as servico7_0_0_, agenda0_.status as status0_0_ from Agenda agenda0_ where agenda0_.id=? for update

2009-12-02 14:53:38,952 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_0_, agenda0_.cliente_id as cliente5_0_0_, agenda0_.data as data0_0_, agenda0_.funcionario_id as funciona6_0_0_, agenda0_.hora as hora0_0_, agenda0_.servico_id as servico7_0_0_, agenda0_.status as status0_0_ from Agenda agenda0_ where agenda0_.id=? for update

2009-12-02 14:53:38,952 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_0_, agenda0_.cliente_id as cliente5_0_0_, agenda0_.data as data0_0_, agenda0_.funcionario_id as funciona6_0_0_, agenda0_.hora as hora0_0_, agenda0_.servico_id as servico7_0_0_, agenda0_.status as status0_0_ from Agenda agenda0_ where agenda0_.id=? for update

2009-12-02 14:53:38,955 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_0_, agenda0_.cliente_id as cliente5_0_0_, agenda0_.data as data0_0_, agenda0_.funcionario_id as funciona6_0_0_, agenda0_.hora as hora0_0_, agenda0_.servico_id as servico7_0_0_, agenda0_.status as status0_0_ from Agenda agenda0_ where agenda0_.id=?

2009-12-02 14:53:38,955 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Agenda: select agenda0_.id as id0_0_, agenda0_.cliente_id as cliente5_0_0_, agenda0_.data as data0_0_, agenda0_.funcionario_id as funciona6_0_0_, agenda0_.hora as hora0_0_, agenda0_.servico_id as servico7_0_0_, agenda0_.status as status0_0_ from Agenda agenda0_ where agenda0_.id=?

2009-12-02 14:53:38,955 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_2_, cliente0_.cpf as cpf2_2_, cliente0_.endereco_id as endereco5_2_2_, cliente0_.nome as nome2_2_, cliente0_.rg as rg2_2_, endereco1_.id as id3_0_, endereco1_.bairro as bairro3_0_, endereco1_.cep as cep3_0_, endereco1_.cidade_id as cidade7_3_0_, endereco1_.numero as numero3_0_, endereco1_.rua as rua3_0_, endereco1_.tipoEndereco as tipoEnde6_3_0_, cidade2_.id as id1_1_, cidade2_.estado_id as estado3_1_1_, cidade2_.nome as nome1_1_ from Cliente cliente0_ left outer join Endereco endereco1_ on cliente0_.endereco_id=endereco1_.id left outer join Cidade cidade2_ on endereco1_.cidade_id=cidade2_.id where cliente0_.id=?

2009-12-02 14:53:38,955 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_2_, cliente0_.cpf as cpf2_2_, cliente0_.endereco_id as endereco5_2_2_, cliente0_.nome as nome2_2_, cliente0_.rg as rg2_2_, endereco1_.id as id3_0_, endereco1_.bairro as bairro3_0_, endereco1_.cep as cep3_0_, endereco1_.cidade_id as cidade7_3_0_, endereco1_.numero as numero3_0_, endereco1_.rua as rua3_0_, endereco1_.tipoEndereco as tipoEnde6_3_0_, cidade2_.id as id1_1_, cidade2_.estado_id as estado3_1_1_, cidade2_.nome as nome1_1_ from Cliente cliente0_ left outer join Endereco endereco1_ on cliente0_.endereco_id=endereco1_.id left outer join Cidade cidade2_ on endereco1_.cidade_id=cidade2_.id where cliente0_.id=?

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_0_, cliente0_.cpf as cpf2_0_, cliente0_.endereco_id as endereco5_2_0_, cliente0_.nome as nome2_0_, cliente0_.rg as rg2_0_ from Cliente cliente0_ where cliente0_.id=? for update

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_0_, cliente0_.cpf as cpf2_0_, cliente0_.endereco_id as endereco5_2_0_, cliente0_.nome as nome2_0_, cliente0_.rg as rg2_0_ from Cliente cliente0_ where cliente0_.id=? for update

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_0_, cliente0_.cpf as cpf2_0_, cliente0_.endereco_id as endereco5_2_0_, cliente0_.nome as nome2_0_, cliente0_.rg as rg2_0_ from Cliente cliente0_ where cliente0_.id=? for update

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_0_, cliente0_.cpf as cpf2_0_, cliente0_.endereco_id as endereco5_2_0_, cliente0_.nome as nome2_0_, cliente0_.rg as rg2_0_ from Cliente cliente0_ where cliente0_.id=?

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Cliente: select cliente0_.id as id2_0_, cliente0_.cpf as cpf2_0_, cliente0_.endereco_id as endereco5_2_0_, cliente0_.nome as nome2_0_, cliente0_.rg as rg2_0_ from Cliente cliente0_ where cliente0_.id=?

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_2_, funcionari0_.cpf as cpf5_2_, funcionari0_.endereco_id as endereco5_5_2_, funcionari0_.nome as nome5_2_, funcionari0_.rg as rg5_2_, endereco1_.id as id3_0_, endereco1_.bairro as bairro3_0_, endereco1_.cep as cep3_0_, endereco1_.cidade_id as cidade7_3_0_, endereco1_.numero as numero3_0_, endereco1_.rua as rua3_0_, endereco1_.tipoEndereco as tipoEnde6_3_0_, cidade2_.id as id1_1_, cidade2_.estado_id as estado3_1_1_, cidade2_.nome as nome1_1_ from Funcionario funcionari0_ left outer join Endereco endereco1_ on funcionari0_.endereco_id=endereco1_.id left outer join Cidade cidade2_ on endereco1_.cidade_id=cidade2_.id where funcionari0_.id=?

2009-12-02 14:53:38,957 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_2_, funcionari0_.cpf as cpf5_2_, funcionari0_.endereco_id as endereco5_5_2_, funcionari0_.nome as nome5_2_, funcionari0_.rg as rg5_2_, endereco1_.id as id3_0_, endereco1_.bairro as bairro3_0_, endereco1_.cep as cep3_0_, endereco1_.cidade_id as cidade7_3_0_, endereco1_.numero as numero3_0_, endereco1_.rua as rua3_0_, endereco1_.tipoEndereco as tipoEnde6_3_0_, cidade2_.id as id1_1_, cidade2_.estado_id as estado3_1_1_, cidade2_.nome as nome1_1_ from Funcionario funcionari0_ left outer join Endereco endereco1_ on funcionari0_.endereco_id=endereco1_.id left outer join Cidade cidade2_ on endereco1_.cidade_id=cidade2_.id where funcionari0_.id=?

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_0_, funcionari0_.cpf as cpf5_0_, funcionari0_.endereco_id as endereco5_5_0_, funcionari0_.nome as nome5_0_, funcionari0_.rg as rg5_0_ from Funcionario funcionari0_ where funcionari0_.id=? for update

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_0_, funcionari0_.cpf as cpf5_0_, funcionari0_.endereco_id as endereco5_5_0_, funcionari0_.nome as nome5_0_, funcionari0_.rg as rg5_0_ from Funcionario funcionari0_ where funcionari0_.id=? for update

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_0_, funcionari0_.cpf as cpf5_0_, funcionari0_.endereco_id as endereco5_5_0_, funcionari0_.nome as nome5_0_, funcionari0_.rg as rg5_0_ from Funcionario funcionari0_ where funcionari0_.id=? for update

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_0_, funcionari0_.cpf as cpf5_0_, funcionari0_.endereco_id as endereco5_5_0_, funcionari0_.nome as nome5_0_, funcionari0_.rg as rg5_0_ from Funcionario funcionari0_ where funcionari0_.id=?

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Funcionario: select funcionari0_.id as id5_0_, funcionari0_.cpf as cpf5_0_, funcionari0_.endereco_id as endereco5_5_0_, funcionari0_.nome as nome5_0_, funcionari0_.rg as rg5_0_ from Funcionario funcionari0_ where funcionari0_.id=?

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_2_, endereco0_.bairro as bairro3_2_, endereco0_.cep as cep3_2_, endereco0_.cidade_id as cidade7_3_2_, endereco0_.numero as numero3_2_, endereco0_.rua as rua3_2_, endereco0_.tipoEndereco as tipoEnde6_3_2_, cidade1_.id as id1_0_, cidade1_.estado_id as estado3_1_0_, cidade1_.nome as nome1_0_, estado2_.id as id4_1_, estado2_.nome as nome4_1_ from Endereco endereco0_ left outer join Cidade cidade1_ on endereco0_.cidade_id=cidade1_.id left outer join xxx.Estado estado2_ on cidade1_.estado_id=estado2_.id where endereco0_.id=?

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_2_, endereco0_.bairro as bairro3_2_, endereco0_.cep as cep3_2_, endereco0_.cidade_id as cidade7_3_2_, endereco0_.numero as numero3_2_, endereco0_.rua as rua3_2_, endereco0_.tipoEndereco as tipoEnde6_3_2_, cidade1_.id as id1_0_, cidade1_.estado_id as estado3_1_0_, cidade1_.nome as nome1_0_, estado2_.id as id4_1_, estado2_.nome as nome4_1_ from Endereco endereco0_ left outer join Cidade cidade1_ on endereco0_.cidade_id=cidade1_.id left outer join xxx.Estado estado2_ on cidade1_.estado_id=estado2_.id where endereco0_.id=?

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_0_, endereco0_.bairro as bairro3_0_, endereco0_.cep as cep3_0_, endereco0_.cidade_id as cidade7_3_0_, endereco0_.numero as numero3_0_, endereco0_.rua as rua3_0_, endereco0_.tipoEndereco as tipoEnde6_3_0_ from Endereco endereco0_ where endereco0_.id=? for update

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_0_, endereco0_.bairro as bairro3_0_, endereco0_.cep as cep3_0_, endereco0_.cidade_id as cidade7_3_0_, endereco0_.numero as numero3_0_, endereco0_.rua as rua3_0_, endereco0_.tipoEndereco as tipoEnde6_3_0_ from Endereco endereco0_ where endereco0_.id=? for update

2009-12-02 14:53:38,960 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_0_, endereco0_.bairro as bairro3_0_, endereco0_.cep as cep3_0_, endereco0_.cidade_id as cidade7_3_0_, endereco0_.numero as numero3_0_, endereco0_.rua as rua3_0_, endereco0_.tipoEndereco as tipoEnde6_3_0_ from Endereco endereco0_ where endereco0_.id=? for update

[/list]

G

continuando,…

2009-12-02 14:53:38,962 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_0_, endereco0_.bairro as bairro3_0_, endereco0_.cep as cep3_0_, endereco0_.cidade_id as cidade7_3_0_, endereco0_.numero as numero3_0_, endereco0_.rua as rua3_0_, endereco0_.tipoEndereco as tipoEnde6_3_0_ from Endereco endereco0_ where endereco0_.id=?
   2009-12-02 14:53:38,962 [http-8080-2] DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity br.com.projeto.modelo.Endereco: select endereco0_.id as id3_0_, endereco0_.bairro as bairro3_0_, endereco0_.cep as cep3_0_, endereco0_.cidade_id as cidade7_3_0_, endereco0_.numero as numero3_0_, endereco0_.rua as rua3_0_, endereco0_.tipoEndereco as tipoEnde6_3_0_ from Endereco endereco0_ where endereco0_.id=?
   2009-12-02 14:53:38,975 [http-8080-2] DEBUG org.hibernate.loader.collection.BasicCollectionLoader - Static select for collection br.com.projeto.modelo.Cliente.agendamento: select agendament0_.Cliente_id as Cliente1_6_, agendament0_.agendamento_id as agendame2_6_, agenda1_.id as id0_0_, agenda1_.cliente_id as cliente5_0_0_, agenda1_.data as data0_0_, agenda1_.funcionario_id as funciona6_0_0_, agenda1_.hora as hora0_0_, agenda1_.servico_id as servico7_0_0_, agenda1_.status as status0_0_, cliente2_.id as id2_1_, cliente2_.cpf as cpf2_1_, cliente2_.endereco_id as endereco5_2_1_, cliente2_.nome as nome2_1_, cliente2_.rg as rg2_1_, endereco3_.id as id3_2_, endereco3_.bairro as bairro3_2_, endereco3_.cep as cep3_2_, endereco3_.cidade_id as cidade7_3_2_, endereco3_.numero as numero3_2_, endereco3_.rua as rua3_2_, endereco3_.tipoEndereco as tipoEnde6_3_2_, funcionari4_.id as id5_3_, funcionari4_.cpf as cpf5_3_, funcionari4_.endereco_id as endereco5_5_3_, funcionari4_.nome as nome5_3_, funcionari4_.rg as rg5_3_, endereco5_.id as id3_4_, endereco5_.bairro as bairro3_4_, endereco5_.cep as cep3_4_, endereco5_.cidade_id as cidade7_3_4_, endereco5_.numero as numero3_4_, endereco5_.rua as rua3_4_, endereco5_.tipoEndereco as tipoEnde6_3_4_, servico6_.id as id6_5_, servico6_.descricao as descricao6_5_, servico6_.duracao as duracao6_5_, servico6_.preco as preco6_5_ from Cliente_Agenda agendament0_ left outer join Agenda agenda1_ on agendament0_.agendamento_id=agenda1_.id left outer join Cliente cliente2_ on agenda1_.cliente_id=cliente2_.id left outer join Endereco endereco3_ on cliente2_.endereco_id=endereco3_.id left outer join Funcionario funcionari4_ on agenda1_.funcionario_id=funcionari4_.id left outer join Endereco endereco5_ on funcionari4_.endereco_id=endereco5_.id left outer join Servico servico6_ on agenda1_.servico_id=servico6_.id where agendament0_.Cliente_id=?
   2009-12-02 14:53:38,975 [http-8080-2] DEBUG org.hibernate.loader.collection.BasicCollectionLoader - Static select for collection br.com.projeto.modelo.Funcionario.servicos: select servicos0_.Funcionario_id as Funciona1_1_, servicos0_.servicos_id as servicos2_1_, servico1_.id as id6_0_, servico1_.descricao as descricao6_0_, servico1_.duracao as duracao6_0_, servico1_.preco as preco6_0_ from Funcionario_Servico servicos0_ left outer join Servico servico1_ on servicos0_.servicos_id=servico1_.id where servicos0_.Funcionario_id=?
   2009-12-02 14:53:38,975 [http-8080-2] DEBUG org.hibernate.loader.collection.BasicCollectionLoader - Static select for collection br.com.projeto.modelo.Funcionario.agenda: select agenda0_.Funcionario_id as Funciona1_6_, agenda0_.agenda_id as agenda2_6_, agenda1_.id as id0_0_, agenda1_.cliente_id as cliente5_0_0_, agenda1_.data as data0_0_, agenda1_.funcionario_id as funciona6_0_0_, agenda1_.hora as hora0_0_, agenda1_.servico_id as servico7_0_0_, agenda1_.status as status0_0_, cliente2_.id as id2_1_, cliente2_.cpf as cpf2_1_, cliente2_.endereco_id as endereco5_2_1_, cliente2_.nome as nome2_1_, cliente2_.rg as rg2_1_, endereco3_.id as id3_2_, endereco3_.bairro as bairro3_2_, endereco3_.cep as cep3_2_, endereco3_.cidade_id as cidade7_3_2_, endereco3_.numero as numero3_2_, endereco3_.rua as rua3_2_, endereco3_.tipoEndereco as tipoEnde6_3_2_, funcionari4_.id as id5_3_, funcionari4_.cpf as cpf5_3_, funcionari4_.endereco_id as endereco5_5_3_, funcionari4_.nome as nome5_3_, funcionari4_.rg as rg5_3_, endereco5_.id as id3_4_, endereco5_.bairro as bairro3_4_, endereco5_.cep as cep3_4_, endereco5_.cidade_id as cidade7_3_4_, endereco5_.numero as numero3_4_, endereco5_.rua as rua3_4_, endereco5_.tipoEndereco as tipoEnde6_3_4_, servico6_.id as id6_5_, servico6_.descricao as descricao6_5_, servico6_.duracao as duracao6_5_, servico6_.preco as preco6_5_ from Funcionario_Agenda agenda0_ left outer join Agenda agenda1_ on agenda0_.agenda_id=agenda1_.id left outer join Cliente cliente2_ on agenda1_.cliente_id=cliente2_.id left outer join Endereco endereco3_ on cliente2_.endereco_id=endereco3_.id left outer join Funcionario funcionari4_ on agenda1_.funcionario_id=funcionari4_.id left outer join Endereco endereco5_ on funcionari4_.endereco_id=endereco5_.id left outer join Servico servico6_ on agenda1_.servico_id=servico6_.id where agenda0_.Funcionario_id=?
   2009-12-02 14:53:38,980 [http-8080-2] DEBUG org.hibernate.loader.collection.OneToManyLoader - Static select for one-to-many br.com.projeto.modelo.Estado.cidade: select cidade0_.estado_id as estado3_1_, cidade0_.id as id1_, cidade0_.id as id1_0_, cidade0_.estado_id as estado3_1_0_, cidade0_.nome as nome1_0_ from Cidade cidade0_ where cidade0_.estado_id=?
 2009-12-02 14:53:38,985 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryObjectFactory - initializing class SessionFactoryObjectFactory
   2009-12-02 14:53:38,985 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryObjectFactory - registered: 40287e8525504fb30125504fb6240000 (unnamed)
   2009-12-02 14:53:38,985 [http-8080-2] INFO  org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
   2009-12-02 14:53:38,985 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryImpl - instantiated session factory
   2009-12-02 14:53:38,987 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryImpl - Checking 0 named HQL queries
   2009-12-02 14:53:38,987 [http-8080-2] DEBUG org.hibernate.impl.SessionFactoryImpl - Checking 0 named SQL queries
   2009-12-02 14:53:38,990 [http-8080-2] INFO  br.com.projeto.util.HibernateUtil - abrindo nova session!
   2009-12-02 14:53:39,070 [http-8080-2] DEBUG org.hibernate.impl.SessionImpl - opened session at timestamp: [telefone removido]
   2009-12-02 14:53:39,075 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'estadoController'
   2009-12-02 14:53:39,075 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'parametersInstantiatorInterceptor'
   2009-12-02 14:53:39,075 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'ognlParametersProvider'
   2009-12-02 14:53:39,092 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'asmBasedTypeCreator'
   2009-12-02 14:53:39,092 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'cacheBasedTypeCreator'
   2009-12-02 14:53:39,092 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'br.com.caelum.vraptor.ioc.spring.SpringBasedContainer'
   2009-12-02 14:53:39,092 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultConverters'
   2009-12-02 14:53:39,095 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'paranamerNameProvider'
   2009-12-02 14:53:39,097 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletRequestProvider'
   2009-12-02 14:53:39,097 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'emptyElementsRemoval'
   2009-12-02 14:53:39,097 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'emptyElementsRemoval'
   2009-12-02 14:53:39,102 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'emptyElementsRemoval' to allow for resolving potential circular references
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'emptyElementsRemoval'
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'ognlParametersProvider' via constructor to bean named 'cacheBasedTypeCreator'
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'ognlParametersProvider' via constructor to bean named 'br.com.caelum.vraptor.ioc.spring.SpringBasedContainer'
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'ognlParametersProvider' via constructor to bean named 'defaultConverters'
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'ognlParametersProvider' via constructor to bean named 'paranamerNameProvider'
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'ognlParametersProvider' via constructor to bean named 'httpServletRequestProvider'
   2009-12-02 14:53:39,107 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'ognlParametersProvider' via constructor to bean named 'emptyElementsRemoval'
   2009-12-02 14:53:39,212 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'ognlParametersProvider'
   2009-12-02 14:53:39,215 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultValidator'
   2009-12-02 14:53:39,218 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultValidationViewsFactory'
   2009-12-02 14:53:39,221 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'objenesisProxifier'
   2009-12-02 14:53:39,221 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultValidationViewsFactory' via constructor to bean named 'defaultResult'
   2009-12-02 14:53:39,221 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultValidationViewsFactory' via constructor to bean named 'objenesisProxifier'
   2009-12-02 14:53:39,226 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultValidationViewsFactory'
   2009-12-02 14:53:39,226 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultOutjector'
   2009-12-02 14:53:39,226 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletRequestProvider'
   2009-12-02 14:53:39,226 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultOutjector' via constructor to bean named 'httpServletRequestProvider'
   2009-12-02 14:53:39,228 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultOutjector'
   2009-12-02 14:53:39,228 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultValidator' via constructor to bean named 'defaultResult'
   2009-12-02 14:53:39,228 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultValidator' via constructor to bean named 'defaultValidationViewsFactory'
   2009-12-02 14:53:39,228 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultValidator' via constructor to bean named 'defaultOutjector'
   2009-12-02 14:53:39,236 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultValidator'
   2009-12-02 14:53:39,243 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'jstlLocalization'
   2009-12-02 14:53:39,246 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'VRaptorRequestProvider'
   2009-12-02 14:53:39,246 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'jstlLocalization' via constructor to bean named 'VRaptorRequestProvider'
   2009-12-02 14:53:39,248 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'jstlLocalization'
   2009-12-02 14:53:39,248 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'parametersInstantiatorInterceptor' via constructor to bean named 'ognlParametersProvider'
   2009-12-02 14:53:39,248 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'parametersInstantiatorInterceptor' via constructor to bean named 'defaultMethodInfo'
   2009-12-02 14:53:39,248 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'parametersInstantiatorInterceptor' via constructor to bean named 'defaultValidator'
   2009-12-02 14:53:39,248 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'parametersInstantiatorInterceptor' via constructor to bean named 'jstlLocalization'
   2009-12-02 14:53:39,258 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'parametersInstantiatorInterceptor'
   2009-12-02 14:53:39,268 [http-8080-2] WARN  br.com.caelum.vraptor.core.JstlLocalization - couldn't find message bundle, creating an empty one
   java.util.MissingResourceException: Can't find bundle for base name messages, locale pt_BR
	at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
	at java.util.ResourceBundle.getBundleImpl(Unknown Source)
	at java.util.ResourceBundle.getBundle(Unknown Source)
	at br.com.caelum.vraptor.core.JstlLocalization.getBundle(JstlLocalization.java:64)
	at br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor.intercept(ParametersInstantiatorInterceptor.java:63)
	at br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler.execute(ToInstantiateInterceptorHandler.java:46)
	at br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
	at br.com.caelum.vraptor.interceptor.InstantiateInterceptor.intercept(InstantiateInterceptor.java:42)
	at br.com.caelum.vraptor.core.InstantiatedInterceptorHandler.execute(InstantiatedInterceptorHandler.java:41)
	at br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
	at br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler.execute(ToInstantiateInterceptorHandler.java:48)
	at br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
	at br.com.caelum.vraptor.interceptor.InterceptorListPriorToExecutionExtractor.intercept(InterceptorListPriorToExecutionExtractor.java:46)
	at br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler.execute(ToInstantiateInterceptorHandler.java:46)
	at br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
	at br.com.caelum.vraptor.interceptor.FlashInterceptor.intercept(FlashInterceptor.java:80)
	at br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler.execute(ToInstantiateInterceptorHandler.java:46)
	at br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
	at br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor.intercept(ResourceLookupInterceptor.java:67)
	at br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler.execute(ToInstantiateInterceptorHandler.java:46)
	at br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
	at br.com.caelum.vraptor.core.DefaultRequestExecution.execute(DefaultRequestExecution.java:62)
	at br.com.caelum.vraptor.VRaptor$1.insideRequest(VRaptor.java:91)
	at br.com.caelum.vraptor.ioc.spring.SpringProvider.provideForRequest(SpringProvider.java:55)
	at br.com.caelum.vraptor.VRaptor.doFilter(VRaptor.java:88)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
	at java.lang.Thread.run(Unknown Source)
2009-12-02 14:53:39,271 [http-8080-2] DEBUG br.com.caelum.vraptor.http.asm.AsmBasedTypeCreator - Trying to make class for EstadoController$adiciona$[telefone removido]$1
   2009-12-02 14:53:39,313 [http-8080-2] DEBUG br.com.caelum.vraptor.http.ParanamerNameProvider - Found parameter names with paranamer for public void br.com.projeto.logic.EstadoController.adiciona(br.com.projeto.modelo.Estado) as [estado]
   2009-12-02 14:53:39,316 [http-8080-2] DEBUG br.com.caelum.vraptor.http.asm.AsmBasedTypeCreator - Parameter names found for creating type are: [Estado]
   2009-12-02 14:53:39,316 [http-8080-2] DEBUG br.com.caelum.vraptor.http.asm.AsmBasedTypeCreator - Method for field 'Estado' being defined for type Lbr/com/projeto/modelo/Estado;
   2009-12-02 14:53:39,318 [http-8080-2] DEBUG br.com.caelum.vraptor.http.asm.AsmBasedTypeCreator - Methods: [public br.com.projeto.modelo.Estado EstadoController$adiciona$[telefone removido]$1.getEstado(), public void EstadoController$adiciona$[telefone removido]$1.setEstado(br.com.projeto.modelo.Estado)]
   2009-12-02 14:53:39,318 [http-8080-2] DEBUG br.com.caelum.vraptor.http.asm.AsmBasedTypeCreator - Fields: [private br.com.projeto.modelo.Estado EstadoController$adiciona$[telefone removido]$1.Estado_]
   2009-12-02 14:53:39,318 [http-8080-2] DEBUG br.com.caelum.vraptor.reflection.CacheBasedTypeCreator - cached generic type for method {DefaultResourceMethod: br.com.projeto.logic.EstadoController.adiciona}
   2009-12-02 14:53:39,336 [http-8080-2] DEBUG br.com.caelum.vraptor.http.ognl.OgnlParametersProvider - Applying estado.nome with [RO]
   2009-12-02 14:53:39,393 [http-8080-2] DEBUG br.com.caelum.vraptor.http.ParanamerNameProvider - Found parameter names with paranamer for public void br.com.projeto.logic.EstadoController.adiciona(br.com.projeto.modelo.Estado) as [estado]
   2009-12-02 14:53:39,393 [http-8080-2] DEBUG br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor - Parameter values for {DefaultResourceMethod: br.com.projeto.logic.EstadoController.adiciona} are [br.com.projeto.modelo.Estado@aa4c7c]
   2009-12-02 14:53:39,396 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'deserializingInterceptor'
   2009-12-02 14:53:39,396 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletRequestProvider'
   2009-12-02 14:53:39,396 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultHttpResult'
   2009-12-02 14:53:39,398 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletRequestProvider'
   2009-12-02 14:53:39,398 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletResponseProvider'
   2009-12-02 14:53:39,401 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRouter'
   2009-12-02 14:53:39,403 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'objenesisProxifier'
   2009-12-02 14:53:39,403 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultHttpResult' via constructor to bean named 'httpServletRequestProvider'
   2009-12-02 14:53:39,403 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultHttpResult' via constructor to bean named 'httpServletResponseProvider'
   2009-12-02 14:53:39,403 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultHttpResult' via constructor to bean named 'defaultRouter'
   2009-12-02 14:53:39,406 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultHttpResult' via constructor to bean named 'objenesisProxifier'
   2009-12-02 14:53:39,408 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultHttpResult'
   2009-12-02 14:53:39,408 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultDeserializers'
   2009-12-02 14:53:39,411 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'br.com.caelum.vraptor.ioc.spring.SpringBasedContainer'
   2009-12-02 14:53:39,411 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'deserializingInterceptor' via constructor to bean named 'httpServletRequestProvider'
   2009-12-02 14:53:39,411 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'deserializingInterceptor' via constructor to bean named 'defaultHttpResult'
   2009-12-02 14:53:39,411 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'deserializingInterceptor' via constructor to bean named 'defaultDeserializers'
   2009-12-02 14:53:39,411 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'deserializingInterceptor' via constructor to bean named 'defaultMethodInfo'
   2009-12-02 14:53:39,411 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'deserializingInterceptor' via constructor to bean named 'br.com.caelum.vraptor.ioc.spring.SpringBasedContainer'
   2009-12-02 14:53:39,416 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'deserializingInterceptor'
   2009-12-02 14:53:39,416 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'executeMethodInterceptor'
   2009-12-02 14:53:39,421 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'executeMethodInterceptor' via constructor to bean named 'defaultMethodInfo'
   2009-12-02 14:53:39,421 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'executeMethodInterceptor' via constructor to bean named 'defaultValidator'
   2009-12-02 14:53:39,426 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'executeMethodInterceptor'
   ate aqui foi
2009-12-02 14:53:39,428 [http-8080-2] INFO  br.com.projeto.DAO.Dao - SalvandoGenerico br.com.projeto.modelo.Estado@aa4c7c
   2009-12-02 14:53:39,466 [http-8080-2] DEBUG org.hibernate.event.def.AbstractSaveEventListener - executing identity-insert immediately
   2009-12-02 14:53:39,471 [http-8080-2] DEBUG org.hibernate.jdbc.AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
   2009-12-02 14:53:39,471 [http-8080-2] DEBUG org.hibernate.jdbc.ConnectionManager - opening JDBC connection
   2009-12-02 14:53:39,481 [http-8080-2] DEBUG org.hibernate.SQL - 
    insert 
    into
        xxx.Estado
        (nome) 
    values
        (?)
   Hibernate: 
    insert 
    into
        xxx.Estado
        (nome) 
    values
        (?)
2009-12-02 14:53:39,508 [http-8080-2] DEBUG org.hibernate.id.IdentifierGeneratorFactory - Natively generated identity: 6
   2009-12-02 14:53:39,538 [http-8080-2] DEBUG org.hibernate.jdbc.AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
   2009-12-02 14:53:39,546 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'outjectResult'
   2009-12-02 14:53:39,551 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultTypeNameExtractor'
   2009-12-02 14:53:39,551 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultTypeNameExtractor'
   2009-12-02 14:53:39,553 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'defaultTypeNameExtractor' to allow for resolving potential circular references
   2009-12-02 14:53:39,558 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultTypeNameExtractor'
   2009-12-02 14:53:39,558 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'outjectResult' via constructor to bean named 'defaultResult'
   2009-12-02 14:53:39,558 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'outjectResult' via constructor to bean named 'defaultMethodInfo'
   2009-12-02 14:53:39,558 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'outjectResult' via constructor to bean named 'defaultTypeNameExtractor'
   2009-12-02 14:53:39,561 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'outjectResult'
   2009-12-02 14:53:39,561 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'downloadInterceptor'
   2009-12-02 14:53:39,566 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletResponseProvider'
   2009-12-02 14:53:39,566 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'downloadInterceptor' via constructor to bean named 'httpServletResponseProvider'
   2009-12-02 14:53:39,566 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'downloadInterceptor' via constructor to bean named 'defaultMethodInfo'
   2009-12-02 14:53:39,568 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'downloadInterceptor'
   2009-12-02 14:53:39,573 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'forwardToDefaultViewInterceptor'
   2009-12-02 14:53:39,573 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'forwardToDefaultViewInterceptor' via constructor to bean named 'defaultResult'
   2009-12-02 14:53:39,576 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'forwardToDefaultViewInterceptor'
   2009-12-02 14:53:39,578 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultPageResult'
   2009-12-02 14:53:39,581 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletRequestProvider'
   2009-12-02 14:53:39,581 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletResponseProvider'
   2009-12-02 14:53:39,581 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultPathResolver'
   2009-12-02 14:53:39,586 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'httpServletRequestProvider'
   2009-12-02 14:53:39,588 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'defaultAcceptHeaderToFormat'
   2009-12-02 14:53:39,588 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'defaultAcceptHeaderToFormat'
   2009-12-02 14:53:39,591 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'defaultAcceptHeaderToFormat' to allow for resolving potential circular references
   2009-12-02 14:53:39,593 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultAcceptHeaderToFormat'
   2009-12-02 14:53:39,593 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPathResolver' via constructor to bean named 'httpServletRequestProvider'
   2009-12-02 14:53:39,593 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPathResolver' via constructor to bean named 'defaultAcceptHeaderToFormat'
   2009-12-02 14:53:39,596 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultPathResolver'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'objenesisProxifier'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'defaultRouter'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPageResult' via constructor to bean named 'httpServletRequestProvider'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPageResult' via constructor to bean named 'httpServletResponseProvider'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPageResult' via constructor to bean named 'defaultMethodInfo'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPageResult' via constructor to bean named 'defaultPathResolver'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPageResult' via constructor to bean named 'objenesisProxifier'
   2009-12-02 14:53:39,598 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Autowiring by type from bean name 'defaultPageResult' via constructor to bean named 'defaultRouter'
   2009-12-02 14:53:39,601 [http-8080-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'defaultPageResult'
   2009-12-02 14:53:39,606 [http-8080-2] DEBUG br.com.caelum.vraptor.core.DefaultStaticContentHandler - deferring URI to container: /agenda/WEB-INF/jsp/estado/adiciona.jsp
   2009-12-02 14:53:39,668 [http-8080-2] DEBUG org.springframework.web.context.request.RequestContextListener - Cleared thread-bound request context: br.com.caelum.vraptor.http.VRaptorRequest@bb1bc4
G

consegui ja… valeu :smiley:

Criado 2 de dezembro de 2009
Ultima resposta 3 de dez. de 2009
Respostas 3
Participantes 1