[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3404) Extended Identity component is not being loaded during Initialization process

Luis Tama (JIRA) jira-events at lists.jboss.org
Wed Sep 17 16:57:21 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12430094#action_12430094 ] 

Luis Tama commented on JBSEAM-3404:
-----------------------------------

Sorry... my last comment was not very accurate...

I did remove my extended Identity component, so the applications is as it was generated by my JBoss Tools in Eclipse. But now there are problems with the authenticate method in SNAPSHOT. The seam-generated Authenticator component is not being loaded during Seam Initialization, so it's not being resolved, so authentication fails in the generated app:


15:48:11,718 INFO  [TomcatDeployer] undeploy, ctxPath=/siplacad2, warUrl=.../deploy/siplacad2.war/
15:48:11,718 INFO  [SessionFactoryImpl] closing
15:48:11,796 INFO  [TomcatDeployer] deploy, ctxPath=/siplacad2, warUrl=.../deploy/siplacad2.war/
15:48:17,828 INFO  [ServletContextListener] Welcome to Seam 2.1.0-SNAPSHOT
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix: 
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/excel, package: org.jboss.seam.excel, prefix: org.jboss.seam.excel
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
15:48:26,406 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
15:48:26,406 INFO  [Initialization] reading /WEB-INF/components.xml
15:48:26,500 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-ioc.jar!/META-INF/components.xml
15:48:26,500 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-remoting.jar!/META-INF/components.xml
15:48:26,500 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/components.xml
15:48:26,500 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam.jar!/META-INF/components.xml
15:48:26,515 INFO  [Initialization] reading properties from: /seam.properties
15:48:26,515 INFO  [Initialization] reading properties from: /jndi.properties
15:48:26,515 INFO  [Initialization] initializing Seam
15:48:26,656 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
15:48:26,671 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
15:48:26,859 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
15:48:26,875 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
15:48:26,875 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
15:48:26,890 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
15:48:26,890 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
15:48:26,890 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
15:48:26,890 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
15:48:26,890 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
15:48:26,906 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
15:48:26,968 INFO  [Initialization] Installing components...
15:48:27,031 INFO  [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
15:48:27,031 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
15:48:27,062 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
15:48:27,109 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
15:48:27,125 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
15:48:27,125 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
15:48:27,140 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
15:48:27,140 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
15:48:27,156 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
15:48:27,171 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
15:48:27,171 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
15:48:27,171 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
15:48:27,187 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
15:48:27,187 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
15:48:27,187 INFO  [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
15:48:27,187 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
15:48:27,203 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
15:48:27,203 INFO  [Component] Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory
15:48:27,218 INFO  [Component] Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter
15:48:27,234 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
15:48:27,250 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
15:48:27,250 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
15:48:27,250 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
15:48:27,250 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
15:48:27,265 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
15:48:27,265 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
15:48:27,265 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
15:48:27,265 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
15:48:27,265 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
15:48:27,265 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
15:48:27,281 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
15:48:27,281 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
15:48:27,296 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
15:48:27,296 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
15:48:27,296 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
15:48:27,312 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
15:48:27,328 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
15:48:27,328 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
15:48:27,328 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
15:48:27,343 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
15:48:27,359 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
15:48:27,359 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
15:48:27,375 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
15:48:27,375 INFO  [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
15:48:27,375 INFO  [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
15:48:27,390 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
15:48:27,390 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
15:48:27,390 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
15:48:27,390 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
15:48:27,406 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
15:48:27,406 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
15:48:27,421 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
15:48:27,437 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
15:48:27,453 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
15:48:27,484 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
15:48:27,484 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
15:48:27,500 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
15:48:27,500 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
15:48:27,500 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
15:48:27,515 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
15:48:27,515 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
15:48:27,531 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
15:48:27,531 INFO  [Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
15:48:27,531 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
15:48:27,546 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
15:48:27,546 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
15:48:27,546 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
15:48:27,562 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
15:48:27,562 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
15:48:27,562 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
15:48:27,609 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
15:48:27,609 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletsJBossLogging, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsJBossLogging
15:48:27,609 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
15:48:27,625 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
15:48:27,625 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.MockHttpSessionManager
15:48:27,625 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.MockServletContextManager
15:48:27,625 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
15:48:27,625 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
15:48:27,625 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
15:48:27,625 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
15:48:27,625 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
15:48:27,656 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
15:48:27,656 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
15:48:27,671 INFO  [Component] Component: siplacad2EntityManagerFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.EntityManagerFactory
15:48:27,687 INFO  [Contexts] starting up: siplacad2EntityManagerFactory
15:48:27,937 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:48:27,937 INFO  [DatasourceConnectionProvider] Using datasource: java:/siplacad2Datasource
15:48:27,937 INFO  [SettingsFactory] RDBMS: MySQL, version: 5.0.22-community-nt
15:48:27,937 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
15:48:27,937 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
15:48:27,937 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
15:48:27,937 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
15:48:27,953 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
15:48:27,953 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
15:48:27,953 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
15:48:27,953 INFO  [SettingsFactory] JDBC batch size: 15
15:48:27,953 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
15:48:27,953 INFO  [SettingsFactory] Scrollable result sets: enabled
15:48:27,953 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
15:48:27,953 INFO  [SettingsFactory] Connection release mode: auto
15:48:27,953 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
15:48:27,953 INFO  [SettingsFactory] Default batch fetch size: 1
15:48:27,953 INFO  [SettingsFactory] Generate SQL with comments: disabled
15:48:27,953 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
15:48:27,953 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
15:48:27,953 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
15:48:27,953 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
15:48:27,953 INFO  [SettingsFactory] Query language substitutions: {}
15:48:27,953 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
15:48:27,953 INFO  [SettingsFactory] Second-level cache: enabled
15:48:27,953 INFO  [SettingsFactory] Query cache: disabled
15:48:27,953 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.NoCacheProvider
15:48:27,953 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
15:48:27,953 INFO  [SettingsFactory] Structured second-level cache entries: disabled
15:48:27,953 INFO  [SettingsFactory] Echoing all SQL to stdout
15:48:27,953 INFO  [SettingsFactory] Statistics: disabled
15:48:27,953 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
15:48:27,953 INFO  [SettingsFactory] Default entity-mode: pojo
15:48:27,953 INFO  [SettingsFactory] Named query checking : enabled
15:48:27,968 INFO  [SessionFactoryImpl] building session factory
15:48:27,968 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
15:48:27,968 INFO  [SchemaUpdate] Running hbm2ddl schema update
15:48:27,968 INFO  [SchemaUpdate] fetching database metadata
15:48:27,968 INFO  [SchemaUpdate] updating schema
15:48:27,968 INFO  [SchemaUpdate] schema update complete
15:48:27,968 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:48:27,968 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
15:48:27,968 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
15:48:27,984 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
15:48:27,984 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMapper
15:48:27,984 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
15:48:28,000 INFO  [Contexts] starting up: org.jboss.seam.ui.facelet.faceletsJBossLogging
15:48:28,109 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
15:48:28,109 INFO  [Initialization] done initializing Seam
15:48:28,109 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
15:48:28,109 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
15:48:28,171 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
15:48:28,187 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
15:48:28,187 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
15:48:28,218 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
15:48:28,218 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
15:48:28,218 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
15:48:28,218 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
15:48:28,218 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
15:48:28,218 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
15:48:28,218 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
15:48:28,218 INFO  [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter



When trying to authenticate throug login.seam, it doesn't work...


15:48:50,750 INFO  [Contexts] starting up: org.jboss.seam.web.session
15:48:50,750 INFO  [Contexts] starting up: org.jboss.seam.security.ruleBasedPermissionResolver
15:48:51,875 INFO  [RuleBase] parsing rules: /security.drl
15:48:53,625 INFO  [Contexts] starting up: org.jboss.seam.security.identity
15:48:55,078 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-excel.jar!/META-INF/seam-excel.taglib.xml
15:48:55,078 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml
15:48:55,093 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml
15:48:55,109 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml
15:48:55,156 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
15:48:55,171 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
15:48:55,187 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
15:48:55,218 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
15:48:55,234 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
15:48:55,281 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/a4j.taglib.xml
15:48:55,281 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/ajax4jsf.taglib.xml
15:48:55,296 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/jsp.taglib.xml
15:48:55,437 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/rich.taglib.xml
15:48:55,453 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/richfaces.taglib.xml
15:49:00,437 ERROR [SeamLoginModule] Error invoking login method
javax.el.PropertyNotFoundException: Target Unreachable, identifier 'authenticator' resolved to null
	at org.jboss.el.parser.AstValue.getTarget(AstValue.java:38)
	at org.jboss.el.parser.AstValue.invoke(AstValue.java:95)
	at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
	at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:174)
	at org.jboss.seam.security.jaas.SeamLoginModule.login(SeamLoginModule.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
	at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
	at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
	at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
	at org.jboss.seam.security.Identity.authenticate(Identity.java:317)
	at org.jboss.seam.security.Identity.authenticate(Identity.java:306)
	at org.jboss.seam.security.Identity.login(Identity.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:329)
	at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:342)
	at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
	at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
	at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
	at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
	at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77)
	at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
	at javax.faces.component.UICommand.broadcast(UICommand.java:383)
	at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:321)
	at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:296)
	at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:253)
	at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:466)
	at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
	at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:72)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:150)
	at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
	at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:379)
	at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:506)
	at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
	at java.lang.Thread.run(Thread.java:595)



This problem doesn't occur with BETA1, where the Authenticator component is loaded and works fine:

15:54:21,734 INFO  [ServletContextListener] Welcome to Seam 2.1.0.BETA1
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix: 
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/excel, package: org.jboss.seam.excel, prefix: org.jboss.seam.excel
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
15:54:33,734 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
15:54:33,734 INFO  [Initialization] reading /WEB-INF/components.xml
15:54:33,828 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-ioc.jar!/META-INF/components.xml
15:54:33,828 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-remoting.jar!/META-INF/components.xml
15:54:33,828 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/components.xml
15:54:33,828 INFO  [Initialization] reading jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam.jar!/META-INF/components.xml
15:54:33,828 INFO  [Initialization] reading properties from: /seam.properties
15:54:33,843 INFO  [Initialization] reading properties from: /jndi.properties
15:54:33,843 INFO  [Initialization] initializing Seam
15:54:34,015 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
15:54:34,015 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
15:54:34,015 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
15:54:34,015 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
15:54:34,031 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
15:54:34,062 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
15:54:34,125 INFO  [Initialization] Installing components...

15:54:34,187 INFO  [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.ostion.siplacad2.session.Authenticator

15:54:34,250 INFO  [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
15:54:34,265 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
15:54:34,515 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
15:54:34,515 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
15:54:34,515 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
15:54:34,531 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
15:54:34,531 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
15:54:34,531 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
15:54:34,531 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
15:54:34,546 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
15:54:34,562 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
15:54:34,562 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
15:54:34,562 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
15:54:34,562 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
15:54:34,562 INFO  [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
15:54:34,578 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
15:54:34,578 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
15:54:34,593 INFO  [Component] Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory
15:54:34,593 INFO  [Component] Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter
15:54:34,609 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
15:54:34,625 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
15:54:34,625 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
15:54:34,625 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
15:54:34,625 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
15:54:34,625 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
15:54:34,640 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
15:54:34,640 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
15:54:34,640 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
15:54:34,640 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
15:54:34,640 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
15:54:34,656 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
15:54:34,671 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
15:54:34,671 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
15:54:34,671 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
15:54:34,687 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
15:54:34,687 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
15:54:34,703 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
15:54:34,703 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
15:54:34,703 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
15:54:34,718 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
15:54:34,734 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
15:54:34,734 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
15:54:34,750 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
15:54:34,750 INFO  [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
15:54:34,750 INFO  [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
15:54:34,750 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
15:54:34,765 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
15:54:34,765 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
15:54:34,765 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
15:54:34,781 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
15:54:34,781 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
15:54:34,796 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
15:54:34,796 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
15:54:34,812 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
15:54:34,843 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
15:54:34,843 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
15:54:34,843 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
15:54:34,843 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
15:54:34,859 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
15:54:34,875 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
15:54:34,875 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
15:54:34,875 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
15:54:34,890 INFO  [Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
15:54:34,890 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
15:54:34,890 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
15:54:34,906 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
15:54:34,906 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
15:54:34,906 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
15:54:34,906 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
15:54:34,937 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
15:54:34,953 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
15:54:34,953 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletsJBossLogging, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsJBossLogging
15:54:34,953 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
15:54:34,968 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
15:54:34,968 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.MockHttpSessionManager
15:54:34,968 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.MockServletContextManager
15:54:34,968 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
15:54:34,968 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
15:54:34,968 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
15:54:34,984 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
15:54:34,984 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
15:54:34,984 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
15:54:35,000 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
15:54:35,000 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
15:54:35,015 INFO  [Component] Component: siplacad2EntityManagerFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.EntityManagerFactory
15:54:35,015 INFO  [Contexts] starting up: siplacad2EntityManagerFactory
15:54:35,046 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:54:35,046 INFO  [DatasourceConnectionProvider] Using datasource: java:/siplacad2Datasource
15:54:35,046 INFO  [SettingsFactory] RDBMS: MySQL, version: 5.0.22-community-nt
15:54:35,046 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
15:54:35,062 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
15:54:35,062 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
15:54:35,062 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
15:54:35,062 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
15:54:35,062 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
15:54:35,062 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
15:54:35,062 INFO  [SettingsFactory] JDBC batch size: 15
15:54:35,062 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
15:54:35,062 INFO  [SettingsFactory] Scrollable result sets: enabled
15:54:35,062 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
15:54:35,062 INFO  [SettingsFactory] Connection release mode: auto
15:54:35,062 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
15:54:35,062 INFO  [SettingsFactory] Default batch fetch size: 1
15:54:35,062 INFO  [SettingsFactory] Generate SQL with comments: disabled
15:54:35,062 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
15:54:35,062 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
15:54:35,062 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
15:54:35,062 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
15:54:35,062 INFO  [SettingsFactory] Query language substitutions: {}
15:54:35,062 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
15:54:35,062 INFO  [SettingsFactory] Second-level cache: enabled
15:54:35,062 INFO  [SettingsFactory] Query cache: disabled
15:54:35,062 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.NoCacheProvider
15:54:35,062 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
15:54:35,062 INFO  [SettingsFactory] Structured second-level cache entries: disabled
15:54:35,062 INFO  [SettingsFactory] Echoing all SQL to stdout
15:54:35,062 INFO  [SettingsFactory] Statistics: disabled
15:54:35,062 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
15:54:35,062 INFO  [SettingsFactory] Default entity-mode: pojo
15:54:35,062 INFO  [SettingsFactory] Named query checking : enabled
15:54:35,078 INFO  [SessionFactoryImpl] building session factory
15:54:35,078 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
15:54:35,078 INFO  [SchemaUpdate] Running hbm2ddl schema update
15:54:35,078 INFO  [SchemaUpdate] fetching database metadata
15:54:35,078 INFO  [SchemaUpdate] updating schema
15:54:35,078 INFO  [SchemaUpdate] schema update complete
15:54:35,078 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:54:35,078 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
15:54:35,078 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
15:54:35,078 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
15:54:35,078 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMapper
15:54:35,078 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
15:54:35,109 INFO  [Contexts] starting up: org.jboss.seam.ui.facelet.faceletsJBossLogging
15:54:35,187 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
15:54:35,203 INFO  [Initialization] done initializing Seam
15:54:35,203 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
15:54:35,203 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
15:54:35,265 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
15:54:35,281 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
15:54:35,281 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
15:54:35,312 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
15:54:35,312 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
15:54:35,312 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
15:54:35,312 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
15:54:35,312 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
15:54:35,312 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
15:54:35,312 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
15:54:35,312 INFO  [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter


15:55:01,750 INFO  [Contexts] starting up: org.jboss.seam.web.session
15:55:01,765 INFO  [Contexts] starting up: org.jboss.seam.security.ruleBasedPermissionResolver
15:55:02,921 INFO  [RuleBase] parsing rules: /security.drl
15:55:03,484 INFO  [Contexts] starting up: org.jboss.seam.security.identity
15:55:05,156 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-excel.jar!/META-INF/seam-excel.taglib.xml
15:55:05,156 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml
15:55:05,171 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml
15:55:05,187 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml
15:55:05,234 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
15:55:05,250 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
15:55:05,265 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
15:55:05,296 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
15:55:05,312 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
15:55:05,359 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/a4j.taglib.xml
15:55:05,375 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/ajax4jsf.taglib.xml
15:55:05,390 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/jsp.taglib.xml
15:55:05,531 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/rich.taglib.xml
15:55:05,562 INFO  [compiler] Added Library from: jar:file:/C:/jboss-4.2.2.GA/server/default/deploy/siplacad2.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/richfaces.taglib.xml

15:55:10,562 INFO  [Authenticator] authenticating luiggitama



Hope this helps solving the issue...



> Extended Identity component is not being loaded during Initialization process
> -----------------------------------------------------------------------------
>
>                 Key: JBSEAM-3404
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3404
>             Project: Seam
>          Issue Type: Bug
>          Components: Core, Security
>    Affects Versions: 2.1.0.BETA1
>         Environment: Windows XP SP2, JDK 1.5.0_16, JBoss AS 4.2.2.GA, Eclipse JEE Europa Winter (3.3.2), JBoss Tools 2.1.2.GA, JBoss Seam 2.1.0.BETA1 and 2.1.0-SNAPSHOT # 309
>            Reporter: Luis Tama
>            Assignee: Shane Bryzak
>         Attachments: home.page.xml, Identity.java
>
>
> I have this Extended Identity component, which lets me render different home pages according to the user roles:
> @Name("org.jboss.seam.security.identity")
> @Scope(ScopeType.SESSION)
> @Install(precedence = Install.APPLICATION)
> @BypassInterceptors
> @Startup
> public class Identity extends org.jboss.seam.security.Identity {
> 	private static final String DEFAULT_HOME_PAGE = "/home/home.xhtml";
> 	private String homePage = DEFAULT_HOME_PAGE;
> 	// getter and setter for homePage, and business logic
> 	// and some other important properties related to my business model...
> }
> In Seam 2.1.0.BETA1, it works fine:
> ...
> 21:53:16,159 INFO  [Initialization] Installing components...
> ...
> 21:53:16,921 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.ostion.siplacad.session.Identity
> ...
> In Seam 2.1.0-SNAPSHOT # 303, it's not being loaded:
> ...
> 21:55:54,125 INFO  [Initialization] Installing components...
> ...
> 21:55:55,500 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
> ...
> 21:55:56,765 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity
> ...
> So I can't access identity.homePage from my webapp. I can see this exception in debug.seam:
> Exception during request processing:
> Caused by javax.el.MethodNotFoundException with message: "Method not found: org.jboss.seam.security.Identity at 9527ee.renderHomePage()"
> ...
> I will not post the full stack trace, because the obvious reason for the problem is that the extended component is not being loaded by Seam.
> I checked Seam source code, comparing versions BETA1 and SNAPSHOT # 303:
> Class org.jboss.seam.Component has no changes between versions.
> Class org.jboss.seam.security.Identity has changed, but i don't think there is a problem there.
> Class org.jboss.seam.init.Initialization does have some changes, specially regarding hotDeploymentStrategy. I guess there is a problem is with the hacks over there.
> Please check this. I must tell I switched to the SNAPSHOT to not have the "NPE with hot Redeployment" issue, but now I can't even see my webapp!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list