[
https://issues.jboss.org/browse/SEAMFACES-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Leathem resolved SEAMFACES-86.
------------------------------------
Assignee: Brian Leathem
Resolution: Done
https://github.com/seam/faces/commit/5e1d8ed972fcc9074210b1e214e355352ac08a5a
> Current SNAPSHOT version produces much log messages (for each f:converter and
> a4j:mediaOutput)
> ----------------------------------------------------------------------------------------------
>
> Key: SEAMFACES-86
> URL: https://issues.jboss.org/browse/SEAMFACES-86
> Project: Seam Faces
> Issue Type: Bug
> Environment: Jboss 6.0.0.Final
> Reporter: Sebastian Sachtleben
> Assignee: Brian Leathem
> Priority: Minor
> Fix For: 3.0.0.CR1
>
>
> These log messages comes up with just call my startpage once (contains
> severals f:converter and a4j:mediaOutput):
> 00:29:50,175 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer]
> JBossAS [6.0.0.Final "Neo"] Started in 1m:21s:586ms
> 00:30:03,824 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:04,207 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,212 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,380 INFO [de.autowelt.action.search.InserationSearch] Initialize
> inseration search
> 00:30:04,380 INFO [de.autowelt.action.search.InserationSearch] Fetch
> inseration(s) from database
> 00:30:04,390 INFO [de.autowelt.action.search.InserationSearch] Search
> parameter changed - Fetch hits from inserations
> 00:30:04,463 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0) from de.autowelt.entity.inseration.Inseration as
> generatedAlias0, 51, 1], time: {}ms, rows: {}
> 00:30:04,467 INFO [de.autowelt.action.search.InserationSearch] Found 25
> inserations
> 00:30:04,550 INFO [org.hibernate.stat.Statistics] HQL: [select
> generatedAlias0 from de.autowelt.entity.inseration.Inseration as
> generatedAlias0 inner join fetch generatedAlias0.owner as generatedAlias1
> inner join fetch generatedAlias0.status as generatedAlias2 inner join fetch
> generatedAlias0.make as generatedAlias3 inner join fetch
> generatedAlias0.model as generatedAlias4 inner join fetch
> generatedAlias0.category as generatedAlias5 inner join fetch
> generatedAlias0.structure as generatedAlias6 inner join fetch
> generatedAlias0.gearbox as generatedAlias7 inner join fetch
> generatedAlias0.fueltype as generatedAlias8 inner join fetch
> generatedAlias0.emissionClass as generatedAlias9 inner join fetch
> generatedAlias0.emissionsSticker as generatedAlias10 inner join fetch
> generatedAlias0.address as generatedAlias11 order by generatedAlias0.price
> asc, 60, 6], time: {}ms, rows: {}
> 00:30:04,550 INFO [de.autowelt.action.search.InserationSearch] Show
> inseration(s) from 1 to 5 of 25
> 00:30:04,551 INFO [de.autowelt.action.search.InserationSearch] Fetch
> category hits from inserations
> 00:30:04,566 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0), generatedAlias0.category from
> de.autowelt.entity.inseration.Inseration as generatedAlias0 group by
> generatedAlias0.category order by count(generatedAlias0) desc, 1, 2], time:
> {}ms, rows: {}
> 00:30:04,566 INFO [de.autowelt.action.search.InserationSearch] Fetch
> emissionClass hits from inserations
> 00:30:04,575 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0), generatedAlias0.emissionClass from
> de.autowelt.entity.inseration.Inseration as generatedAlias0 group by
> generatedAlias0.emissionClass order by count(generatedAlias0) desc, 2, 5],
> time: {}ms, rows: {}
> 00:30:04,575 INFO [de.autowelt.action.search.InserationSearch] Fetch
> emissionsSticker hits from inserations
> 00:30:04,583 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0), generatedAlias0.emissionsSticker from
> de.autowelt.entity.inseration.Inseration as generatedAlias0 group by
> generatedAlias0.emissionsSticker order by count(generatedAlias0) desc, 1, 4],
> time: {}ms, rows: {}
> 00:30:04,583 INFO [de.autowelt.action.search.InserationSearch] Fetch
> fueltype hits from inserations
> 00:30:04,591 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0), generatedAlias0.fueltype from
> de.autowelt.entity.inseration.Inseration as generatedAlias0 group by
> generatedAlias0.fueltype order by count(generatedAlias0) desc, 1, 2], time:
> {}ms, rows: {}
> 00:30:04,591 INFO [de.autowelt.action.search.InserationSearch] Fetch gearbox
> hits from inserations
> 00:30:04,599 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0), generatedAlias0.gearbox from
> de.autowelt.entity.inseration.Inseration as generatedAlias0 group by
> generatedAlias0.gearbox order by count(generatedAlias0) desc, 1, 2], time:
> {}ms, rows: {}
> 00:30:04,600 INFO [de.autowelt.action.search.InserationSearch] Fetch
> structure hits from inserations
> 00:30:04,607 INFO [org.hibernate.stat.Statistics] HQL: [select
> count(generatedAlias0), generatedAlias0.structure from
> de.autowelt.entity.inseration.Inseration as generatedAlias0 group by
> generatedAlias0.structure order by count(generatedAlias0) desc, 1, 2], time:
> {}ms, rows: {}
> 00:30:04,812 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,819 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,822 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,824 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,826 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,828 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:04,971 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.NumberConverter
> 00:30:04,975 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.DateTimeConverter
> 00:30:04,976 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.NumberConverter
> 00:30:04,986 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:05,003 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:05,041 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.NumberConverter
> 00:30:05,043 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.validator.BeanValidator
> 00:30:05,049 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.NumberConverter
> 00:30:05,078 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.NumberConverter
> 00:30:05,081 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.NumberConverter
> 00:30:05,205 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,209 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,214 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,217 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,222 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,225 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,226 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,226 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,226 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,231 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,234 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,234 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,235 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,239 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,242 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,247 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,250 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,280 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,367 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,388 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,390 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,391 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,392 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,393 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,394 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,395 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,396 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,397 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,403 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,404 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,405 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,406 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,407 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,407 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,408 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,414 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,416 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,416 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,418 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,419 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,420 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,421 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,423 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,423 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,430 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,431 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,432 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,433 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,434 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,434 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,435 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,436 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,437 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,438 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,439 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,440 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,441 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,442 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,447 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,448 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,449 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,450 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,451 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,452 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,453 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,453 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,454 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,455 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,461 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,462 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,463 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,464 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,465 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,481 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.LongConverter
> 00:30:05,543 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,544 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,544 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,544 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,544 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,544 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.IntegerConverter
> 00:30:05,579 WARN [org.jboss.seam.faces.environment.SeamApplicationWrapper]
> Using JSF provided instance, unable to find a BeanManaged instance for class
> javax.faces.convert.LongConverter
> 00:30:05,797 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:05,820 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:05,872 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:05,894 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:06,010 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,092 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,096 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,096 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,098 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,103 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,145 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,146 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,148 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,148 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,289 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,374 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,374 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,397 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,424 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,462 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,516 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,633 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,651 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,743 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,765 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,788 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,816 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,854 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,860 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,897 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,940 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,967 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:07,991 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,257 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,393 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,418 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,420 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,450 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,466 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,487 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,547 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,560 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,563 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,600 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,607 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,608 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,669 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,674 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,685 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,720 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,729 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,758 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,814 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,825 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,846 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,881 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,883 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,905 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,923 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
> 00:30:08,928 INFO
> [org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch
> integration enabled
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues