gustavorost 11 de set. de 2012
Segue os dados que o console exibe enquanto estou subindo minha aplicação!
11/09/2012 13:10:02 org.mortbay.log.Slf4jLog info
INFO: jetty-6.1.26
11/09/2012 13:10:03 org.mortbay.log.Slf4jLog info
INFO: No Transaction manager found - if your webapp requires one, please configure one.
11/09/2012 13:10:03 org.mortbay.log.Slf4jLog info
INFO: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See <a href= "http://logging.apache.org/log4j/1.2/faq.html#noconfig" > http://logging.apache.org/log4j/1.2/faq.html#noconfig</a> for more info.
11/09/2012 13:10:05 org.hibernate.cfg.annotations.Version
INFO: Hibernate Annotations <a href= "http://3.4.0.GA" > 3.4.0.GA</a>
11/09/2012 13:10:05 org.hibernate.cfg.Environment
INFO: Hibernate 3.3.0.SP1
11/09/2012 13:10:05 org.hibernate.cfg.Environment
INFO: hibernate.properties not found
11/09/2012 13:10:05 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : javassist
11/09/2012 13:10:05 org.hibernate.cfg.Environment
INFO: using JDK 1.4 java.sql.Timestamp handling
11/09/2012 13:10:05 org.hibernate.annotations.common.Version
INFO: Hibernate Commons Annotations <a href= "http://3.1.0.GA" > 3.1.0.GA</a>
11/09/2012 13:10:05 org.hibernate.ejb.Version
INFO: Hibernate EntityManager <a href= "http://3.4.0.GA" > 3.4.0.GA</a>
11/09/2012 13:10:05 org.hibernate.ejb.Ejb3Configuration configure
INFO: Processing PersistenceUnitInfo [
name: sroUnit
…]
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.User
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryUserByName => select u from User u where name = :name
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryListAdmInterno => select u from User u
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryListNotAdm => select u from User u where SRO_USUARIO_ID < > 1
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryUserByLogin => select u from User u where login = :login
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryUserByClientSro => select u from User u where cliente = :cliente or cliente is null
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryUserByClient => select u from User u where u.cliente = :client
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryUserByClientNotAdm => select u from User u where u.cliente = :client and tipo.code=1
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.User on table SRO_USUARIO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.TypeUser
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryUserByDescricao => select u from TypeUser u where u.descricao = :descricao
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: typeUser.findByCode => select u from TypeUser u where u.code = :code
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.TypeUser on table SRO_TIPO_USUARIO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Client
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryClientByRazao => select u from Client u where razaoSocial = :razaoSocial
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryClient => select u from Client u order by NO_RAZAO_SOCIAL
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryClientById => select u from Client u where id = :id
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Client on table SRO_CLIENTE
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Flow
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Flow on table SRO_FLUXO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.ConditionFlow
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.ConditionFlow on table SRO_CONDICAO_FLUXO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Condition
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Condition on table SRO_CONDICAO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.SimpleFlow
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.SimpleFlow on table SRO_SIMPLES_FLUXO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.RequisitionOrder
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: request.findByTypeUserInCurrentFlow => SELECT request FROM RequisitionOrder request INNER JOIN request.currentFlow flow WHERE flow.typeUser = :typeUser
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.RequisitionOrder on table SRO_RO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Attachment
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Attachment on table SRO_ANEXO_RO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Estimation
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Estimation on table SRO_ESTIMATIMA_RO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Priority
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Priority on table SRO_PRIORIDADE_RO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.ServiceType
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryTypeByClient => select u from ServiceType u where u.client = :client
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryTypeByID => select u from ServiceType u where <a href= "http://u.id" > u.id</a> = :id
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.ServiceType on table SRO_TIPO_SERVICO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.System
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: querySytemByClient => select u from System u where u.client = :client
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: querySytemById => select u from System u where <a href= "http://u.id" > u.id</a> = :id
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.System on table SRO_SISTEMA
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Activity
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryActivityByClient => select u from Activity u where u.client = :client
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Activity on table SRO_ATIVIDADE
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.ActivityType
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryActivities => select u from ActivityType u
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryActivitiesById => select u from ActivityType u where <a href= "http://u.id" > u.id</a> = :id
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.ActivityType on table SRO_TIPO_ATIVIDADE
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.Diagram
11/09/2012 13:10:05 org.hibernate.cfg.annotations.QueryBinder bindQuery
INFO: Binding Named query: queryGetXml => select u, u.xml as xmlValue from Diagram u where id = :id
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.Diagram on table SRO_DIAGRAMA
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.gsw.sro.domain.HistoryRO
11/09/2012 13:10:05 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.gsw.sro.domain.HistoryRO on table SRO_HISTORICO_RO
11/09/2012 13:10:05 org.hibernate.cfg.annotations.CollectionBinder bindOneToManySecondPass
INFO: Mapping collection: com.gsw.sro.domain.RequisitionOrder.estimation -> SRO_ESTIMATIMA_RO
11/09/2012 13:10:05 org.hibernate.cfg.annotations.CollectionBinder bindOneToManySecondPass
INFO: Mapping collection: com.gsw.sro.domain.RequisitionOrder.roList -> SRO_HISTORICO_RO
11/09/2012 13:10:05 org.hibernate.cfg.AnnotationConfiguration secondPassCompile
INFO: Hibernate Validator not found: ignoring
11/09/2012 13:10:05 org.hibernate.cfg.search.HibernateSearchEventListenerRegister enableHibernateSearch
INFO: Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
11/09/2012 13:10:05 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
11/09/2012 13:10:05 org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider configure
INFO: Using provided datasource
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: Oracle, version: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: Oracle JDBC driver, version: 10.2.0.4.0
11/09/2012 13:10:06 org.hibernate.dialect.Dialect
INFO: Using dialect: org.hibernate.dialect.Oracle10gDialect
11/09/2012 13:10:06 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
11/09/2012 13:10:06 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL inserts for batching: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
11/09/2012 13:10:06 org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO: Using ASTQueryTranslatorFactory
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: enabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory createRegionFactory
INFO: Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
11/09/2012 13:10:06 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Named query checking : enabled
11/09/2012 13:10:06 org.hibernate.impl.SessionFactoryImpl
INFO: building session factory
11/09/2012 13:10:06 org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured