1 Reply Latest reply on Nov 4, 2011 10:48 AM by tdsproule

    Exploded WAR within compressed EAR on AS7

    tdsproule

      I'm not sure if this should be supported, but if you deploy a compressed EAR, but packaged within an exploded WAR, then the AS7 complains that it could not find deployment descriptor for the WAR.

       

      Attached is a bare-bones Seam 2.2.2.Final 'hello world' EAR mavenized app migrated to AS7 to demonstrate the issue.

       

      • Unpack the zip
      • mvn clean install
      • deploy seam-hello-showunpacktrue.ear with in ear/target to vanilla AS7 7.0.1.Final (or jboss-as-7.1.0.Alpha2-SNAPSHOT (#1852)) and you'll get output similar to the following showing deployment descriptor failed for the war

       

      • to get it working, run mvn clean install -D unpack=false and deploy seam-hello-showunpackfalse.ear and it will deploy successfully (goto localhost:8080/seam-hello1)

       

      I realize, this is probably and edge case, I came across it trying to migrate our large legacy Seam app to AS7 which had formerly relied on exploded EAR/WAR.

       

      The messaging in the log is not very clear.  Should AS7 support this type of deployment??

       

       

      14:18:24,137 INFO  [org.jboss.modules] JBoss Modules version 1.0.1.GA

      14:18:25,375 INFO  [org.jboss.msc] JBoss MSC version 1.0.0.GA

      14:18:25,623 INFO  [org.jboss.as] JBoss AS 7.0.1.Final "Zap" starting

      14:18:27,850 WARN  [org.jboss.as] No security realm defined for native management service, all access will be unrestricted.

      14:18:28,034 INFO  [org.jboss.as] creating http management service using network interface (management) port (9990)

      14:18:28,037 WARN  [org.jboss.as] No security realm defined for http management service, all access will be unrestricted.

      14:18:28,061 INFO  [org.jboss.as.logging] Removing bootstrap log handlers

      14:18:28,151 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)

      14:18:28,186 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.

      14:18:28,437 INFO  [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem

      14:18:28,490 INFO  [org.jboss.as.naming] (MSC service thread 1-3) Starting Naming Service

      14:18:28,499 INFO  [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem

      14:18:28,557 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem

      14:18:28,587 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.2.0.Beta2

      14:18:28,617 INFO  [org.xnio] (MSC service thread 1-3) XNIO Version 3.0.0.Beta3

      14:18:28,670 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.0.0.Beta3

      14:18:29,120 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-1) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/../lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/i386::/usr/java/packages/lib/i386:/lib:/usr/lib

      14:18:29,217 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999

      14:18:29,222 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-3) Starting remote JMX connector

      14:18:29,232 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem

      14:18:29,664 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

      14:18:29,916 INFO  [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)

      14:18:30,143 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS]

      14:18:30,722 INFO  [org.jboss.as.deployment] (MSC service thread 1-2) Started FileSystemDeploymentService for directory /usr/jboss/jboss-as-7.0.1.Final/standalone/deployments

      14:18:30,734 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "seam-hello-showunpacktrue.ear"

      14:18:31,792 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "seam-hello-web1.war"

      14:18:31,794 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "jboss-seam-2.2.2.Final.jar"

      14:18:31,794 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "seam-hello-ejbs.jar"

      14:18:31,919 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-1) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"

      14:18:32,034 INFO  [org.jboss.jpa] (MSC service thread 1-3) read persistence.xml for seamHelloDatabase

      14:18:32,121 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) added javax.persistence.api, javaee.api, org.jboss.as.jpa, org.javassist dependencies to seam-hello-showunpacktrue.ear

      14:18:32,127 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) added (default provider) org.hibernate dependency to application deployment (since 1 PU(s) didn't specify jboss.as.jpa.providerModule)

      14:18:32,127 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) added org.hibernate dependency to application deployment

      14:18:32,131 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) added javax.persistence.api, javaee.api, org.jboss.as.jpa, org.javassist dependencies to jboss-seam-2.2.2.Final.jar

      14:18:32,131 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api, javaee.api, org.jboss.as.jpa, org.javassist dependencies to seam-hello-web1.war

      14:18:32,131 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) added javax.persistence.api, javaee.api, org.jboss.as.jpa, org.javassist dependencies to seam-hello-ejbs.jar

      14:18:32,133 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) added (default provider) org.hibernate dependency to application deployment (since 1 PU(s) didn't specify jboss.as.jpa.providerModule)

      14:18:32,133 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) added org.hibernate dependency to application deployment

      14:18:32,317 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-2) JNDI bindings for session bean named HelloServiceBean in deployment unit subdeployment "seam-hello-ejbs.jar" of deployment "seam-hello-showunpacktrue.ear" are as follows:

       

       

                java:global/seam-hello-showunpacktrue/seam-hello-ejbs/HelloServiceBean!dk.lundogbendsen.seam.HelloService

                java:app/seam-hello-ejbs/HelloServiceBean!dk.lundogbendsen.seam.HelloService

                java:module/HelloServiceBean!dk.lundogbendsen.seam.HelloService

                java:global/seam-hello-showunpacktrue/seam-hello-ejbs/HelloServiceBean

                java:app/seam-hello-ejbs/HelloServiceBean

                java:module/HelloServiceBean

       

       

      14:18:32,334 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-4) JNDI bindings for session bean named EjbSynchronizations in deployment unit subdeployment "jboss-seam-2.2.2.Final.jar" of deployment "seam-hello-showunpacktrue.ear" are as follows:

       

       

                java:global/seam-hello-showunpacktrue/jboss-seam-2.2.2.Final/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations

                java:app/jboss-seam-2.2.2.Final/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations

                java:module/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations

                java:global/seam-hello-showunpacktrue/jboss-seam-2.2.2.Final/EjbSynchronizations

                java:app/jboss-seam-2.2.2.Final/EjbSynchronizations

                java:module/EjbSynchronizations

       

       

      14:18:32,335 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-4) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit subdeployment "jboss-seam-2.2.2.Final.jar" of deployment "seam-hello-showunpacktrue.ear" are as follows:

       

       

                java:global/seam-hello-showunpacktrue/jboss-seam-2.2.2.Final/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher

                java:app/jboss-seam-2.2.2.Final/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher

                java:module/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher

                java:global/seam-hello-showunpacktrue/jboss-seam-2.2.2.Final/TimerServiceDispatcher

                java:app/jboss-seam-2.2.2.Final/TimerServiceDispatcher

                java:module/TimerServiceDispatcher

       

       

      14:18:32,401 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) Deployment has its own Persistence Provider class org.hibernate.ejb.HibernatePersistence

      14:18:32,740 INFO  [org.jboss.jpa] (MSC service thread 1-3) starting Persistence Unit Service 'seam-hello-showunpacktrue.ear/seam-hello-ejbs.jar#seamHelloDatabase'

      14:18:33,214 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-3) Hibernate Commons Annotations 3.2.0.Final

      14:18:33,235 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-3) HHH00412:Hibernate [WORKING]

      14:18:33,246 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-3) HHH00206:hibernate.properties not found

      14:18:33,256 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-3) HHH00021:Bytecode provider name : javassist

      14:18:33,365 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-3) HHH00204:Processing PersistenceUnitInfo [

                name: seamHelloDatabase

                ...]

      14:18:33,521 WARN  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-3) HHH00194:Package not found or wo package-info.java: dk.lundogbendsen.seam

      14:18:33,880 INFO  [javax.servlet.ServletContextListener] (MSC service thread 1-4) Welcome to Seam null

      14:18:33,935 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-3) HHH00130:Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

      14:18:34,729 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-3) HHH00400:Using dialect: org.hibernate.dialect.H2Dialect

      14:18:34,749 WARN  [org.hibernate.dialect.H2Dialect] (MSC service thread 1-3) HHH00431:Unable to determine H2 database version, certain features may not work

      14:18:34,761 INFO  [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-3) HHH00423:Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4

      14:18:34,817 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-3) HHH00268:Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

      14:18:34,844 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-3) HHH00397:Using ASTQueryTranslatorFactory

      14:18:35,054 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-3) Hibernate Validator 4.2.0.Final

      14:18:35,873 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-3) HHH00227:Running hbm2ddl schema export

      14:18:35,896 INFO  [stdout] (MSC service thread 1-3) Hibernate: create table simple_entity (id bigint not null, val varchar(255), primary key (id))

      14:18:35,940 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-3) HHH00230:Schema export complete

      14:18:36,801 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) reading properties from: /seam.properties

      14:18:36,830 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init

      14:18:36,842 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.async.dispatcher

      14:18:36,848 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole

      14:18:36,849 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations

      14:18:36,850 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider

      14:18:36,850 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal

      14:18:36,850 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection

      14:18:36,851 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.core.locale

      14:18:36,851 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.core.locale

      14:18:36,851 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader

      14:18:36,852 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations

      14:18:36,853 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.core.manager

      14:18:36,854 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.web.parameters

      14:18:36,854 INFO  [org.jboss.seam.init.Initialization] (MSC service thread 1-4) two components with same name, higher precedence wins: org.jboss.seam.core.expressions

      14:18:36,916 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: helloService, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: dk.lundogbendsen.seam.HelloServiceBean, JNDI: java:app/seam-hello-ejbs/HelloServiceBean

      14:18:36,958 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler

      14:18:36,970 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.async.dispatcher, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.seam.async.TimerServiceDispatcher, JNDI: java:app/jboss-seam-{version.seam}/TimerServiceDispatcher

      14:18:37,019 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha

      14:18:37,030 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage

      14:18:37,038 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator

      14:18:37,046 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts

      14:18:37,049 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation

      14:18:37,053 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries

      14:18:37,055 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList

      14:18:37,062 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation

      14:18:37,064 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack

      14:18:37,065 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events

      14:18:37,076 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions

      14:18:37,087 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator

      14:18:37,093 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale

      14:18:37,107 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager

      14:18:37,120 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle

      14:18:37,122 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader

      14:18:37,164 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators

      14:18:37,166 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore

      14:18:37,175 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache

      14:18:37,194 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions

      14:18:37,221 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels

      14:18:37,225 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter

      14:18:37,227 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext

      14:18:37,228 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage

      14:18:37,229 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError

      14:18:37,232 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect

      14:18:37,235 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer

      14:18:37,237 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher

      14:18:37,239 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent

      14:18:37,240 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation

      14:18:37,241 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate

      14:18:37,246 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime

      14:18:37,257 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime

      14:18:37,274 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image

      14:18:37,282 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector

      14:18:37,284 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages

      14:18:37,292 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages

      14:18:37,294 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone

      14:18:37,297 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector

      14:18:37,300 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones

      14:18:37,309 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession

      14:18:37,335 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages

      14:18:37,342 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions

      14:18:37,343 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts

      14:18:37,348 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider

      14:18:37,352 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration

      14:18:37,355 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials

      14:18:37,357 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker

      14:18:37,361 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents

      14:18:37,364 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy

      14:18:37,368 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity

      14:18:37,372 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager

      14:18:37,379 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction

      14:18:37,383 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch

      14:18:37,410 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction

      14:18:37,434 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch

      14:18:37,452 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash

      14:18:37,457 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch

      14:18:37,463 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager

      14:18:37,467 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper

      14:18:37,469 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver

      14:18:37,472 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe

      14:18:37,474 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme

      14:18:37,475 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector

      14:18:37,477 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents

      14:18:37,477 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations

      14:18:37,479 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction

      14:18:37,483 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter

      14:18:37,486 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector

      14:18:37,503 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore

      14:18:37,530 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader

      14:18:37,536 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler

      14:18:37,538 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory

      14:18:37,540 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager

      14:18:37,541 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager

      14:18:37,543 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource

      14:18:37,546 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore

      14:18:37,547 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource

      14:18:37,550 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter

      14:18:37,554 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter

      14:18:37,559 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter

      14:18:37,560 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole

      14:18:37,562 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter

      14:18:37,563 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters

      14:18:37,564 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter

      14:18:37,568 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts

      14:18:37,569 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session

      14:18:37,570 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal

      14:18:37,574 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: seamHelloDatabase, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext

      14:18:37,576 INFO  [org.jboss.seam.Component] (MSC service thread 1-4) Component: simpleEntity, scope: CONVERSATION, type: ENTITY_BEAN, class: dk.lundogbendsen.seam.SimpleEntity

      14:18:37,578 WARNING [org.jboss.seam.security.permission.PersistentPermissionResolver] (MSC service thread 1-4) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.

      14:18:37,668 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-4) Unable to process deployment descriptor for context '/seam-hello1'

      14:18:37,671 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-4) Initializing Mojarra (1.2_13-b01-FCS) for context '/seam-hello1'

      14:18:38,445 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1051: Service entry 'org.jboss.as.web.deployment.jsf.JsfInjectionProvider' does not extend DiscoverableInjectionProvider.  Entry will be ignored.

      14:18:38,446 INFO  [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

      14:18:38,667 INFO  [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-4) Initializing filter: org.jboss.seam.web.hotDeployFilter

      14:18:38,668 INFO  [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-4) Initializing filter: org.jboss.seam.web.redirectFilter

      14:18:38,668 INFO  [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-4) Initializing filter: org.jboss.seam.web.exceptionFilter

      14:18:38,668 INFO  [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-4) Initializing filter: org.jboss.seam.web.multipartFilter

      14:18:38,668 INFO  [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-4) Initializing filter: org.jboss.seam.web.identityFilter

      14:18:38,685 INFO  [org.jboss.web] (MSC service thread 1-4) registering web context: /seam-hello1

      14:18:38,696 INFO  [org.jboss.as.server.controller] (Controller Boot Thread) Deployed "seam-hello-showunpacktrue.ear"

      14:18:38,724 INFO  [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.1.Final "Zap" started in 15699ms - Started 294 of 357 services (63 services are passive or on-demand)