4 Replies Latest reply on Jan 1, 2015 8:11 AM by bukajsytlos

    Web context of war in ear not registered

    bukajsytlos

      Hi.

      I am deploying EAR (Java EE 5) containg one war file and few jars with EJB on Wildfly 8.2, EAP 6.1 and EAP 6.3 and everything looks fine (no error in server.log),

      however web context of web module is not registered. Two ejb modules contains web services and they are correctly registred, unfortunely I cannot access my web GUI.

      Can someone help me how can I find out whats wrong? War is based on JSF 1.2, Seam 2.2 and Richfaces 3.3.3.

      It is working on weblogic. Only difference is that in weblogic the jsf 1.2 library was deployed as library and in Jboss I have included it inside application.

       

      Thanks in advance

        • 1. Re: Web context of war in ear not registered
          jaikiran

          What does your application packaging look like? Is there an application.xml in your .ear? If yes, what does it contain?

          • 2. Re: Web context of war in ear not registered
            ctomc

            also attach / paste log of server booting

            • 3. Re: Web context of war in ear not registered
              bukajsytlos

              <?xml version="1.0" encoding="UTF-8"?>
              <application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
                <display-name>myapp-ear</display-name>
                <module>
                <ejb>myapp-common-ejb</ejb>
                </module>
                <module>
                <ejb>myapp-admin-ejb</ejb>
                </module>
                <module>
                <ejb>myapp-ejb</ejb>
                </module>
                <module>
                <ejb>myapp-epo-ejb</ejb>
                </module>
                <module>
                <web>
                <web-uri>myapp-web</web-uri>
                <context-root>/myapp-web</context-root>
                </web>
                </module>
                <module>
                <ejb>jboss-seam</ejb>
                </module>
                <library-directory>/lib</library-directory>
              </application>

              • 4. Re: Web context of war in ear not registered
                bukajsytlos

                =========================================================================

                 

                  JBoss Bootstrap Environment

                 

                  JBOSS_HOME: /home/user/Devel/wildfly-8.2.0.Final

                 

                  JAVA: java

                 

                  JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

                 

                =========================================================================

                 

                13:51:33,889 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final

                13:51:34,138 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final

                13:51:34,225 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.0.Final "Tweek" starting

                13:51:35,173 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

                13:51:35,189 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.3.0.Final

                13:51:35,196 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.0.Final

                13:51:35,230 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.6.Final

                13:51:35,231 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) JBAS010280: Activating Infinispan subsystem.

                13:51:35,246 INFO [org.jboss.as.connector.logging] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final)

                13:51:35,256 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 31) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors

                13:51:35,273 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 40) JBAS011800: Activating Naming Subsystem

                13:51:35,278 INFO [org.jboss.as.security] (ServerService Thread Pool -- 45) JBAS013171: Activating Security Subsystem

                13:51:35,279 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.

                13:51:35,281 INFO [org.jboss.as.security] (MSC service thread 1-3) JBAS013170: Current PicketBox version=4.0.21.Final

                13:51:35,305 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                13:51:35,310 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010417: Started Driver service with driver-name = h2

                13:51:35,316 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.1.0.Final starting

                13:51:35,318 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 47) JBAS017502: Undertow 1.1.0.Final starting

                13:51:35,320 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension

                13:51:35,325 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 38) JBAS012615: Activated the following JSF Implementations: [main]

                13:51:35,369 INFO [org.jboss.as.naming] (MSC service thread 1-5) JBAS011802: Starting Naming Service

                13:51:35,372 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]

                13:51:35,771 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 47) JBAS017527: Creating file handler for path /home/user/Devel/wildfly-8.2.0.Final/welcome-content

                13:51:35,822 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017525: Started server default-server.

                13:51:35,841 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) JBAS017531: Host default-host starting

                13:51:35,952 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080

                13:51:36,186 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/user/Devel/wildfly-8.2.0.Final/standalone/deployments

                13:51:36,190 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "glassfish.jstl_1.2.0.1.jar" (runtime-name: "glassfish.jstl_1.2.0.1.jar")

                13:51:36,190 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ojdbc6-11.2.0.1.0.jar" (runtime-name: "ojdbc6-11.2.0.1.0.jar")

                13:51:36,191 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "myapp-ear.ear" (runtime-name: "myapp-ear.ear")

                13:51:36,192 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "javax.jsf_1.0.0.0_1-2.jar" (runtime-name: "javax.jsf_1.0.0.0_1-2.jar")

                13:51:36,257 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

                13:51:36,829 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final

                13:51:37,132 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

                13:51:37,141 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010417: Started Driver service with driver-name = ojdbc6-11.2.0.1.0.jar

                13:51:37,146 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:/jdbc/shop]

                13:51:37,146 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:/jdbc/customer]

                13:51:37,147 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:/jdbc/ext-sys]

                13:51:40,420 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015973: Starting subdeployment (runtime-name: "myapp-admin-ejb")

                13:51:40,420 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015973: Starting subdeployment (runtime-name: "jboss-seam")

                13:51:40,420 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015973: Starting subdeployment (runtime-name: "myapp-ejb")

                13:51:40,421 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015973: Starting subdeployment (runtime-name: "myapp-common-ejb")

                13:51:40,420 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015973: Starting subdeployment (runtime-name: "myapp-customer-ejb")

                13:51:40,420 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015973: Starting subdeployment (runtime-name: "myapp-web")

                13:51:40,443 INFO [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011401: Read persistence.xml for shop-pu

                13:51:40,444 INFO [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011401: Read persistence.xml for customer-pu

                13:51:40,445 INFO [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011401: Read persistence.xml for ext-sys-pu

                13:51:40,668 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.myapp-ear.ear" is using a private module ("org.jboss.as.jpa.hibernate:3") which may be changed or removed in future versions without notice.

                13:51:40,669 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.myapp-ear.ear" is using a private module ("org.jboss.as.jpa.hibernate:3") which may be changed or removed in future versions without notice.

                13:51:40,671 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.myapp-ear.ear.conf" is using a private module ("org.jboss.as.jpa.hibernate:3") which may be changed or removed in future versions without notice.

                13:51:40,672 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.myapp-ear.ear.conf" is using a private module ("org.jboss.as.jpa.hibernate:3") which may be changed or removed in future versions without notice.

                13:51:40,695 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 50) JBAS011402: Starting Persistence Unit Service 'myapp-ear.ear#shop-pu'

                13:51:40,697 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 52) JBAS011402: Starting Persistence Unit Service 'myapp-ear.ear#customer-pu'

                13:51:40,698 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 51) JBAS011402: Starting Persistence Unit Service 'myapp-ear.ear#ext-sys-pu'

                13:51:40,734 INFO [org.hibernate.cfg.annotations.Version] (ServerService Thread Pool -- 52) Hibernate Annotations 3.4.0.GA

                13:51:40,741 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) Hibernate 3.3.0.SP1

                13:51:40,747 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) hibernate.properties not found

                13:51:40,750 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) Bytecode provider name : javassist

                13:51:40,753 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 52) using JDK 1.4 java.sql.Timestamp handling

                13:51:40,822 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 52) Hibernate Commons Annotations 3.1.0.GA

                13:51:40,831 INFO [org.hibernate.ejb.Version] (ServerService Thread Pool -- 52) Hibernate EntityManager 3.4.0.GA

                13:51:40,843 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 51) Processing PersistenceUnitInfo [

                  name: ext-sys-pu

                  ...]

                13:51:40,852 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 50) Processing PersistenceUnitInfo [

                  name: shop-pu

                  ...]

                13:51:40,854 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 52) Processing PersistenceUnitInfo [

                  name: customer-pu

                  ...]

                13:51:40,924 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (ServerService Thread Pool -- 51) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                13:51:40,924 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (ServerService Thread Pool -- 52) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                13:51:40,924 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (ServerService Thread Pool -- 50) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                13:51:40,927 INFO [org.hibernate.connection.ConnectionProviderFactory] (ServerService Thread Pool -- 51) Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                13:51:40,930 INFO [org.hibernate.connection.ConnectionProviderFactory] (ServerService Thread Pool -- 52) Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                13:51:40,929 INFO [org.hibernate.connection.ConnectionProviderFactory] (ServerService Thread Pool -- 50) Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                13:51:40,935 INFO [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] (ServerService Thread Pool -- 51) Using provided datasource

                13:51:40,936 INFO [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] (ServerService Thread Pool -- 50) Using provided datasource

                13:51:40,938 INFO [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] (ServerService Thread Pool -- 52) Using provided datasource

                13:51:41,296 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) RDBMS: Oracle, version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

                With the Partitioning, OLAP, Data Mining and Real Application Testing options

                13:51:41,296 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) RDBMS: Oracle, version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

                With the Partitioning, OLAP, Data Mining and Real Application Testing options

                13:51:41,296 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) RDBMS: Oracle, version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

                With the Partitioning, OLAP, Data Mining and Real Application Testing options

                13:51:41,296 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) JDBC driver: Oracle JDBC driver, version: 11.2.0.4.0

                13:51:41,296 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) JDBC driver: Oracle JDBC driver, version: 11.2.0.4.0

                13:51:41,297 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) JDBC driver: Oracle JDBC driver, version: 11.2.0.4.0

                13:51:41,307 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 52) Using dialect: org.hibernate.dialect.Oracle10gDialect

                13:51:41,307 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 51) Using dialect: org.hibernate.dialect.Oracle10gDialect

                13:51:41,307 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 50) Using dialect: org.hibernate.dialect.Oracle10gDialect

                13:51:41,328 INFO [org.hibernate.transaction.TransactionFactoryFactory] (ServerService Thread Pool -- 52) Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory

                13:51:41,328 INFO [org.hibernate.transaction.TransactionFactoryFactory] (ServerService Thread Pool -- 51) Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory

                13:51:41,328 INFO [org.hibernate.transaction.TransactionFactoryFactory] (ServerService Thread Pool -- 50) Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory

                13:51:41,330 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (ServerService Thread Pool -- 52) instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup

                13:51:41,330 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (ServerService Thread Pool -- 50) instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup

                13:51:41,331 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (ServerService Thread Pool -- 52) instantiated TransactionManagerLookup

                13:51:41,330 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (ServerService Thread Pool -- 51) instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup

                13:51:41,331 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (ServerService Thread Pool -- 50) instantiated TransactionManagerLookup

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Automatic flush during beforeCompletion(): disabled

                13:51:41,331 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (ServerService Thread Pool -- 51) instantiated TransactionManagerLookup

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Automatic flush during beforeCompletion(): disabled

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Automatic session close at end of transaction: disabled

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Automatic flush during beforeCompletion(): disabled

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Automatic session close at end of transaction: disabled

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) JDBC batch size: 15

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Automatic session close at end of transaction: disabled

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) JDBC batch size: 15

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) JDBC batch updates for versioned data: disabled

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) JDBC batch size: 15

                13:51:41,331 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) JDBC batch updates for versioned data: disabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) JDBC batch updates for versioned data: disabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Scrollable result sets: enabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Scrollable result sets: enabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Scrollable result sets: enabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) JDBC3 getGeneratedKeys(): disabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) JDBC3 getGeneratedKeys(): disabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) JDBC3 getGeneratedKeys(): disabled

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Connection release mode: auto

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Connection release mode: auto

                13:51:41,332 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Connection release mode: auto

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Default batch fetch size: 1

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Default batch fetch size: 1

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Default batch fetch size: 1

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Generate SQL with comments: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Generate SQL with comments: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Generate SQL with comments: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Order SQL updates by primary key: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Order SQL updates by primary key: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Order SQL updates by primary key: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Order SQL inserts for batching: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Order SQL inserts for batching: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Order SQL inserts for batching: disabled

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Query translator: org.hibernate.hql.classic.ClassicQueryTranslatorFactory

                13:51:41,333 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Query translator: org.hibernate.hql.classic.ClassicQueryTranslatorFactory

                13:51:41,334 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Query translator: org.hibernate.hql.classic.ClassicQueryTranslatorFactory

                13:51:41,334 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Query language substitutions: {}

                13:51:41,334 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Query language substitutions: {}

                13:51:41,334 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Query language substitutions: {}

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) JPA-QL strict compliance: enabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) JPA-QL strict compliance: enabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) JPA-QL strict compliance: enabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Second-level cache: enabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Second-level cache: enabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Second-level cache: enabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Query cache: disabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Query cache: disabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Query cache: disabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Optimize cache for minimal puts: disabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Optimize cache for minimal puts: disabled

                13:51:41,335 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Optimize cache for minimal puts: disabled

                13:51:41,336 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Structured second-level cache entries: disabled

                13:51:41,336 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Structured second-level cache entries: disabled

                13:51:41,336 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Structured second-level cache entries: disabled

                13:51:41,338 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Statistics: disabled

                13:51:41,338 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Statistics: disabled

                13:51:41,338 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Statistics: disabled

                13:51:41,338 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Deleted entity synthetic identifier rollback: disabled

                13:51:41,338 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Deleted entity synthetic identifier rollback: disabled

                13:51:41,338 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Deleted entity synthetic identifier rollback: disabled

                13:51:41,339 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Default entity-mode: pojo

                13:51:41,339 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Default entity-mode: pojo

                13:51:41,339 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Default entity-mode: pojo

                13:51:41,339 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 52) Named query checking : enabled

                13:51:41,339 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 51) Named query checking : enabled

                13:51:41,339 INFO [org.hibernate.cfg.SettingsFactory] (ServerService Thread Pool -- 50) Named query checking : enabled

                13:51:41,358 INFO [org.hibernate.impl.SessionFactoryImpl] (ServerService Thread Pool -- 52) building session factory

                13:51:41,358 INFO [org.hibernate.impl.SessionFactoryImpl] (ServerService Thread Pool -- 51) building session factory

                13:51:41,358 INFO [org.hibernate.impl.SessionFactoryImpl] (ServerService Thread Pool -- 50) building session factory

                13:51:41,365 INFO [org.hibernate.impl.SessionFactoryObjectFactory] (ServerService Thread Pool -- 51) Not binding factory to JNDI, no JNDI name configured

                13:51:41,361 INFO [org.hibernate.impl.SessionFactoryObjectFactory] (ServerService Thread Pool -- 50) Not binding factory to JNDI, no JNDI name configured

                13:51:41,361 INFO [org.hibernate.impl.SessionFactoryObjectFactory] (ServerService Thread Pool -- 52) Not binding factory to JNDI, no JNDI name configured

                13:51:41,366 INFO [org.hibernate.util.NamingHelper] (ServerService Thread Pool -- 51) JNDI InitialContext properties:{}

                13:51:41,366 INFO [org.hibernate.util.NamingHelper] (ServerService Thread Pool -- 50) JNDI InitialContext properties:{}

                13:51:41,366 INFO [org.hibernate.util.NamingHelper] (ServerService Thread Pool -- 52) JNDI InitialContext properties:{}

                13:51:41,372 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment myapp-ear.ear

                13:51:41,456 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.1.3.Final

                13:51:41,525 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016002: Processing weld deployment myapp-web

                13:51:41,660 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016002: Processing weld deployment jboss-seam

                13:51:41,667 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named EjbSynchronizations in deployment unit subdeployment "jboss-seam" of deployment "myapp-ear.ear" are as follows:

                 

                  java:global/myapp-ear/jboss-seam/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations

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

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

                  java:global/myapp-ear/jboss-seam/EjbSynchronizations

                  java:app/jboss-seam/EjbSynchronizations

                  java:module/EjbSynchronizations

                 

                13:51:41,667 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit subdeployment "jboss-seam" of deployment "myapp-ear.ear" are as follows:

                 

                  java:global/myapp-ear/jboss-seam/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher

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

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

                  java:global/myapp-ear/jboss-seam/TimerServiceDispatcher

                  java:app/jboss-seam/TimerServiceDispatcher

                  java:module/TimerServiceDispatcher

                 

                13:51:41,709 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment myapp-customer-ejb

                13:51:41,739 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment myapp-common-ejb

                13:51:41,747 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016002: Processing weld deployment myapp-admin-ejb

                 

                13:51:41,799 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: myapp-ear.ear

                13:51:41,838 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.2.6 (Final)

                13:51:41,849 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment myapp-ear.ear

                13:51:42,397 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-3) JBWS024061: Adding service endpoint metadata: id=CustomerReadWrapperBean

                address=http://localhost:8080/myapp-customer/customerReadWrapper/customerReadWrapper

                implementor=com.company.myapp.customer.ws.CustomerReadWrapperBean

                serviceName={http://customerReadWrapper.ws.customer.myapp.company.com/}customerReadWrapper

                portName={http://customerReadWrapper.ws.customer.myapp.company.com/}customerReadWrapperPort

                annotationWsdlLocation=null

                wsdlLocationOverride=null

                mtomEnabled=false

                13:51:42,398 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-3) JBWS024061: Adding service endpoint metadata: id=CustomerWriteWrapperBean

                address=http://localhost:8080/myapp-customer/customerWriteWrapper/customerWriteWrapper

                implementor=com.company.myapp.customer.ws.CustomerWriteWrapperBean

                serviceName={http://customerWriteWrapper.ws.customer.myapp.company.com/}customerWriteWrapper

                portName={http://customerWriteWrapper.ws.customer.myapp.company.com/}customerWriteWrapperPort

                annotationWsdlLocation=null

                wsdlLocationOverride=null

                mtomEnabled=false

                13:51:42,478 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-4) JBWS024061: Adding service endpoint metadata: id=OrderReadWrapperBean

                address=http://localhost:8080/myapp/orderReadWrapper/orderReadWrapper

                implementor=com.company.myapp.main.ws.OrderReadWrapperBean

                serviceName={http://orderReadWrapper.ws.main.myapp.company.com/}orderReadWrapper

                portName={http://orderReadWrapper.ws.main.myapp.company.com/}orderReadWrapperPort

                annotationWsdlLocation=null

                wsdlLocationOverride=null

                mtomEnabled=false

                13:51:42,481 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-4) JBWS024061: Adding service endpoint metadata: id=OrderEnumsBean

                address=http://localhost:8080/myapp/orderEnums/orderEnums

                implementor=com.company.myapp.main.ws.OrderEnumsBean

                serviceName={http://orderEnums.ws.main.myapp.company.com/}orderEnums

                portName={http://orderEnums.ws.main.myapp.company.com/}orderEnumsPort

                annotationWsdlLocation=null

                wsdlLocationOverride=null

                mtomEnabled=false

                13:51:42,481 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-4) JBWS024061: Adding service endpoint metadata: id=OrderWriteWrapperBean

                address=http://localhost:8080/myapp/orderWriteWrapper/orderWriteWrapper

                implementor=com.company.myapp.main.ws.OrderWriteWrapperBean

                serviceName={http://orderWriteWrapper.ws.main.myapp.company.com/}orderWriteWrapper

                portName={http://orderWriteWrapper.ws.main.myapp.company.com/}orderWriteWrapperPort

                annotationWsdlLocation=null

                wsdlLocationOverride=null

                mtomEnabled=false

                13:51:42,672 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {http://orderReadWrapper.ws.main.myapp.company.com/}orderReadWrapper from class com.company.myapp.main.ws.OrderReadWrapperBean

                13:51:42,672 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-3) Creating Service {http://customerReadWrapper.ws.customer.myapp.company.com/}customerReadWrapper from class com.company.myapp.customer.ws.CustomerReadWrapperBean

                13:51:43,411 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-3) Setting the server's publish address to be http://localhost:8080/myapp-customer/customerReadWrapper/customerReadWrapper

                13:51:43,411 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be http://localhost:8080/myapp/orderReadWrapper/orderReadWrapper

                13:51:43,535 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-3) JBWS024074: WSDL published to: file:/home/user/Devel/wildfly-8.2.0.Final/standalone/data/wsdl/myapp-ear.ear/myapp-customer-ejb/customerReadWrapper.wsdl

                13:51:43,536 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-3) Creating Service {http://customerWriteWrapper.ws.customer.myapp.company.com/}customerWriteWrapper from class com.company.myapp.customer.ws.CustomerWriteWrapperBean

                13:51:43,589 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-4) JBWS024074: WSDL published to: file:/home/user/Devel/wildfly-8.2.0.Final/standalone/data/wsdl/myapp-ear.ear/myapp-ejb/orderReadWrapper.wsdl

                13:51:43,597 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {http://orderEnums.ws.main.myapp.company.com/}orderEnums from class com.company.myapp.main.ws.OrderEnumsBean

                13:51:43,639 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be http://localhost:8080/myapp/orderEnums/orderEnums

                13:51:43,664 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-4) JBWS024074: WSDL published to: file:/home/user/Devel/wildfly-8.2.0.Final/standalone/data/wsdl/myapp-ear.ear/myapp-ejb/orderEnums.wsdl

                13:51:43,665 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {http://orderWriteWrapper.ws.main.myapp.company.com/}orderWriteWrapper from class com.company.myapp.main.ws.OrderWriteWrapperBean

                13:51:43,676 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-3) Setting the server's publish address to be http://localhost:8080/myapp-customer/customerWriteWrapper/customerWriteWrapper

                13:51:43,677 INFO [org.apache.cxf.common.injection.ResourceInjector] (MSC service thread 1-3) failed to resolve resource com.company.myapp.customer.ws.CustomerWriteWrapperBean/sessionContext

                13:51:43,711 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-3) JBWS024074: WSDL published to: file:/home/user/Devel/wildfly-8.2.0.Final/standalone/data/wsdl/myapp-ear.ear/myapp-customer-ejb/customerWriteWrapper.wsdl

                13:51:43,770 INFO [org.jboss.as.webservices] (MSC service thread 1-8) JBAS015539: Starting service jboss.ws.endpoint."myapp-ear.ear".myapp-customer-ejb.CustomerReadWrapperBean

                13:51:43,770 INFO [org.jboss.as.webservices] (MSC service thread 1-5) JBAS015539: Starting service jboss.ws.endpoint."myapp-ear.ear".myapp-customer-ejb.CustomerWriteWrapperBean

                13:51:43,823 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be http://localhost:8080/myapp/orderWriteWrapper/orderWriteWrapper

                13:51:43,824 INFO [org.apache.cxf.common.injection.ResourceInjector] (MSC service thread 1-4) failed to resolve resource com.company.myapp.main.ws.OrderWriteWrapperBean/sessionContext

                13:51:43,847 INFO [org.jboss.ws.cxf.deployment] (MSC service thread 1-4) JBWS024074: WSDL published to: file:/home/user/Devel/wildfly-8.2.0.Final/standalone/data/wsdl/myapp-ear.ear/myapp-ejb/orderWriteWrapper.wsdl

                13:51:43,855 INFO [org.jboss.as.webservices] (MSC service thread 1-6) JBAS015539: Starting service jboss.ws.endpoint."myapp-ear.ear".myapp-ejb.OrderWriteWrapperBean

                13:51:43,856 INFO [org.jboss.as.webservices] (MSC service thread 1-8) JBAS015539: Starting service jboss.ws.endpoint."myapp-ear.ear".myapp-ejb.OrderReadWrapperBean

                13:51:43,857 INFO [org.jboss.as.webservices] (MSC service thread 1-6) JBAS015539: Starting service jboss.ws.endpoint."myapp-ear.ear".myapp-ejb.OrderEnumsBean

                13:51:44,822 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) JBAS017534: Registered web context: /myapp-customer

                13:51:44,822 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017534: Registered web context: /myapp

                13:51:44,882 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "myapp-ear.ear" (runtime-name : "myapp-ear.ear")

                13:51:44,883 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "glassfish.jstl_1.2.0.1.jar" (runtime-name : "glassfish.jstl_1.2.0.1.jar")

                13:51:44,883 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "ojdbc6-11.2.0.1.0.jar" (runtime-name : "ojdbc6-11.2.0.1.0.jar")

                13:51:44,884 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "javax.jsf_1.0.0.0_1-2.jar" (runtime-name : "javax.jsf_1.0.0.0_1-2.jar")

                13:51:44,895 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

                13:51:44,895 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

                13:51:44,895 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.0.Final "Tweek" started in 11248ms - Started 2127 of 2228 services (168 services are lazy, passive or on-demand)