Autor |
Mensagem |
|
deu certo. Obrigado.
|
 |
|
estou fazendo da seguinte forma agora:
Code:
<n:form>
<n:bean name="solicitacao">
<n:group legend="Dados do Cadastro">
<n:panelGrid columns="4" width="700px" align="center">
<n:panel align="right">Empresa:</n:panel>
<n:panel><n:input type="text" name="empresa"/></n:panel>
<n:panel align="right">Contato: </n:panel>
<n:panel><n:input type="text" name="contato"/></n:panel>
<n:panel align="right">Endereço: </n:panel>
<n:panel><n:input type="text" name="endereco"/></n:panel>
<n:panel align="right">Bairro:</n:panel>
<n:panel><n:input type="text" name="bairro"/></n:panel>
<n:panel align="right">Cidade: </n:panel>
<n:panel><n:input type="text" name="cidade" /></n:panel>
<n:panel align="right">UF: </n:panel>
<n:panel><n:input name="uf" value="${solicitacao.uf}" itens="${listUfs}"/></n:panel> <n:panel align="right">CEP: </n:panel>
<n:panel><n:input type="Cep" name="cep"/></n:panel>
<n:panel align="right">Telefone:</n:panel>
<n:panel><n:input type="Telefone" name="telefone" /></n:panel>
<n:panel align="right">Email 1: </n:panel>
<n:panel><n:input type="text" name="email1" /></n:panel>
<n:panel align="right">Email 2:</n:panel>
<n:panel><n:input type="text" name="email2" /></n:panel>
<n:panel align="right">Nome Analista: </n:panel>
<n:panel><n:input type="text" name="nomeAnalistaTec" /></n:panel>
<n:panel align="right">Sobrenome Analista:</n:panel>
<n:panel><n:input type="text" name="sobrenomeAnalistaTec" /></n:panel>
<n:panel align="right">Filial:</n:panel>
<n:panel><n:input type="text" name="filial" /></n:panel>
<n:panel align="right">Centro de Custo: </n:panel>
<n:panel><n:input type="text" name="centroCusto" /></n:panel>
<n:panel align="right">Gerência: </n:panel>
<n:panel><n:input type="text" name="gerenciaSolic" /></n:panel>
</n:panelGrid>
</n:group>
<n:panel></n:panel>
<n:panel></n:panel>
<n:group legend="Dados do Kit">
<n:panelGrid columns="2" width="700px" align="center">
<n:panel align="right">Versão SO: </n:panel>
<n:panel><n:input type="text" name="versaoSO"/></n:panel>
<n:panel align="right">Partno Kit:</n:panel>
<n:panel><n:input type="text" name="partnoKit"/></n:panel>
<n:panel align="right">Partno Cd:</n:panel>
<n:panel><n:input type="text" name="partnoCD"/></n:panel>
<n:panel align="right">Quantidade:</n:panel>
<n:panel><n:input type="float" name="quantidade"/></n:panel>
<n:panel></n:panel>
<n:panel></n:panel>
<n:panel></n:panel>
<n:panel><n:submit action="salvar" align="right">salvar</n:submit></n:panel>
</n:panelGrid>
</n:group>
</n:bean>
</n:form>
está dando o erro para o campo UF:
NullPointerException: Em uma tag input o atributo value e o type não podem ser ambos nulos
|
 |
|
Para essa apenas. Será um formulário de requisição que será salvo no banco e enviará um email.
|
 |
|
Estou fazendo um formulário de cadastro tentando posicionar os campos em determinadas posições. Como eu faço para posicionar o botão salvar em outro lugar?
tentei agrupar os campos abaixo em dois grupos: Dados do Cadastro e Dados do Kit e não obtive êxito. Já li toda documentação, mas gostaria de mais exemplos de utilização do <n:bean> e <n:property> e outras tags do neo.
Code:
<t:entrada>
<t:janelaEntrada>
<t:tabelaEntrada renderAs="double" align="center"
style="width: 180px; background-color: #F8F4EA; padding:2px; border: 1px solid #949087"
columnStyles="font-size: 12px;">
<t:property name="empresa" />
<t:property name="contato" />
<t:property name="endereco" />
<t:property name="bairro" />
<t:property name="cidade" />
<t:property name="uf" />
<t:property name="cep" />
<t:property name="telefone" />
<t:property name="email1" />
<t:property name="email2" />
<t:property name="nomeAnalistaTec" />
<t:property name="sobrenomeAnalistaTec" />
<t:property name="filial" />
<t:property name="centroCusto" />
<t:property name="gerenciaSolic" />
<t:property name="produto" />
<t:property name="quantidade" />
<t:property name="versaoSO" />
<t:property name="partnoKit" />
<t:property name="partnoCD" />
</t:tabelaEntrada>
</t:janelaEntrada>
</t:entrada>
</br>
|
 |
|
Ok, funcionou.
alterei o nome dos arquivos:
UfListagem.jsp => ufListagem.jsp
UfEntrada.jsp => ufEntrada.jsp
Obrigado.
|
 |
|
Segue abaixo:
Code:
17/12/2007 09:05:18 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Arquivos de programas\Java\jdk1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
17/12/2007 09:05:18 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
17/12/2007 09:05:18 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 813 ms
17/12/2007 09:05:19 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
17/12/2007 09:05:19 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
17/12/2007 09:05:19 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
17/12/2007 09:05:19 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
17/12/2007 09:05:19 org.apache.catalina.core.ApplicationContext log
INFO: Loading Spring root WebApplicationContext
17/12/2007 09:05:19 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy
17/12/2007 09:05:19 br.com.linkcom.neo.core.web.init.WebDataSourceConfigStrategy configureDataSource
INFO: Criando dataSource com informações do arquivo connection.properties. Utilizando: driver, url
17/12/2007 09:05:19 org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName
INFO: Loaded JDBC driver: com.mysql.jdbc.Driver
17/12/2007 09:05:19 org.springframework.core.CollectionFactory <clinit>
INFO: Commons Collections 3.x available
17/12/2007 09:05:19 br.com.linkcom.neo.core.web.init.NeoBeanFactoryPostProcessor verificarConfig
INFO: Config não encontrado. Utilizando default.
17/12/2007 09:05:20 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.1.3
17/12/2007 09:05:20 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
17/12/2007 09:05:20 org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
17/12/2007 09:05:20 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
17/12/2007 09:05:20 org.springframework.orm.hibernate3.LocalSessionFactoryBean afterPropertiesSet
INFO: Building new Hibernate SessionFactory
17/12/2007 09:05:20 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: org.neoframework.exemplo.bean.Uf
17/12/2007 09:05:21 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity org.neoframework.exemplo.bean.Uf on table Uf
17/12/2007 09:05:21 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.0.41-community-nt
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: 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 $ )
17/12/2007 09:05:21 org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.MySQL5Dialect
17/12/2007 09:05:21 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
17/12/2007 09:05:21 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: on_close
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17/12/2007 09:05:21 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.EhCacheProvider
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
17/12/2007 09:05:21 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
17/12/2007 09:05:21 org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
17/12/2007 09:05:21 net.sf.ehcache.config.Configurator configure
WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Desenvolvimento/ProjetosJava/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/webapps/crud/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
17/12/2007 09:05:22 org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
17/12/2007 09:05:22 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 9 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:05:22 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@94af2f]
17/12/2007 09:05:22 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1fa39bb]
17/12/2007 09:05:22 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@e1dac2]
17/12/2007 09:05:22 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:05:22 br.com.linkcom.neo.core.web.init.ContextLoader loadParentContext
INFO: Criando contexto de aplicação Neo
17/12/2007 09:05:22 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:05:22 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 3 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:05:22 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@e22f2b]
17/12/2007 09:05:22 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@186dda3]
17/12/2007 09:05:22 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1412e75]
17/12/2007 09:05:22 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:05:22 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for root WebApplicationContext
17/12/2007 09:05:22 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 3234 ms
17/12/2007 09:05:22 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
17/12/2007 09:05:23 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
17/12/2007 09:05:23 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/63 config=null
17/12/2007 09:05:23 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
17/12/2007 09:05:23 org.apache.catalina.startup.Catalina start
INFO: Server startup in 4437 ms
17/12/2007 09:06:10 org.springframework.web.servlet.HttpServletBean init
INFO: Initializing servlet 'modulo'
17/12/2007 09:06:10 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization started
17/12/2007 09:06:10 org.apache.catalina.core.ApplicationContext log
INFO: Loading WebApplicationContext for Spring FrameworkServlet 'modulo'
17/12/2007 09:06:10 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [WebApplicationContext for namespace 'modulo-servlet']: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:06:10 org.springframework.context.support.AbstractApplicationContext refresh
INFO: No beans defined in application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:06:10 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@61cd2]
17/12/2007 09:06:10 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@14e4e31]
17/12/2007 09:06:10 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1ef7de4]
17/12/2007 09:06:10 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:06:10 org.springframework.web.servlet.FrameworkServlet initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for servlet 'modulo'
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet initMultipartResolver
INFO: Using MultipartResolver [br.com.linkcom.neo.controller.NeoCommonsMultipartResolver@639bf1]
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet initLocaleResolver
INFO: Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@d58ce2]
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet initThemeResolver
INFO: Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@16d835f]
17/12/2007 09:06:10 br.com.linkcom.neo.controller.AnnotationsHandlerMapping initApplicationContext
INFO: Inicializando configuração dos Controllers para o modulo: /modulo
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet initHandlerMappings
INFO: No HandlerMappings found in servlet 'modulo': using default
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet initHandlerAdapters
INFO: No HandlerAdapters found in servlet 'modulo': using default
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet initViewResolvers
INFO: No ViewResolvers found in servlet 'modulo': using default
17/12/2007 09:06:10 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization completed in 62 ms
17/12/2007 09:06:10 org.springframework.web.servlet.HttpServletBean init
INFO: Servlet 'modulo' configured successfully
17/12/2007 09:06:10 org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping for [/crud/modulo/crud] in DispatcherServlet with name 'modulo'
17/12/2007 09:06:43 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
17/12/2007 09:06:43 org.springframework.jdbc.support.SQLErrorCodesFactory <init>
INFO: SQLErrorCodes loaded: [DB2, HSQL, MS-SQL, MySQL, Oracle, Informix, PostgreSQL, Sybase]
17/12/2007 09:06:43 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT count(*) FROM org.neoframework.exemplo.bean.Uf uf
Hibernate: select count(*) as col_0_0_ from Uf uf0_
17/12/2007 09:06:44 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT uf FROM org.neoframework.exemplo.bean.Uf uf ORDER BY uf.id
Hibernate: select uf0_.id as id0_, uf0_.nome as nome0_, uf0_.sigla as sigla0_ from Uf uf0_ order by uf0_.id limit ?
17/12/2007 09:06:44 br.com.linkcom.neo.controller.CompositeViewResolver loadView
WARNING: Página não existente: /WEB-INF/jsp/modulo/crud/ufListagem.jsp
Tempo: /crud/modulo/crud/Uf 3578 ms
17/12/2007 09:06:51 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT count(*) FROM org.neoframework.exemplo.bean.Uf uf
Hibernate: select count(*) as col_0_0_ from Uf uf0_
17/12/2007 09:06:51 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT uf FROM org.neoframework.exemplo.bean.Uf uf ORDER BY uf.id
Hibernate: select uf0_.id as id0_, uf0_.nome as nome0_, uf0_.sigla as sigla0_ from Uf uf0_ order by uf0_.id limit ?
17/12/2007 09:06:55 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT count(*) FROM org.neoframework.exemplo.bean.Uf uf
Hibernate: select count(*) as col_0_0_ from Uf uf0_
17/12/2007 09:06:55 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT uf FROM org.neoframework.exemplo.bean.Uf uf ORDER BY uf.id
Hibernate: select uf0_.id as id0_, uf0_.nome as nome0_, uf0_.sigla as sigla0_ from Uf uf0_ order by uf0_.id limit ?
17/12/2007 09:07:18 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT count(*) FROM org.neoframework.exemplo.bean.Uf uf
Hibernate: select count(*) as col_0_0_ from Uf uf0_
17/12/2007 09:07:18 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT uf FROM org.neoframework.exemplo.bean.Uf uf ORDER BY uf.id
Hibernate: select uf0_.id as id0_, uf0_.nome as nome0_, uf0_.sigla as sigla0_ from Uf uf0_ order by uf0_.id limit ?
17/12/2007 09:07:55 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT count(*) FROM org.neoframework.exemplo.bean.Uf uf
Hibernate: select count(*) as col_0_0_ from Uf uf0_
17/12/2007 09:07:55 br.com.linkcom.neo.persistence.QueryBuilder getQuery
INFO: SELECT uf FROM org.neoframework.exemplo.bean.Uf uf ORDER BY uf.id
Hibernate: select uf0_.id as id0_, uf0_.nome as nome0_, uf0_.sigla as sigla0_ from Uf uf0_ order by uf0_.id limit ?
17/12/2007 09:10:13 org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
17/12/2007 09:10:13 org.apache.catalina.core.ApplicationContext log
INFO: Closing WebApplicationContext of Spring FrameworkServlet 'modulo'
17/12/2007 09:10:13 org.springframework.context.support.AbstractApplicationContext close
INFO: Closing application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:10:13 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons
INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy}
17/12/2007 09:10:13 org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
17/12/2007 09:10:13 org.springframework.context.support.AbstractApplicationContext close
INFO: Closing application context [Root WebApplicationContext]
17/12/2007 09:10:13 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons
INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy}
17/12/2007 09:10:13 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
17/12/2007 09:10:13 org.apache.catalina.core.ApplicationContext log
INFO: Loading Spring root WebApplicationContext
17/12/2007 09:10:14 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy
17/12/2007 09:10:14 br.com.linkcom.neo.core.web.init.WebDataSourceConfigStrategy configureDataSource
INFO: Criando dataSource com informações do arquivo connection.properties. Utilizando: driver, url
17/12/2007 09:10:14 org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName
INFO: Loaded JDBC driver: com.mysql.jdbc.Driver
17/12/2007 09:10:14 org.springframework.core.CollectionFactory <clinit>
INFO: Commons Collections 3.x available
17/12/2007 09:10:14 br.com.linkcom.neo.core.web.init.NeoBeanFactoryPostProcessor verificarConfig
INFO: Config não encontrado. Utilizando default.
17/12/2007 09:10:14 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.1.3
17/12/2007 09:10:14 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
17/12/2007 09:10:14 org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
17/12/2007 09:10:14 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
17/12/2007 09:10:14 org.springframework.orm.hibernate3.LocalSessionFactoryBean afterPropertiesSet
INFO: Building new Hibernate SessionFactory
17/12/2007 09:10:14 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: org.neoframework.exemplo.bean.Uf
17/12/2007 09:10:14 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity org.neoframework.exemplo.bean.Uf on table Uf
17/12/2007 09:10:15 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.0.41-community-nt
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: 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 $ )
17/12/2007 09:10:15 org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.MySQL5Dialect
17/12/2007 09:10:15 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
17/12/2007 09:10:15 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: on_close
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17/12/2007 09:10:15 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.EhCacheProvider
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
17/12/2007 09:10:15 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
17/12/2007 09:10:15 org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
17/12/2007 09:10:15 net.sf.ehcache.config.Configurator configure
WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Desenvolvimento/ProjetosJava/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/webapps/crud/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
17/12/2007 09:10:16 org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
17/12/2007 09:10:16 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 9 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:10:16 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@eff545]
17/12/2007 09:10:16 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1cfa965]
17/12/2007 09:10:16 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@7a4076]
17/12/2007 09:10:16 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:10:16 br.com.linkcom.neo.core.web.init.ContextLoader loadParentContext
INFO: Criando contexto de aplicação Neo
17/12/2007 09:10:16 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:10:16 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 3 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:10:16 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@19f76a5]
17/12/2007 09:10:16 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@266b44]
17/12/2007 09:10:16 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@4c7e10]
17/12/2007 09:10:16 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:10:16 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for root WebApplicationContext
17/12/2007 09:10:16 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 2750 ms
17/12/2007 09:10:28 org.springframework.web.servlet.HttpServletBean init
INFO: Initializing servlet 'modulo'
17/12/2007 09:10:28 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization started
17/12/2007 09:10:28 org.apache.catalina.core.ApplicationContext log
INFO: Loading WebApplicationContext for Spring FrameworkServlet 'modulo'
17/12/2007 09:10:28 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [WebApplicationContext for namespace 'modulo-servlet']: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:10:28 org.springframework.context.support.AbstractApplicationContext refresh
INFO: No beans defined in application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:10:28 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@8be1c9]
17/12/2007 09:10:28 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1947647]
17/12/2007 09:10:28 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1e14de0]
17/12/2007 09:10:28 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:10:28 org.springframework.web.servlet.FrameworkServlet initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for servlet 'modulo'
17/12/2007 09:10:28 org.springframework.web.servlet.DispatcherServlet initMultipartResolver
INFO: Using MultipartResolver [br.com.linkcom.neo.controller.NeoCommonsMultipartResolver@16a8823]
17/12/2007 09:10:28 org.springframework.web.servlet.DispatcherServlet initLocaleResolver
INFO: Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@10fb9bd]
17/12/2007 09:10:28 org.springframework.web.servlet.DispatcherServlet initThemeResolver
INFO: Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@16feee5]
17/12/2007 09:10:28 br.com.linkcom.neo.controller.AnnotationsHandlerMapping initApplicationContext
INFO: Inicializando configuração dos Controllers para o modulo: /modulo
17/12/2007 09:10:28 org.springframework.web.servlet.DispatcherServlet initHandlerMappings
INFO: No HandlerMappings found in servlet 'modulo': using default
17/12/2007 09:10:28 org.springframework.web.servlet.DispatcherServlet initHandlerAdapters
INFO: No HandlerAdapters found in servlet 'modulo': using default
17/12/2007 09:10:28 org.springframework.web.servlet.DispatcherServlet initViewResolvers
INFO: No ViewResolvers found in servlet 'modulo': using default
17/12/2007 09:10:28 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization completed in 47 ms
17/12/2007 09:10:28 org.springframework.web.servlet.HttpServletBean init
INFO: Servlet 'modulo' configured successfully
17/12/2007 09:10:28 br.com.linkcom.neo.controller.CompositeViewResolver loadView
WARNING: Página não existente: /WEB-INF/jsp/modulo/UfEntrada.jsp
17/12/2007 09:29:17 org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
17/12/2007 09:29:17 org.apache.catalina.core.ApplicationContext log
INFO: Closing WebApplicationContext of Spring FrameworkServlet 'modulo'
17/12/2007 09:29:17 org.springframework.context.support.AbstractApplicationContext close
INFO: Closing application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:29:17 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons
INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy}
17/12/2007 09:29:17 org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
17/12/2007 09:29:17 org.springframework.context.support.AbstractApplicationContext close
INFO: Closing application context [Root WebApplicationContext]
17/12/2007 09:29:17 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons
INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy}
17/12/2007 09:29:18 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
17/12/2007 09:29:18 org.apache.catalina.core.ApplicationContext log
INFO: Loading Spring root WebApplicationContext
17/12/2007 09:29:18 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy
17/12/2007 09:29:18 br.com.linkcom.neo.core.web.init.WebDataSourceConfigStrategy configureDataSource
INFO: Criando dataSource com informações do arquivo connection.properties. Utilizando: driver, url
17/12/2007 09:29:18 org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName
INFO: Loaded JDBC driver: com.mysql.jdbc.Driver
17/12/2007 09:29:18 org.springframework.core.CollectionFactory <clinit>
INFO: Commons Collections 3.x available
17/12/2007 09:29:18 br.com.linkcom.neo.core.web.init.NeoBeanFactoryPostProcessor verificarConfig
INFO: Config não encontrado. Utilizando default.
17/12/2007 09:29:19 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.1.3
17/12/2007 09:29:19 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
17/12/2007 09:29:19 org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
17/12/2007 09:29:19 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
17/12/2007 09:29:19 org.springframework.orm.hibernate3.LocalSessionFactoryBean afterPropertiesSet
INFO: Building new Hibernate SessionFactory
17/12/2007 09:29:19 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: org.neoframework.exemplo.bean.Uf
17/12/2007 09:29:19 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity org.neoframework.exemplo.bean.Uf on table Uf
17/12/2007 09:29:19 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.0.41-community-nt
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: 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 $ )
17/12/2007 09:29:19 org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.MySQL5Dialect
17/12/2007 09:29:19 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
17/12/2007 09:29:19 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: on_close
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17/12/2007 09:29:19 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.EhCacheProvider
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
17/12/2007 09:29:19 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
17/12/2007 09:29:20 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
17/12/2007 09:29:20 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
17/12/2007 09:29:20 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
17/12/2007 09:29:20 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
17/12/2007 09:29:20 org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
17/12/2007 09:29:20 net.sf.ehcache.config.Configurator configure
WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Desenvolvimento/ProjetosJava/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/webapps/crud/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
17/12/2007 09:29:20 org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
17/12/2007 09:29:20 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 9 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:29:20 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@11d75b9]
17/12/2007 09:29:20 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@11bf785]
17/12/2007 09:29:20 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@1174ec5]
17/12/2007 09:29:20 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:29:20 br.com.linkcom.neo.core.web.init.ContextLoader loadParentContext
INFO: Criando contexto de aplicação Neo
17/12/2007 09:29:20 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:29:20 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 3 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:29:20 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a66c87]
17/12/2007 09:29:20 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@11f1d25]
17/12/2007 09:29:20 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1b271f1]
17/12/2007 09:29:20 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:29:20 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for root WebApplicationContext
17/12/2007 09:29:20 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 2484 ms
17/12/2007 09:29:33 org.springframework.web.servlet.HttpServletBean init
INFO: Initializing servlet 'modulo'
17/12/2007 09:29:33 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization started
17/12/2007 09:29:33 org.apache.catalina.core.ApplicationContext log
INFO: Loading WebApplicationContext for Spring FrameworkServlet 'modulo'
17/12/2007 09:29:33 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [WebApplicationContext for namespace 'modulo-servlet']: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:29:33 org.springframework.context.support.AbstractApplicationContext refresh
INFO: No beans defined in application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:29:33 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1826ac5]
17/12/2007 09:29:33 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@12fb063]
17/12/2007 09:29:33 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1e55d39]
17/12/2007 09:29:33 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:29:33 org.springframework.web.servlet.FrameworkServlet initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for servlet 'modulo'
17/12/2007 09:29:33 org.springframework.web.servlet.DispatcherServlet initMultipartResolver
INFO: Using MultipartResolver [br.com.linkcom.neo.controller.NeoCommonsMultipartResolver@18ee2ee]
17/12/2007 09:29:33 org.springframework.web.servlet.DispatcherServlet initLocaleResolver
INFO: Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@1d48043]
17/12/2007 09:29:33 org.springframework.web.servlet.DispatcherServlet initThemeResolver
INFO: Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@30cd64]
17/12/2007 09:29:33 br.com.linkcom.neo.controller.AnnotationsHandlerMapping initApplicationContext
INFO: Inicializando configuração dos Controllers para o modulo: /modulo
17/12/2007 09:29:33 org.springframework.web.servlet.DispatcherServlet initHandlerMappings
INFO: No HandlerMappings found in servlet 'modulo': using default
17/12/2007 09:29:33 org.springframework.web.servlet.DispatcherServlet initHandlerAdapters
INFO: No HandlerAdapters found in servlet 'modulo': using default
17/12/2007 09:29:33 org.springframework.web.servlet.DispatcherServlet initViewResolvers
INFO: No ViewResolvers found in servlet 'modulo': using default
17/12/2007 09:29:33 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization completed in 47 ms
17/12/2007 09:29:33 org.springframework.web.servlet.HttpServletBean init
INFO: Servlet 'modulo' configured successfully
17/12/2007 09:29:33 br.com.linkcom.neo.controller.CompositeViewResolver loadView
WARNING: Página não existente: /WEB-INF/jsp/modulo/UfEntrada.jsp
17/12/2007 09:29:36 org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping for [/crud/modulo/crud/Uf] in DispatcherServlet with name 'modulo'
17/12/2007 09:30:21 org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
17/12/2007 09:30:21 org.apache.catalina.core.ApplicationContext log
INFO: Closing WebApplicationContext of Spring FrameworkServlet 'modulo'
17/12/2007 09:30:21 org.springframework.context.support.AbstractApplicationContext close
INFO: Closing application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:30:21 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons
INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy}
17/12/2007 09:30:21 org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
17/12/2007 09:30:21 org.springframework.context.support.AbstractApplicationContext close
INFO: Closing application context [Root WebApplicationContext]
17/12/2007 09:30:21 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons
INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy}
17/12/2007 09:30:21 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
17/12/2007 09:30:21 org.apache.catalina.core.ApplicationContext log
INFO: Loading Spring root WebApplicationContext
17/12/2007 09:30:21 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; root of BeanFactory hierarchy
17/12/2007 09:30:21 br.com.linkcom.neo.core.web.init.WebDataSourceConfigStrategy configureDataSource
INFO: Criando dataSource com informações do arquivo connection.properties. Utilizando: driver, url
17/12/2007 09:30:21 org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName
INFO: Loaded JDBC driver: com.mysql.jdbc.Driver
17/12/2007 09:30:21 org.springframework.core.CollectionFactory <clinit>
INFO: Commons Collections 3.x available
17/12/2007 09:30:21 br.com.linkcom.neo.core.web.init.NeoBeanFactoryPostProcessor verificarConfig
INFO: Config não encontrado. Utilizando default.
17/12/2007 09:30:22 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.1.3
17/12/2007 09:30:22 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
17/12/2007 09:30:22 org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
17/12/2007 09:30:22 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
17/12/2007 09:30:22 org.springframework.orm.hibernate3.LocalSessionFactoryBean afterPropertiesSet
INFO: Building new Hibernate SessionFactory
17/12/2007 09:30:22 org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: org.neoframework.exemplo.bean.Uf
17/12/2007 09:30:22 org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity org.neoframework.exemplo.bean.Uf on table Uf
17/12/2007 09:30:23 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.0.41-community-nt
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: 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 $ )
17/12/2007 09:30:23 org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.MySQL5Dialect
17/12/2007 09:30:23 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
17/12/2007 09:30:23 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: on_close
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17/12/2007 09:30:23 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.EhCacheProvider
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
17/12/2007 09:30:23 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
17/12/2007 09:30:23 org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
17/12/2007 09:30:23 net.sf.ehcache.config.Configurator configure
WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Desenvolvimento/ProjetosJava/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/webapps/crud/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
17/12/2007 09:30:23 org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
17/12/2007 09:30:23 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 9 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:30:23 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@10697e2]
17/12/2007 09:30:23 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1dd8136]
17/12/2007 09:30:23 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@14e3372]
17/12/2007 09:30:23 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:30:24 br.com.linkcom.neo.core.web.init.ContextLoader loadParentContext
INFO: Criando contexto de aplicação Neo
17/12/2007 09:30:24 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:30:24 org.springframework.context.support.AbstractApplicationContext refresh
INFO: 3 beans defined in application context [Root WebApplicationContext]
17/12/2007 09:30:24 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@970110]
17/12/2007 09:30:24 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1c6f1f4]
17/12/2007 09:30:24 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@36d036]
17/12/2007 09:30:24 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:30:24 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for root WebApplicationContext
17/12/2007 09:30:24 org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 3141 ms
17/12/2007 09:30:32 org.springframework.web.servlet.HttpServletBean init
INFO: Initializing servlet 'modulo'
17/12/2007 09:30:32 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization started
17/12/2007 09:30:32 org.apache.catalina.core.ApplicationContext log
INFO: Loading WebApplicationContext for Spring FrameworkServlet 'modulo'
17/12/2007 09:30:32 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory
INFO: Bean factory for application context [WebApplicationContext for namespace 'modulo-servlet']: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy
17/12/2007 09:30:32 org.springframework.context.support.AbstractApplicationContext refresh
INFO: No beans defined in application context [WebApplicationContext for namespace 'modulo-servlet']
17/12/2007 09:30:32 org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@16b5518]
17/12/2007 09:30:32 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@19fdafc]
17/12/2007 09:30:32 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@1e1df6e]
17/12/2007 09:30:32 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans []; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [ufCrud,ufService,ufDAO]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [config,neoImageResolver,neoFormater,jdbcTemplate,sessionFactory,hibernateTemplate,hibernateTransactionManager,transactionTemplate,multipartResolver]; root of BeanFactory hierarchy]
17/12/2007 09:30:32 org.springframework.web.servlet.FrameworkServlet initWebApplicationContext
INFO: Using context class [br.com.linkcom.neo.core.web.init.AnnotationsXmlWebApplicationContext] for servlet 'modulo'
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet initMultipartResolver
INFO: Using MultipartResolver [br.com.linkcom.neo.controller.NeoCommonsMultipartResolver@1219665]
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet initLocaleResolver
INFO: Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@18cecd]
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet initThemeResolver
INFO: Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@1377711]
17/12/2007 09:30:32 br.com.linkcom.neo.controller.AnnotationsHandlerMapping initApplicationContext
INFO: Inicializando configuração dos Controllers para o modulo: /modulo
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet initHandlerMappings
INFO: No HandlerMappings found in servlet 'modulo': using default
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet initHandlerAdapters
INFO: No HandlerAdapters found in servlet 'modulo': using default
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet initViewResolvers
INFO: No ViewResolvers found in servlet 'modulo': using default
17/12/2007 09:30:32 org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet 'modulo': initialization completed in 47 ms
17/12/2007 09:30:32 org.springframework.web.servlet.HttpServletBean init
INFO: Servlet 'modulo' configured successfully
17/12/2007 09:30:32 org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping for [/crud/modulo/crud] in DispatcherServlet with name 'modulo'
17/12/2007 09:30:35 org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping for [/crud/modulo/] in DispatcherServlet with name 'modulo'
17/12/2007 09:30:40 org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping for [/crud/modulo/crud] in DispatcherServlet with name 'modulo'
17/12/2007 09:30:44 org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping for [/crud/modulo/crud/] in DispatcherServlet with name 'modulo'
17/12/2007 09:30:54 br.com.linkcom.neo.controller.CompositeViewResolver loadView
WARNING: Página não existente: /WEB-INF/jsp/modulo/UfListagem.jsp
Tempo: /crud/modulo/crud/Uf 734 ms
|
 |
|
Pedro,
estava seguindo o tutorial CRUD e tive alguns erros que puderam ser solucionados com alguns tópicos já respondidos aki, mas dessa vez não encontrei nada a respeito. Está tudo Ok no código, mas quando executo a aplicação somente aparece o menu. Já até criei um ModelAndView direcionando para uma das JSPs e nada de aparecer o formulário de entrada ou a listagem.
obrigado.
|
 |
|
Funcionou sim. com os jars da distribuição completa funcionou perfeitamente.
obrigado.
|
 |
|
Pedro, utilizei todas os jars da distribuição completa "neo-3.3.16-full.zip". Estava usando os jars do seu exemplo TesteCRUD.
Obrigado.
|
 |
|
Fiz um projeto para executar o Hello World com Neo e ao executar só recebo o erro HTTP Status 404.
Estou usando o EasyEclipse 1.2.2 com JBoss, também tentei com o Tomcat e nada.
Antes de tentar com o Neo, fiz uma página JSP simples para ver se o servidor estava ok, deu certo, depois que fiz o exemplo com as bibliotecas do Neo e o hello world só dá esse erro para tudo.
Quando eu tirei a pasta Jsp/modulo de dentro do WEB-INF, a index.jsp que havia feito antes voltou a funcionar.
|
 |
|
|
|