9 Replies Latest reply on Jul 24, 2009 9:00 AM by bbasdeo

    Servlet execution threw an exception

      I am trying to implement the calendar control from richfaces 3.3.1


      I am getting the following error when i debug the application:



      11:29:37,353 WARN  [ExceptionFilter] handling uncaught exception
      javax.servlet.ServletException: Servlet execution threw an exception
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313)
           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.web.IdentityFilter.doFilter(IdentityFilter.java:40)
           at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
           at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
           at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
           at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
           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:177)
           at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
           at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
           at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
           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.web.HotDeployFilter.doFilter(HotDeployFilter.java:53)
           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:235)
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
           at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
           at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
           at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
           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:158)
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
           at java.lang.Thread.run(Unknown Source)
      Caused by: java.lang.NoClassDefFoundError: org/apache/commons/beanutils/PropertyUtils
           at org.ajax4jsf.javascript.ScriptUtils.toScript(ScriptUtils.java:121)
           at org.ajax4jsf.javascript.ScriptUtils.toScript(ScriptUtils.java:66)
           at org.ajax4jsf.javascript.ScriptUtils.toScript(ScriptUtils.java:105)
           at org.richfaces.renderkit.CalendarRendererBase.writePreloadBody(CalendarRendererBase.java:439)
           at org.richfaces.renderkit.html.CalendarRenderer.doEncodeEnd(CalendarRenderer.java:474)
           at org.richfaces.renderkit.html.CalendarRenderer.doEncodeEnd(CalendarRenderer.java:485)
           at org.ajax4jsf.renderkit.RendererBase.encodeEnd(RendererBase.java:135)
           at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:861)
           at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:190)
           at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166)
           at org.jboss.seam.ui.renderkit.ValidateAllRendererBase.doEncodeChildren(ValidateAllRendererBase.java:33)
           at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92)
           at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:837)
           at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:186)
           at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166)
           at org.jboss.seam.ui.renderkit.DecorateRendererBase.doEncodeChildren(DecorateRendererBase.java:146)
           at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92)
           at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:837)
           at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:282)
           at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262)
           at org.richfaces.renderkit.html.PanelRenderer.doEncodeChildren(PanelRenderer.java:220)
           at org.richfaces.renderkit.html.PanelRenderer.doEncodeChildren(PanelRenderer.java:215)
           at org.ajax4jsf.renderkit.RendererBase.encodeChildren(RendererBase.java:121)
           at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:837)
           at javax.faces.component.UIComponent.encodeAll(UIComponent.java:930)
           at javax.faces.render.Renderer.encodeChildren(Renderer.java:148)
           at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:837)
           at javax.faces.component.UIComponent.encodeAll(UIComponent.java:930)
           at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
           at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592)
           at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
           at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
           at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
           at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
           at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
           at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           ... 42 more
      Caused by: java.lang.ClassNotFoundException: org.apache.commons.beanutils.PropertyUtils from BaseClassLoader@1dce58d{VFSClassLoaderPolicy@162a8a2{name=vfsfile:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/deploy/testCalendar-ear.ear/ domain=ClassLoaderDomain@329908{name=seam.jboss.org:loader=testCalendar-ear.ear parentPolicy=AFTER_BUT_JAVA_BEFORE parent=ClassLoaderDomain@10d1f30{DefaultDomain}} roots=[MemoryContextHandler@2959223[path= context=vfsmemory://5c4ok5l-6dnbct-fxfqdl87-1-fxfqed13-20 real=vfsmemory://5c4ok5l-6dnbct-fxfqdl87-1-fxfqed13-20], FileHandler@8005102[path= context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/], DelegatingHandler@22044881[path=jboss-seam.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/jboss-seam.jar], DelegatingHandler@4921008[path=seam.deployer/lib-int/jboss-seam-int-jbossas.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/deployers/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/deployers/seam.deployer/lib-int/jboss-seam-int-jbossas.jar], FileHandler@24470144[path=testCalendar-ejb.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/testCalendar-ejb.jar/], DelegatingHandler@26607564[path=antlr-runtime.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/antlr-runtime.jar], DelegatingHandler@3870309[path=drools-compiler.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/drools-compiler.jar], DelegatingHandler@13625184[path=drools-core.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/drools-core.jar], DelegatingHandler@9200757[path=jboss-el.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/jboss-el.jar], DelegatingHandler@33466328[path=jbpm-jpdl.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/jbpm-jpdl.jar], DelegatingHandler@16065234[path=mvel14.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/mvel14.jar], DelegatingHandler@31264084[path=richfaces-api.jar context=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/ real=file:/C:/Program%20Files/JBoss/jboss-5.0.1.GA-jdk6/server/default/tmp/5c4ok5l-6dnbct-fxfqdl87-1-fxfqe8bt-o/testCalendar-ear.ear/richfaces-api.jar]]  delegates=null exported=[, org.jbpm.jpdl, org.jboss.seam.contexts, commons-collections-3.2.jar.org.apache.commons.collections.list, org.jbpm.security.permission, commons-collections-3.2.jar.org.apache.commons.collections.keyvalue, org.jbpm.graph.node, org.mvel.optimizers, org.jbpm.msg.db, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.list, org.drools.conflict, org.jboss.seam.annotations.datamodel, org.jboss.seam.init, org.jboss.el.parser, org.jbpm, org.drools.ruleflow.common.core.impl, org.jbpm.module.def, org.drools.base.field, org.jbpm.context.log.variableinstance, org.drools.ruleflow.core, org.jbpm.calendar, org.jbpm.logging.db, org.jbpm.db.hibernate, org.jbpm.configuration, org.antlr.runtime, org.jboss.seam.core, org.jbpm.command, org.jbpm.jpdl.el.impl, org.ajax4jsf, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections, org.jboss.seam.servlet, org.jboss.seam.persistence, org.jbpm.module.exe, org.jbpm.job, org.jboss.seam.security.digest, org.jboss.seam.text, org.jbpm.mail, org.jboss.seam.faces, org.jbpm.db, org.jboss.seam.jmx, org.jboss.seam.jms, org.drools.brms.server.rules, org.jbpm.context.log, org.richfaces.event.sort, org.jbpm.taskmgmt.def, org.jboss.seam.async, org.ajax4jsf.resource, org.jboss.seam.annotations.security.management, org.jboss.seam.integration.jbossas.jms, org.jboss.seam.bpm, org.jboss.seam.security, org.drools.asm.attrs, org.ajax4jsf.javascript, org.jboss.seam.web, org.drools.reteoo.builder, org.jboss.el, org.jboss.seam.security.management.action, org.jboss.seam.databinding, commons-beanutils.jar.org.apache.commons.beanutils, commons-collections-3.2.jar.META-INF, org.jboss.seam.annotations.security, org.drools.asm, org.mvel.integration, org.drools.agent, org.mvel.tests.main.res, org.drools.lang, org.drools.ruleflow.common.datatype, org.jboss.seam.document, org.jboss.seam.mock, org.antlr.runtime.debug, org.mvel.debug, org.jboss.seam.mail, org.drools.objenesis.instantiator.jrockit, org.drools, org.drools.util, org.jbpm.context.exe, org.jboss.seam.navigation, org.richfaces.model, org.jboss.seam.international, org.jbpm.ant, commons-collections-3.2.jar.org.apache.commons.collections.map, org.drools.rule.builder.dialect.mvel, org.jbpm.instantiation, commons-beanutils.jar.META-INF, org.jbpm.jpdl.par, org.drools.reteoo, org.mvel.tests, org.drools.xml, org.jbpm.util, org.ajax4jsf.renderkit, org.mvel.ast.cache, org.jbpm.security.authentication, org.jbpm.logging, commons-collections-3.2.jar.org.apache.commons.collections.bidimap, org.jbpm.job.executor, org.ajax4jsf.context, org.jbpm.logging.exe, org.jboss.seam.cache, org.jboss.seam.jsf, org.mvel.optimizers.impl.refl, org.jboss.seam.intercept, org.jboss.seam.annotations.intercept, org.drools.objenesis, org.jboss.seam.annotations.async, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.bidimap, org.drools.asm.signature, org.drools.base.mvel, org.jbpm.msg, org.antlr.runtime.misc, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.bag, org.drools.lang.descr, org.drools.base.accumulators, org.drools.asm.util.attrs, org.jbpm.jcr, org.drools.brms.server.util, org.jboss.seam.annotations.web, org.drools.facttemplates, org.jboss.seam, META-INF.maven.org.drools.drools-compiler, org.drools.rule.builder.dialect.java, org.drools.rule.builder.dialect.java.parser, org.jbpm.context.def, org.jbpm.svc, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.keyvalue, org.jboss.seam.annotations.exception, org.jboss.seam.util, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.set, org.drools.commons.jci.problems, org.jbpm.jpdl.xml, org.ajax4jsf.cache, META-INF, org.drools.commons.jci.readers, org.drools.asm.util, org.jboss.seam.annotations.security.permission, org.jbpm.graph.def, org.domain.testcalendar.session, org.jboss.el.lang, org.domain.testcalendar.entity, org.mvel.optimizers.impl.asm, org.jbpm.jpdl.convert, org.jbpm.graph.node.advanced, org.drools.concurrent, org.jbpm.logging.log, org.jboss.seam.theme, org.jboss.seam.security.management, org.jboss.seam.el, org.richfaces.model.filter, org.jboss.seam.exception, org.drools.ruleflow.common.datatype.impl.type, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.collection, org.jbpm.db.compatibility, org.mvel.asm, commons-beanutils.jar.org.apache.commons.collections, org.jbpm.graph.action, org.drools.objenesis.instantiator.sun, org.mvel.ast, org.jbpm.context.exe.matcher, org.jboss.seam.security.jaas, org.richfaces.model.selection, org.jboss.seam.annotations.bpm, org.drools.base.extractors, org.jboss.seam.framework, commons-collections-3.2.jar.org.apache.commons.collections.bag, commons-collections-3.2.jar.org.apache.commons.collections.collection, org.jbpm.persistence.db, org.drools.brms.client.modeldriven, org.drools.ruleflow.common.instance.impl, org.ajax4jsf.event, org.drools.base.evaluators, org.jboss.seam.log, org.jboss.seam.captcha, org.drools.ruleflow.common.instance, org.drools.objenesis.strategy, org.jbpm.taskmgmt, org.drools.objenesis.instantiator, org.jbpm.context.exe.converter, org.jbpm.security.authorization, org.jbpm.jcr.jackrabbit, org.jboss.seam.drools, org.jboss.seam.annotations, org.jbpm.scheduler, org.drools.asm.commons, org.jboss.seam.pageflow, org.mvel.math, commons-collections-3.2.jar.org.apache.commons.collections.set, org.ajax4jsf.resource.util, org.mvel.tests.main, org.jboss.seam.deployment, org.mvel.integration.impl, org.jbpm.graph.exe, org.drools.base, org.jbpm.web, org.drools.lang.dsl, org.mvel.tests.perftests, org.mvel, org.drools.ruleflow.common.core, org.jboss.seam.integration.jbossas.vdf, org.jboss.el.util, org.richfaces.event, commons-logging-1.0.4.jar.org.apache.commons.logging, org.ajax4jsf.model, org.drools.common, org.richfaces.event.extdt, org.richfaces.component.xml, org.jbpm.security, org.drools.commons.jci.stores, org.jboss.seam.transaction, org.jbpm.command.impl, org.drools.audit.event, org.drools.util.asm, org.drools.base.dataproviders, META-INF.maven.org.richfaces.framework.richfaces-api, org.mvel.util, org.drools.brms.client.modeldriven.brl, org.jbpm.jcr.jndi, org.jboss.seam.integration.jbossas.servlet, org.jbpm.scheduler.def, org.drools.rule, org.drools.spi, org.jboss.seam.webservice, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.map, org.drools.audit, org.jbpm.svc.save, org.jbpm.jpdl.el, org.jbpm.file.def, commons-collections-3.2.jar.org.apache.commons.collections.buffer, commons-collections-3.2.jar.org.apache.commons.collections.iterators, commons-logging-1.0.4.jar.org.apache.commons.logging.impl, org.drools.compiler, META-INF.maven.org.jboss.seam.integration.jboss-seam-int-jbossas, org.jbpm.scheduler.db, org.mvel.optimizers.impl.refl.collection, org.jbpm.persistence.jta, commons-beanutils.jar, org.drools.ruleflow.common.datatype.impl, org.jboss.seam.integration.jbossas.vfs, org.jbpm.context.exe.variableinstance, commons-collections-3.2.jar.org.apache.commons.collections.functors, org.jbpm.jpdl.el.parser, org.mvel.conversion, org.jboss.seam.ejb, org.drools.util.concurrent.locks, org.jbpm.bytes, org.jbpm.graph.log, commons-beanutils.jar.org.apache.commons.beanutils.locale.converters, org.antlr.runtime.tree, org.drools.objenesis.instantiator.gcj, org.drools.event, org.jbpm.jpdl.exe, org.jbpm.persistence, org.jbpm.taskmgmt.impl, org.drools.commons.jci.compilers, org.richfaces.skin, org.ajax4jsf.application, org.jbpm.tx, commons-collections-3.2.jar.org.apache.commons.collections.comparators, org.jboss.seam.annotations.faces, org.jboss.seam.security.openid, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.iterators, org.jboss.seam.security.permission, commons-collections-testframework-3.2.1.jar.org.apache.commons.collections.comparators, org.ajax4jsf.component, org.drools.ruleflow.core.impl, commons-beanutils.jar.org.apache.commons.beanutils.locale, META-INF.maven.org.drools.drools-core, org.drools.ruleflow.instance, commons-beanutils.jar.org.apache.commons.beanutils.converters, org.richfaces.event.scroll, org.drools.objenesis.instantiator.basic, org.jbpm.taskmgmt.exe, org.jbpm.jcr.impl, org.jboss.seam.security.permission.action, commons-collections-testframework-3.2.1.jar.META-INF, org.drools.semantics.java.parser, org.drools.ruleflow.instance.impl, org.richfaces.component, commons-logging-1.0.4.jar.META-INF, commons-collections-3.2.jar.org.apache.commons.collections, org.jbpm.taskmgmt.log, org.drools.rule.builder] <IMPORT-ALL>NON_EMPTY}}
           at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:422)
           at java.lang.ClassLoader.loadClass(Unknown Source)
           at java.lang.ClassLoader.loadClassInternal(Unknown Source)



      The PropertyUtils class is found in the commons-beanutils jar which is found in the Ear and web-Inf/lib.


      If i dnt put the beanutils jar in both ear and web, the server does not start well
      I have browsed through the forums to look for similar issues, but none resolved my issue.


      Could anyone please help me to find out the part am missing to get the application run fine


        • 1. Re: Servlet execution threw an exception
          cash1981

          I dont know why you get that error message, but it does seem like it doesnt find it in the classpath. Try instead of adding it in the webinf/lib to add it in ear/lib. If none of those work, delete the jars and add it in jboss/lib

          • 2. Re: Servlet execution threw an exception

            hello shervin
            I did what u have suggested, but still same error. When i placed the beanutils in the jboos lib folder the server didt start, there were recursive loops.
            Am using Jboss 5.0.1
            Richfaces 3.3.1


            Any other solution?

            • 3. Re: Servlet execution threw an exception
              asookazian

              deploy the booking example project (Seam 2.1) and see what happens; post stack trace.  Otherwise, delete and re-extract JBOss AS and re-try.

              • 4. Re: Servlet execution threw an exception
                10:29:33,559 INFO  [JBossASKernel]        jndi:jboss-seam-booking/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher
                10:29:33,559 INFO  [JBossASKernel]      jndi:jboss-seam-booking/TimerServiceDispatcher/local
                10:29:33,559 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: jboss-seam.jar
                10:29:33,559 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
                10:29:33,575 INFO  [JBossASKernel]   with dependencies:
                10:29:33,575 INFO  [JBossASKernel]   and demands:
                10:29:33,575 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                10:29:33,575 INFO  [JBossASKernel]   and supplies:
                10:29:33,575 INFO  [JBossASKernel]      jndi:jboss-seam-booking/EjbSynchronizations/local
                10:29:33,575 INFO  [JBossASKernel]      Class:org.jboss.seam.transaction.LocalEjbSynchronizations
                10:29:33,575 INFO  [JBossASKernel]      jndi:jboss-seam-booking/EjbSynchronizations/remote
                10:29:33,575 INFO  [JBossASKernel]      jndi:jboss-seam-booking/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations
                10:29:33,575 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: jboss-seam.jar
                10:29:33,997 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=jboss-seam-booking.ear/jboss-seam-booking.jar#bookingDatabase
                



                Above is the stack trace when the booking example is deployed. The booking application runs well but only when the CalendarDataModel Implementation is included then i get such errors as shown in above posts


                Any one could kindly help me


                Thanx
                Neerou

                • 5. Re: Servlet execution threw an exception
                  10:29:34,184 INFO  [Version] Hibernate Annotations 3.4.0.GA
                  10:29:34,247 INFO  [Environment] Hibernate 3.3.1.GA
                  10:29:34,262 INFO  [Environment] hibernate.properties not found
                  10:29:34,278 INFO  [Environment] Bytecode provider name : javassist
                  10:29:34,293 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
                  10:29:35,028 INFO  [Version] Hibernate Commons Annotations 3.1.0.GA
                  10:29:35,043 INFO  [Version] Hibernate EntityManager 3.4.0.GA
                  10:29:35,668 WARN  [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
                  10:29:36,247 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.example.booking.User
                  10:29:36,653 INFO  [EntityBinder] Bind entity org.jboss.seam.example.booking.User on table Customer
                  10:29:36,918 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.example.booking.Booking
                  10:29:36,918 INFO  [EntityBinder] Bind entity org.jboss.seam.example.booking.Booking on table Booking
                  10:29:37,043 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.example.booking.Hotel
                  10:29:37,043 INFO  [EntityBinder] Bind entity org.jboss.seam.example.booking.Hotel on table Hotel
                  10:29:37,684 INFO  [Version] Hibernate Validator 3.1.0.GA
                  10:29:38,168 INFO  [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
                  10:29:38,278 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
                  10:29:38,325 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
                  10:29:38,450 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
                  10:29:38,450 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
                  10:29:38,653 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
                  10:29:38,684 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
                  10:29:38,700 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
                  10:29:38,856 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
                  10:29:38,856 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
                  10:29:38,856 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
                  10:29:38,856 INFO  [SettingsFactory] JDBC batch size: 15
                  10:29:38,856 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
                  10:29:38,872 INFO  [SettingsFactory] Scrollable result sets: enabled
                  10:29:38,872 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
                  10:29:38,872 INFO  [SettingsFactory] Connection release mode: auto
                  10:29:38,903 INFO  [SettingsFactory] Default batch fetch size: 1
                  10:29:38,903 INFO  [SettingsFactory] Generate SQL with comments: disabled
                  10:29:38,903 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
                  10:29:38,903 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
                  10:29:38,903 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
                  10:29:38,965 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
                  10:29:38,965 INFO  [SettingsFactory] Query language substitutions: {}
                  10:29:38,965 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
                  10:29:38,965 INFO  [SettingsFactory] Second-level cache: enabled
                  10:29:38,965 INFO  [SettingsFactory] Query cache: disabled
                  10:29:39,059 INFO  [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
                  10:29:39,059 INFO  [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
                  10:29:39,075 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
                  10:29:39,075 INFO  [SettingsFactory] Cache region prefix: persistence.unit:unitName=jboss-seam-booking.ear/jboss-seam-booking.jar#bookingDatabase
                  10:29:39,075 INFO  [SettingsFactory] Structured second-level cache entries: disabled
                  10:29:39,137 INFO  [SettingsFactory] Echoing all SQL to stdout
                  10:29:39,168 INFO  [SettingsFactory] Statistics: disabled
                  10:29:39,247 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
                  10:29:39,247 INFO  [SettingsFactory] Default entity-mode: pojo
                  10:29:39,247 INFO  [SettingsFactory] Named query checking : enabled
                  10:29:39,450 INFO  [SessionFactoryImpl] building session factory
                  10:29:42,200 INFO  [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=jboss-seam-booking.ear/jboss-seam-booking.jar#bookingDatabase
                  10:29:42,215 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
                  10:29:42,262 INFO  [NamingHelper] Creating subcontext: persistence.unit:unitName=jboss-seam-booking.ear
                  10:29:42,262 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=jboss-seam-booking.ear/jboss-seam-booking.jar#bookingDatabase
                  10:29:42,262 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
                  10:29:42,325 INFO  [SchemaExport] Running hbm2ddl schema export
                  10:29:42,325 INFO  [SchemaExport] exporting generated schema to database
                  10:29:42,340 INFO  [SchemaExport] Executing import script: /import.sql
                  10:29:42,340 INFO  [SchemaExport] schema export complete
                  10:29:42,372 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
                  10:29:43,012 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=BookingListAction,service=EJB3
                  10:29:43,122 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.BookingListAction ejbName: BookingListAction
                  10:29:43,387 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelBookingAction,service=EJB3
                  10:29:43,403 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.HotelBookingAction ejbName: HotelBookingAction
                  10:29:43,450 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=RegisterAction,service=EJB3
                  10:29:43,465 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.RegisterAction ejbName: RegisterAction
                  10:29:43,528 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=ChangePasswordAction,service=EJB3
                  10:29:43,528 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.ChangePasswordAction ejbName: ChangePasswordAction
                  10:29:43,559 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=AuthenticatorAction,service=EJB3
                  10:29:43,559 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.AuthenticatorAction ejbName: AuthenticatorAction
                  10:29:43,637 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelSearchingAction,service=EJB3
                  10:29:43,637 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.HotelSearchingAction ejbName: HotelSearchingAction
                  10:29:43,715 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                  
                          jboss-seam-booking/HotelSearchingAction/local - EJB3.x Default Local Business Interface
                          jboss-seam-booking/HotelSearchingAction/local-org.jboss.seam.example.booking.HotelSearching - EJB3.x Local Business Interface
                  
                  10:29:43,840 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                  
                          jboss-seam-booking/AuthenticatorAction/local - EJB3.x Default Local Business Interface
                          jboss-seam-booking/AuthenticatorAction/local-org.jboss.seam.example.booking.Authenticator - EJB3.x Local Business Interface
                  
                  10:29:44,215 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                  
                          jboss-seam-booking/ChangePasswordAction/local - EJB3.x Default Local Business Interface
                          jboss-seam-booking/ChangePasswordAction/local-org.jboss.seam.example.booking.ChangePassword - EJB3.x Local Business Interface
                  
                  10:29:44,231 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                  
                          jboss-seam-booking/RegisterAction/local - EJB3.x Default Local Business Interface
                          jboss-seam-booking/RegisterAction/local-org.jboss.seam.example.booking.Register - EJB3.x Local Business Interface
                  
                  10:29:44,247 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                  
                          jboss-seam-booking/HotelBookingAction/local - EJB3.x Default Local Business Interface
                          jboss-seam-booking/HotelBookingAction/local-org.jboss.seam.example.booking.HotelBooking - EJB3.x Local Business Interface
                  
                  10:29:44,262 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                  
                          jboss-seam-booking/BookingListAction/local - EJB3.x Default Local Business Interface
                          jboss-seam-booking/BookingListAction/local-org.jboss.seam.example.booking.BookingList - EJB3.x Local Business Interface



                  • 6. Re: Servlet execution threw an exception


                    10:29:44,325 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
                    10:29:44,325 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
                    10:29:44,356 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                    
                            jboss-seam-booking/TimerServiceDispatcher/local - EJB3.x Default Local Business Interface
                            jboss-seam-booking/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher - EJB3.x Local Business Interface
                    
                    10:29:44,512 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
                    10:29:44,512 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
                    10:29:44,700 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                    
                            jboss-seam-booking/EjbSynchronizations/local - EJB3.x Default Local Business Interface
                            jboss-seam-booking/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations - EJB3.x Local Business Interface
                    
                    10:29:45,028 INFO  [TomcatDeployment] deploy, ctxPath=/seam-booking
                    10:29:51,700 INFO  [ServletContextListener] Welcome to Seam 2.1.1.GA
                    10:29:59,481 INFO  [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
                    10:29:59,481 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
                    10:29:59,481 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
                    10:29:59,481 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
                    10:29:59,481 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
                    10:29:59,497 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
                    10:29:59,497 INFO  [Initialization] reading /WEB-INF/components.xml
                    10:29:59,856 INFO  [Initialization] reading properties from: /seam.properties
                    10:29:59,856 INFO  [Initialization] reading properties from: /jndi.properties
                    10:29:59,887 INFO  [Initialization] initializing Seam
                    10:29:59,997 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
                    10:30:00,028 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
                    10:30:00,044 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
                    10:30:00,044 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
                    10:30:00,044 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
                    10:30:00,044 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection
                    10:30:00,325 INFO  [Initialization] Installing components...
                    10:30:00,434 INFO  [Component] Component: authenticator, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.seam.example.booking.AuthenticatorAction, JNDI: jboss-seam-booking/AuthenticatorAction/local
                    10:30:00,528 INFO  [Component] Component: booking, scope: CONVERSATION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.Booking
                    10:30:00,528 INFO  [Component] Component: bookingList, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.BookingListAction, JNDI: jboss-seam-booking/BookingListAction/local
                    10:30:00,544 INFO  [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.ChangePasswordAction, JNDI: jboss-seam-booking/ChangePasswordAction/local
                    10:30:00,544 INFO  [Component] Component: hotel, scope: CONVERSATION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.Hotel
                    10:30:00,637 INFO  [Component] Component: hotelBooking, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.HotelBookingAction, JNDI: jboss-seam-booking/HotelBookingAction/local
                    10:30:00,637 INFO  [Component] Component: hotelSearch, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.HotelSearchingAction, JNDI: jboss-seam-booking/HotelSearchingAction/local
                    10:30:00,637 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
                    10:30:00,653 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
                    10:30:00,669 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
                    10:30:00,669 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
                    10:30:00,669 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
                    10:30:00,669 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
                    10:30:00,669 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                    10:30:00,684 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
                    10:30:00,684 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                    10:30:00,684 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
                    10:30:00,700 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                    10:30:00,700 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
                    10:30:00,716 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
                    10:30:00,716 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
                    10:30:00,716 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
                    10:30:00,716 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
                    10:30:00,716 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                    10:30:00,731 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
                    10:30:00,731 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
                    10:30:00,747 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
                    10:30:00,778 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
                    10:30:00,809 INFO  [Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
                    10:30:00,825 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
                    10:30:00,856 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
                    10:30:00,887 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
                    10:30:00,887 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
                    10:30:00,887 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
                    10:30:00,887 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
                    10:30:00,934 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
                    10:30:00,981 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
                    10:30:00,981 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
                    10:30:00,981 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
                    10:30:00,981 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
                    10:30:00,997 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
                    10:30:00,997 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
                    10:30:00,997 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
                    10:30:01,028 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
                    10:30:01,044 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
                    10:30:01,044 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
                    10:30:01,044 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
                    10:30:01,044 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
                    10:30:01,044 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
                    10:30:01,059 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
                    10:30:01,075 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
                    10:30:01,106 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
                    10:30:01,106 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
                    10:30:01,137 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
                    10:30:01,184 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
                    10:30:01,184 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
                    10:30:01,200 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
                    10:30:01,200 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
                    10:30:01,200 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
                    10:30:01,216 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
                    10:30:01,216 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
                    10:30:01,231 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
                    10:30:01,262 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
                    10:30:01,356 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
                    10:30:01,356 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
                    10:30:01,372 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
                    10:30:01,372 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
                    10:30:01,372 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
                    10:30:01,372 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.transaction.ejbTransaction, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.transaction.EjbTransaction
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.transaction.EjbSynchronizations, JNDI: jboss-seam-booking/EjbSynchronizations/local
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
                    10:30:01,388 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
                    10:30:01,403 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
                    10:30:01,403 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
                    10:30:01,403 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
                    10:30:01,403 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
                    10:30:01,403 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
                    10:30:01,403 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
                    10:30:01,419 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
                    10:30:01,419 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
                    10:30:01,419 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
                    10:30:01,434 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
                    10:30:01,450 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
                    10:30:01,450 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
                    10:30:01,450 INFO  [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.RegisterAction, JNDI: jboss-seam-booking/RegisterAction/local
                    10:30:01,450 INFO  [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.User
                    10:30:01,450 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
                    10:30:01,450 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
                    10:30:01,450 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMapper
                    10:30:01,450 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
                    10:30:01,466 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
                    10:30:01,466 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
                    10:30:01,466 INFO  [Initialization] done initializing Seam
                    10:30:01,466 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.hotDeployFilter
                    10:30:01,466 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
                    10:30:01,466 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
                    10:30:01,559 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
                    10:30:01,559 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, javax.faces.DEFAULT_SUFFIX=.xhtml}
                    10:30:01,559 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
                    10:30:01,638 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
                    10:30:01,638 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, javax.faces.DEFAULT_SUFFIX=.xhtml}
                    10:30:01,638 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
                    10:30:01,638 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
                    10:30:01,638 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
                    10:30:01,653 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
                    10:30:01,653 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
                    10:30:02,153 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@ec110c
                    10:30:02,169 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@ec110c
                    10:30:02,231 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@ec110c
                    10:30:02,263 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@ec110c
                    10:30:04,044 INFO  [JBossASKernel] Created KernelDeployment for: jboss-seam.jar
                    10:30:04,044 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=testCalendar-ear.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
                    10:30:04,044 INFO  [JBossASKernel]   with dependencies:
                    10:30:04,044 INFO  [JBossASKernel]   and demands:
                    10:30:04,044 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:30:04,044 INFO  [JBossASKernel]   and supplies:
                    10:30:04,044 INFO  [JBossASKernel]      jndi:testCalendar-ear/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher
                    10:30:04,044 INFO  [JBossASKernel]      jndi:testCalendar-ear/TimerServiceDispatcher/remote
                    10:30:04,044 INFO  [JBossASKernel]      Class:org.jboss.seam.async.LocalTimerServiceDispatcher
                    10:30:04,044 INFO  [JBossASKernel]      jndi:testCalendar-ear/TimerServiceDispatcher/local
                    10:30:04,044 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=testCalendar-ear.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: jboss-seam.jar
                    10:30:04,044 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=testCalendar-ear.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
                    10:30:04,059 INFO  [JBossASKernel]   with dependencies:
                    10:30:04,059 INFO  [JBossASKernel]   and demands:
                    10:30:04,059 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:30:04,059 INFO  [JBossASKernel]   and supplies:
                    10:30:04,059 INFO  [JBossASKernel]      jndi:testCalendar-ear/EjbSynchronizations/local
                    10:30:04,059 INFO  [JBossASKernel]      jndi:testCalendar-ear/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations
                    10:30:04,059 INFO  [JBossASKernel]      jndi:testCalendar-ear/EjbSynchronizations/remote
                    10:30:04,059 INFO  [JBossASKernel]      Class:org.jboss.seam.transaction.LocalEjbSynchronizations
                    10:30:04,059 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=testCalendar-ear.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: jboss-seam.jar
                    10:30:04,794 WARN  [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta data for annotation bean TimerServiceDispatcher, will create some
                    10:30:05,513 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@e767ba
                    10:30:05,528 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@e767ba
                    10:30:05,559 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@e767ba
                    10:30:05,575 WARN  [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@e767ba
                    10:30:05,841 WARN  [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta data for annotation bean EjbSynchronizations, will create some
                    10:30:06,934 INFO  [JBossASKernel] Created KernelDeployment for: testCalendar-ejb.jar
                    10:30:06,934 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=testCalendar-ear.ear,jar=testCalendar-ejb.jar,name=TimerServiceDispatcher,service=EJB3
                    10:30:06,934 INFO  [JBossASKernel]   with dependencies:
                    10:30:06,934 INFO  [JBossASKernel]   and demands:
                    10:30:06,934 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:30:06,934 INFO  [JBossASKernel]   and supplies:
                    10:30:06,934 INFO  [JBossASKernel]      Class:org.jboss.seam.async.LocalTimerServiceDispatcher
                    10:30:06,934 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=testCalendar-ear.ear,jar=testCalendar-ejb.jar,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: testCalendar-ejb.jar
                    10:30:06,950 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=testCalendar-ear.ear,jar=testCalendar-ejb.jar,name=EjbSynchronizations,service=EJB3
                    10:30:06,950 INFO  [JBossASKernel]   with dependencies:
                    10:30:06,950 INFO  [JBossASKernel]   and demands:
                    10:30:06,950 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:30:06,950 INFO  [JBossASKernel]   and supplies:
                    10:30:06,950 INFO  [JBossASKernel]      Class:org.jboss.seam.transaction.LocalEjbSynchronizations
                    10:30:06,950 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=testCalendar-ear.ear,jar=testCalendar-ejb.jar,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: testCalendar-ejb.jar
                    10:30:07,028 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=testCalendar-ear.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
                    10:30:07,028 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
                    10:30:07,091 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                    
                            testCalendar-ear/TimerServiceDispatcher/local - EJB3.x Default Local Business Interface
                            testCalendar-ear/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher - EJB3.x Local Business Interface
                    
                    



                    • 7. Re: Servlet execution threw an exception


                      10:30:07,184 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=testCalendar-ear.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
                      10:30:07,184 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
                      10:30:07,263 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                      
                              testCalendar-ear/EjbSynchronizations/local - EJB3.x Default Local Business Interface
                              testCalendar-ear/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations - EJB3.x Local Business Interface
                      
                      10:30:07,341 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=testCalendar-ear.ear,jar=testCalendar-ejb.jar,name=TimerServiceDispatcher,service=EJB3
                      10:30:07,341 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
                      10:30:07,341 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                      
                      
                      10:30:07,434 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=testCalendar-ear.ear,jar=testCalendar-ejb.jar,name=EjbSynchronizations,service=EJB3
                      10:30:07,450 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
                      10:30:07,450 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                      
                      
                      10:30:07,528 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=testCalendar-ear.ear/testCalendar-ejb.jar#testCalendar
                      10:30:07,559 WARN  [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
                      10:30:07,591 INFO  [AnnotationBinder] Binding entity from annotated class: org.domain.testcalendar.entity.LmsHolidays
                      10:30:07,591 INFO  [EntityBinder] Bind entity org.domain.testcalendar.entity.LmsHolidays on table lms_holidays
                      10:30:07,591 INFO  [AnnotationBinder] Binding entity from annotated class: org.domain.testcalendar.entity.User
                      10:30:07,591 INFO  [EntityBinder] Bind entity org.domain.testcalendar.entity.User on table user
                      10:30:07,606 INFO  [AnnotationBinder] Binding entity from annotated class: org.domain.testcalendar.entity.Product
                      10:30:07,606 INFO  [EntityBinder] Bind entity org.domain.testcalendar.entity.Product on table product
                      10:30:07,700 INFO  [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
                      10:30:07,778 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
                      10:30:07,778 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
                      10:30:08,184 INFO  [SettingsFactory] RDBMS: PostgreSQL, version: 8.3.5,
                      10:30:08,184 INFO  [SettingsFactory] JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 7.4.5 JDBC3 with SSL (build 216)
                      10:30:08,216 INFO  [Dialect] Using dialect: org.hibernate.dialect.PostgreSQLDialect
                      10:30:08,216 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
                      10:30:08,216 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
                      10:30:08,216 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
                      10:30:08,216 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
                      10:30:08,231 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
                      10:30:08,231 INFO  [SettingsFactory] JDBC batch size: 15
                      10:30:08,231 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
                      10:30:08,231 INFO  [SettingsFactory] Scrollable result sets: enabled
                      10:30:08,231 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
                      10:30:08,231 INFO  [SettingsFactory] Connection release mode: auto
                      10:30:08,231 INFO  [SettingsFactory] Default batch fetch size: 1
                      10:30:08,231 INFO  [SettingsFactory] Generate SQL with comments: disabled
                      10:30:08,231 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
                      10:30:08,231 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
                      10:30:08,231 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
                      10:30:08,231 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
                      10:30:08,231 INFO  [SettingsFactory] Query language substitutions: {}
                      10:30:08,231 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
                      10:30:08,231 INFO  [SettingsFactory] Second-level cache: enabled
                      10:30:08,231 INFO  [SettingsFactory] Query cache: disabled
                      10:30:08,231 INFO  [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
                      10:30:08,231 INFO  [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
                      10:30:08,231 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
                      10:30:08,231 INFO  [SettingsFactory] Cache region prefix: persistence.unit:unitName=testCalendar-ear.ear/testCalendar-ejb.jar#testCalendar
                      10:30:08,231 INFO  [SettingsFactory] Structured second-level cache entries: disabled
                      10:30:08,231 INFO  [SettingsFactory] Echoing all SQL to stdout
                      10:30:08,231 INFO  [SettingsFactory] Statistics: disabled
                      10:30:08,231 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
                      10:30:08,231 INFO  [SettingsFactory] Default entity-mode: pojo
                      10:30:08,231 INFO  [SettingsFactory] Named query checking : enabled
                      10:30:08,263 INFO  [SessionFactoryImpl] building session factory
                      10:30:08,294 INFO  [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=testCalendar-ear.ear/testCalendar-ejb.jar#testCalendar
                      10:30:08,309 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
                      10:30:08,434 INFO  [NamingHelper] Creating subcontext: persistence.unit:unitName=testCalendar-ear.ear
                      10:30:08,450 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=testCalendar-ear.ear/testCalendar-ejb.jar#testCalendar
                      10:30:08,450 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
                      10:30:08,450 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
                      10:30:08,669 WARN  [WebServiceDeployerEJB] Ingore ejb deployment with null classname: org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData@25c39470{EjbSynchronizations}
                      10:30:08,669 WARN  [WebServiceDeployerEJB] Ingore ejb deployment with null classname: org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData@9b7c5697{TimerServiceDispatcher}
                      10:30:08,841 INFO  [TomcatDeployment] deploy, ctxPath=/testCalendar
                      10:30:15,794 INFO  [ServletContextListener] Welcome to Seam 2.1.1.GA
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix: 
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/excel, package: org.jboss.seam.excel, prefix: org.jboss.seam.excel
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
                      10:30:25,794 INFO  [Initialization] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring
                      10:30:25,794 INFO  [Initialization] reading /WEB-INF/components.xml
                      10:30:25,903 INFO  [Initialization] reading properties from: /seam.properties
                      10:30:25,903 INFO  [Initialization] reading properties from: /jndi.properties
                      10:30:25,903 INFO  [Initialization] initializing Seam



                      • 8. Re: Servlet execution threw an exception

                        10:30:25,966 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
                        10:30:25,982 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
                        10:30:26,388 INFO  [Initialization] Installing components...
                        10:30:26,435 INFO  [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.domain.testcalendar.session.Authenticator
                        10:30:28,216 INFO  [Component] Component: calendarDataModelImpl, scope: EVENT, type: JAVA_BEAN, class: org.domain.testcalendar.session.CalendarDataModelImpl
                        10:30:28,232 INFO  [Component] Component: calendarDataModelItemImpl, scope: EVENT, type: JAVA_BEAN, class: org.domain.testcalendar.session.CalendarDataModelItemImpl
                        10:30:28,294 INFO  [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
                        10:30:28,310 INFO  [Component] Component: lmsHolidaysHome, scope: CONVERSATION, type: JAVA_BEAN, class: org.domain.testcalendar.session.LmsHolidaysHome
                        10:30:28,325 INFO  [Component] Component: lmsHolidaysList, scope: EVENT, type: JAVA_BEAN, class: org.domain.testcalendar.session.LmsHolidaysList
                        10:30:28,325 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
                        10:30:28,372 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
                        10:30:28,372 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
                        10:30:28,372 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
                        10:30:28,372 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
                        10:30:28,388 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
                        10:30:28,388 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                        10:30:28,388 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
                        10:30:28,403 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                        10:30:28,403 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
                        10:30:28,403 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                        10:30:28,403 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
                        10:30:28,419 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
                        10:30:28,435 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
                        10:30:28,435 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
                        10:30:28,450 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
                        



                        • 9. Re: Servlet execution threw an exception

                          10:30:28,466 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                          10:30:28,466 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
                          10:30:28,466 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
                          10:30:28,497 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
                          10:30:28,497 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
                          10:30:28,513 INFO  [Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
                          10:30:28,528 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
                          10:30:28,544 INFO  [Component] Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory
                          10:30:28,575 INFO  [Component] Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter
                          10:30:28,591 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
                          10:30:28,591 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
                          10:30:28,591 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
                          10:30:28,591 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
                          10:30:28,591 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
                          10:30:28,591 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
                          10:30:28,607 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
                          10:30:28,607 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
                          10:30:28,607 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
                          10:30:28,607 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
                          10:30:28,607 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
                          10:30:28,607 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
                          10:30:28,622 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
                          10:30:28,622 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
                          10:30:28,622 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
                          10:30:28,622 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
                          10:30:28,638 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
                          10:30:28,638 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
                          10:30:28,638 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
                          10:30:28,638 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
                          10:30:28,653 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
                          10:30:28,653 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
                          10:30:28,653 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
                          10:30:28,669 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
                          10:30:28,669 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
                          10:30:28,669 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
                          10:30:28,685 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
                          10:30:28,685 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
                          10:30:28,685 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
                          10:30:28,685 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
                          10:30:28,685 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
                          10:30:28,700 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
                          10:30:28,700 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
                          10:30:28,716 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
                          10:30:28,732 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
                          10:30:28,732 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
                          10:30:28,732 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
                          10:30:28,732 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
                          10:30:28,747 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
                          10:30:28,747 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
                          10:30:28,747 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
                          10:30:28,747 INFO  [Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
                          10:30:28,763 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletsJBossLogging, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsJBossLogging
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
                          10:30:28,778 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
                          10:30:28,794 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
                          10:30:28,794 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
                          10:30:28,794 INFO  [Component] Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
                          10:30:28,794 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
                          10:30:28,794 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
                          10:30:28,810 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
                          10:30:28,810 INFO  [Component] Component: productHome, scope: CONVERSATION, type: JAVA_BEAN, class: org.domain.testcalendar.session.ProductHome
                          10:30:28,810 INFO  [Component] Component: productList, scope: EVENT, type: JAVA_BEAN, class: org.domain.testcalendar.session.ProductList
                          10:30:28,825 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
                          10:30:28,825 INFO  [Component] Component: userHome, scope: CONVERSATION, type: JAVA_BEAN, class: org.domain.testcalendar.session.UserHome
                          10:30:28,825 INFO  [Component] Component: userList, scope: EVENT, type: JAVA_BEAN, class: org.domain.testcalendar.session.UserList
                          10:30:28,841 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
                          10:30:28,841 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.