Solucionado (ver solução)
Solucionado
(ver solução)
7
respostas

Erro 404 - Not Found no Wildfly 10

Oi pessoal... Gostaria de saber como resolvo o problema que ao fazer o deploy da aplicação no wildfly executa o projeto só que não está encontrando a página raíz...

7 respostas

Aparece algum log de erro no console? Se sim, qual?

Erro que aparece no log...

2017-06-18 21:57:21,395 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -Dprogram.name=JBossTools: WildFly 10.x -Xms64m -Xmx512m -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=C:/Wildfly/wildfly-10.1.0/standalone/log/boot.log -Dlogging.configuration=file:/C:/Wildfly/wildfly-10.1.0/standalone/configuration/logging.properties -Djboss.home.dir=C:/Wildfly/wildfly-10.1.0 -Dorg.jboss.logmanager.nocolor=true -Djboss.bind.address.management=localhost -Dfile.encoding=Cp1252 
2017-06-18 21:57:26,406 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found Loja-1.0.war in deployment directory. To trigger deployment create a file called Loja-1.0.war.dodeploy
2017-06-18 21:57:26,509 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2017-06-18 21:57:26,759 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final
2017-06-18 21:57:26,870 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final
2017-06-18 21:57:27,259 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
2017-06-18 21:57:27,275 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
2017-06-18 21:57:27,306 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
2017-06-18 21:57:27,353 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
2017-06-18 21:57:27,425 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
2017-06-18 21:57:27,494 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
2017-06-18 21:57:27,552 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
2017-06-18 21:57:27,849 INFO  [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=4.9.6.Final
2017-06-18 21:57:28,423 INFO  [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
2017-06-18 21:57:29,317 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 1.4.0.Final starting
2017-06-18 21:57:30,163 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
2017-06-18 21:57:30,230 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2
2017-06-18 21:57:30,762 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
2017-06-18 21:57:30,762 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2017-06-18 21:57:31,028 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 42.1)
2017-06-18 21:57:31,028 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = postgresql
2017-06-18 21:57:31,550 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'C:\Wildfly\wildfly-10.1.0/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2017-06-18 21:57:33,940 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
2017-06-18 21:57:33,940 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
2017-06-18 21:57:35,225 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
2017-06-18 21:57:35,239 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
2017-06-18 21:57:35,256 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.21.Final
2017-06-18 21:57:36,493 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
2017-06-18 21:57:37,919 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Wildfly\wildfly-10.1.0\standalone\deployments
2017-06-18 21:57:37,929 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2017-06-18 21:57:37,931 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/Sistema02]
2017-06-18 21:57:37,980 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "Loja-1.0.war" (runtime-name: "Loja-1.0.war")
2017-06-18 21:57:38,216 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
2017-06-18 21:57:38,706 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:38,707 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 67) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:38,708 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:38,709 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:38,711 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 67) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:38,720 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:45,453 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
2017-06-18 21:57:49,267 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
2017-06-18 21:57:50,161 WARN  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0018: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It is not portable to use both locations at the same time. Weld is going to use the former location for this deployment.
2017-06-18 21:57:51,615 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for BD
2017-06-18 21:57:52,682 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'Loja-1.0.war#BD'
2017-06-18 21:57:52,914 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 64) HHH000204: Processing PersistenceUnitInfo [
    name: BD
    ...]
2017-06-18 21:57:53,914 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment Loja-1.0.war
2017-06-18 21:57:54,093 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 64) HHH000412: Hibernate Core {5.0.10.Final}
2017-06-18 21:57:54,093 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 64) HHH000206: hibernate.properties not found
2017-06-18 21:57:54,093 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 64) HHH000021: Bytecode provider name : javassist
2017-06-18 21:57:54,745 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 64) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2017-06-18 21:57:55,090 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.4.Final
2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'PagamentoDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/PagamentoDao!sistema.loja.dao.PagamentoDao
    java:app/Loja-1.0/PagamentoDao!sistema.loja.dao.PagamentoDao
    java:module/PagamentoDao!sistema.loja.dao.PagamentoDao
    java:global/Loja-1.0/PagamentoDao
    java:app/Loja-1.0/PagamentoDao
    java:module/PagamentoDao

2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'CategoriaDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/CategoriaDao!sistema.loja.dao.CategoriaDao
    java:app/Loja-1.0/CategoriaDao!sistema.loja.dao.CategoriaDao
    java:module/CategoriaDao!sistema.loja.dao.CategoriaDao
    java:global/Loja-1.0/CategoriaDao
    java:app/Loja-1.0/CategoriaDao
    java:module/CategoriaDao

2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'CompraDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/CompraDao!sistema.loja.dao.CompraDao
    java:app/Loja-1.0/CompraDao!sistema.loja.dao.CompraDao
    java:module/CompraDao!sistema.loja.dao.CompraDao
    java:global/Loja-1.0/CompraDao
    java:app/Loja-1.0/CompraDao
    java:module/CompraDao

2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ProdutoDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/ProdutoDao!sistema.loja.dao.ProdutoDao
    java:app/Loja-1.0/ProdutoDao!sistema.loja.dao.ProdutoDao
    java:module/ProdutoDao!sistema.loja.dao.ProdutoDao
    java:global/Loja-1.0/ProdutoDao
    java:app/Loja-1.0/ProdutoDao
    java:module/ProdutoDao

2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'FornecedorDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/FornecedorDao!sistema.loja.dao.FornecedorDao
    java:app/Loja-1.0/FornecedorDao!sistema.loja.dao.FornecedorDao
    java:module/FornecedorDao!sistema.loja.dao.FornecedorDao
    java:global/Loja-1.0/FornecedorDao
    java:app/Loja-1.0/FornecedorDao
    java:module/FornecedorDao

2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ClienteDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/ClienteDao!sistema.loja.dao.ClienteDao
    java:app/Loja-1.0/ClienteDao!sistema.loja.dao.ClienteDao
    java:module/ClienteDao!sistema.loja.dao.ClienteDao
    java:global/Loja-1.0/ClienteDao
    java:app/Loja-1.0/ClienteDao
    java:module/ClienteDao

2017-06-18 21:57:55,420 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ProducaoDao' in deployment unit 'deployment "Loja-1.0.war"' are as follows:

    java:global/Loja-1.0/ProducaoDao!sistema.loja.dao.ProducaoDao
    java:app/Loja-1.0/ProducaoDao!sistema.loja.dao.ProducaoDao
    java:module/ProducaoDao!sistema.loja.dao.ProducaoDao
    java:global/Loja-1.0/ProducaoDao
    java:app/Loja-1.0/ProducaoDao
    java:module/ProducaoDao

2017-06-18 21:57:56,630 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:56,645 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-06-18 21:57:57,222 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
2017-06-18 21:57:58,797 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'Loja-1.0.war#BD'
2017-06-18 21:57:58,962 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0002: Started client-mappings cache from ejb container
2017-06-18 21:58:01,474 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 62) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2017-06-18 21:58:03,211 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 62) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
2017-06-18 21:58:03,439 INFO  [org.hibernate.type.BasicTypeRegistry] (ServerService Thread Pool -- 62) HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@6ae5f8af
2017-06-18 21:58:04,005 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 62) Envers integration enabled? : true
2017-06-18 21:58:05,125 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 62) MSC000001: Failed to start service jboss.persistenceunit."Loja-1.0.war#BD": org.jboss.msc.service.StartException in service jboss.persistenceunit."Loja-1.0.war#BD": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
    at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:179)
    at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:121)
    at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:667)
    at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:193)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
    at org.dom4j.DocumentFactory.getInstance(DocumentFactory.java:97)
    at org.hibernate.internal.util.xml.XMLHelper$1.doWork(XMLHelper.java:33)
    at org.hibernate.internal.util.xml.XMLHelper$1.doWork(XMLHelper.java:27)
    at org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.workWithClassLoader(ClassLoaderServiceImpl.java:342)
    at org.hibernate.internal.util.xml.XMLHelper.<init>(XMLHelper.java:26)
    at org.hibernate.envers.boot.internal.EnversServiceImpl.initialize(EnversServiceImpl.java:115)
    at org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl.produceAdditionalMappings(AdditionalJaxbMappingProducerImpl.java:99)
    at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:288)
    at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:847)
    at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:874)
    at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)
    at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:161)
    ... 7 more

2017-06-18 21:58:05,162 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "Loja-1.0.war")]) - failure description: {
    "WFLYCTL0080: Failed services" => {"jboss.persistenceunit.\"Loja-1.0.war#BD\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"Loja-1.0.war#BD\": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
    Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory"},
    "WFLYCTL0412: Required services that are not installed:" => ["jboss.persistenceunit.\"Loja-1.0.war#BD\""],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
}
2017-06-18 21:58:05,272 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "Loja-1.0.war" (runtime-name : "Loja-1.0.war")
2017-06-18 21:58:05,272 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.persistenceunit."Loja-1.0.war#BD": org.jboss.msc.service.StartException in service jboss.persistenceunit."Loja-1.0.war#BD": java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

2017-06-18 21:58:05,756 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2017-06-18 21:58:05,757 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
2017-06-18 21:58:05,757 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started (with errors) in 45345ms - Started 767 of 1218 services (214 services failed or missing dependencies, 405 services are lazy, passive or on-demand)
2017-06-18 21:58:05,895 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 11) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'Loja-1.0.war#BD'
2017-06-18 21:58:06,003 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0003: Stopped client-mappings cache from ejb container
2017-06-18 21:58:06,115 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment Loja-1.0.war (runtime-name: Loja-1.0.war) in 269ms
2017-06-18 21:58:06,387 WARN  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
2017-06-18 21:58:06,389 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "Loja-1.0.war" (runtime-name: "Loja-1.0.war")
2017-06-18 21:58:06,452 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
WFLYCTL0184:    New missing/unsatisfied dependencies:
      service jboss.deployment.unit."Loja-1.0.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".WeldInstantiator, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".WeldInstantiator, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".WeldInstantiator, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".WeldInstantiator, WFLYCTL0208: ... and 82 more ] 
      service jboss.deployment.unit."Loja-1.0.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".WeldInstantiator, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".WeldInstantiator, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".WeldInstantiator, service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator, WFLYCTL0208: ... and 100 more ] 
      service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.VIEW."sistema.loja.dao.CategoriaDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CategoriaDao.WeldInstantiator] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.VIEW."sistema.loja.dao.ClienteDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.WeldInstantiator] 
      service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.VIEW."sistema.loja.dao.CompraDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.WeldInstantiator] 
      service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.VIEW."sistema.loja.dao.FornecedorDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.WeldInstantiator] 
      service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.VIEW."sistema.loja.dao.PagamentoDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.VIEW."sistema.loja.dao.ProducaoDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.VIEW."sistema.loja.dao.ProdutoDao".LOCAL (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.WeldInstantiator] 
      service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START] 
      service jboss.deployment.unit."Loja-1.0.war".component."com.sun.faces.config.ConfigureListener".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."com.sun.faces.config.ConfigureListener".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."com.sun.faces.config.ConfigureListener".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."com.sun.faces.config.ConfigureListener".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.faces.webapp.FacetTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."javax.faces.webapp.FacetTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.OtherwiseTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.RemoveTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.SetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.WhenTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.IfTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ImportTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.OutTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.RedirectTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.SetTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.UrlTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.core.WhenTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.BundleTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.MessageTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.DateParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.TransactionTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.UpdateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ExprTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.ParseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.IfTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ImportTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.OutTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.RedirectTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.SetTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.UrlTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.core.WhenTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.DateParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.QueryTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.TransactionTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.sql.UpdateTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParamTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ParseTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.TransformTag".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlCoreTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlFmtTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlSqlTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldTerminalListener".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldTerminalListener".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldTerminalListener".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CategoriaController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CategoriaController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ClienteController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ClienteController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ClienteController".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ClienteController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CompraController".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CompraController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CompraController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CompraController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CompraController".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.CompraController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.FornecedorController".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.FornecedorController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.FornecedorController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.FornecedorController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.FornecedorController".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.FornecedorController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.PagamentoController".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.PagamentoController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.PagamentoController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.PagamentoController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.PagamentoController".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.PagamentoController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService, service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProdutoController".CREATE (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProdutoController".START] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProdutoController".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProdutoController".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0", service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProdutoController".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProdutoController".START] 
      service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.jboss.weld.servlet.WeldInitialListener".START, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.CatchTag".START, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.core.ChooseTag".START, WFLYCTL0208: ... and 65 more ] 
      service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformation (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START, service jboss.deployment.unit."Loja-1.0.war".moduleDeploymentRuntimeInformationStart, service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START, service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START, WFLYCTL0208: ... and 4 more ] 
      service jboss.naming.context.java.app."Loja-1.0".env (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".BeanManager (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".DefaultContextService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".DefaultDataSource (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".DefaultManagedExecutorService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".DefaultManagedScheduledExecutorService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".DefaultManagedThreadFactory (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".EJBContext (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".TimerService (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".TransactionSynchronizationRegistry (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".UserTransaction (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.CategoriaDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.ClienteDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService, service jboss.deployment.unit."Loja-1.0.war".component.ClienteDao.START] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.CompraDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService, service jboss.deployment.unit."Loja-1.0.war".component.CompraDao.START] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.FornecedorDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.FornecedorDao.START, service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.PagamentoDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.PagamentoDao.START, service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.ProducaoDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService, service jboss.deployment.unit."Loja-1.0.war".component.ProducaoDao.START] 
      service jboss.naming.context.java.module."Loja-1.0"."Loja-1.0".env."sistema.loja.dao.ProdutoDao".em (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component.ProdutoDao.START, service jboss.deployment.unit."Loja-1.0.war".jndiDependencyService] 
      service jboss.persistenceunit."Loja-1.0.war#BD" (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.common.xml.ForEachTag".START, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".START, service jboss.deployment.unit."Loja-1.0.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".START, service jboss.deployment.unit."Loja-1.0.war".component."sistema.loja.controller.ProducaoController".START, WFLYCTL0208: ... and 98 more ] 
      service jboss.undertow.deployment.default-server.default-host."/Loja-1.0" (missing) dependents: [service jboss.deployment.unit."Loja-1.0.war".deploymentCompleteService] 
      service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0"] 
      service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".codec (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService] 
      service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".session (missing) dependents: [service jboss.undertow.deployment.default-server.default-host."/Loja-1.0".UndertowDeploymentInfoService] 
WFLYCTL0186:   Services which failed to start:      service jboss.persistenceunit."Loja-1.0.war#BD"

2017-06-18 21:58:10,363 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found Loja-1.0.war in deployment directory. To trigger deployment create a file called Loja-1.0.war.dodeploy

Para sua aplicação estar acessível deve aparecer no log algo como:

15:42:13,967 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 66) WFLYUT0021: Registered web context: /nome-da-aplicacao

Não vi no log que você me mandou.

Daniel a aplicação se chama Loja só que está carregando alguns componentes EJB de outra aplicação chamada Estoque. Por isso deve está dando esse problema.

Eu já troquei para a versão do wildfly 10.0.0 mas está com o mesmo problema. Faz o deploy dá aplicação, mas dá 404.

standalone.xml

<?xml version='1.0' encoding='UTF-8'?>

<server xmlns="urn:jboss:domain:4.2">

    <extensions>
        <extension module="org.jboss.as.clustering.infinispan"/>
        <extension module="org.jboss.as.connector"/>
        <extension module="org.jboss.as.deployment-scanner"/>
        <extension module="org.jboss.as.ee"/>
        <extension module="org.jboss.as.ejb3"/>
        <extension module="org.jboss.as.jaxrs"/>
        <extension module="org.jboss.as.jdr"/>
        <extension module="org.jboss.as.jmx"/>
        <extension module="org.jboss.as.jpa"/>
        <extension module="org.jboss.as.jsf"/>
        <extension module="org.jboss.as.logging"/>
        <extension module="org.jboss.as.mail"/>
        <extension module="org.jboss.as.naming"/>
        <extension module="org.jboss.as.pojo"/>
        <extension module="org.jboss.as.remoting"/>
        <extension module="org.jboss.as.sar"/>
        <extension module="org.jboss.as.security"/>
        <extension module="org.jboss.as.transactions"/>
        <extension module="org.jboss.as.webservices"/>
        <extension module="org.jboss.as.weld"/>
        <extension module="org.wildfly.extension.batch.jberet"/>
        <extension module="org.wildfly.extension.bean-validation"/>
        <extension module="org.wildfly.extension.io"/>
        <extension module="org.wildfly.extension.request-controller"/>
        <extension module="org.wildfly.extension.security.manager"/>
        <extension module="org.wildfly.extension.undertow"/>
    </extensions>


    <management>
        <security-realms>
            <security-realm name="ManagementRealm">
                <authentication>
                    <local default-user="$local" skip-group-loading="true"/>
                    <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/>
                </authentication>
                <authorization map-groups-to-roles="false">
                    <properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/>
                </authorization>
            </security-realm>
            <security-realm name="ApplicationRealm">
                <server-identities>
                    <ssl>
                        <keystore path="application.keystore" relative-to="jboss.server.config.dir" keystore-password="password" alias="server" key-password="password" generate-self-signed-certificate-host="localhost"/>
                    </ssl>
                </server-identities>
                <authentication>
                    <local default-user="$local" allowed-users="*" skip-group-loading="true"/>
                    <properties path="application-users.properties" relative-to="jboss.server.config.dir"/>
                </authentication>
                <authorization>
                    <properties path="application-roles.properties" relative-to="jboss.server.config.dir"/>
                </authorization>
            </security-realm>
        </security-realms>
        <audit-log>
            <formatters>
                <json-formatter name="json-formatter"/>
            </formatters>
            <handlers>
                <file-handler name="file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.server.data.dir"/>
            </handlers>
            <logger log-boot="true" log-read-only="false" enabled="false">
                <handlers>
                    <handler name="file"/>
                </handlers>
            </logger>
        </audit-log>
        <management-interfaces>
            <http-interface security-realm="ManagementRealm" http-upgrade-enabled="true">
                <socket-binding http="management-http"/>
            </http-interface>
        </management-interfaces>
        <access-control provider="simple">
            <role-mapping>
                <role name="SuperUser">
                    <include>
                        <user name="$local"/>
                    </include>
                </role>
            </role-mapping>
        </access-control>
    </management>

    <profile>
        <subsystem xmlns="urn:jboss:domain:logging:3.0">
            <console-handler name="CONSOLE">
                <level name="INFO"/>
                <formatter>
                    <named-formatter name="COLOR-PATTERN"/>
                </formatter>
            </console-handler>
            <periodic-rotating-file-handler name="FILE" autoflush="true">
                <formatter>
                    <named-formatter name="PATTERN"/>
                </formatter>
                <file relative-to="jboss.server.log.dir" path="server.log"/>
                <suffix value=".yyyy-MM-dd"/>
                <append value="true"/>
            </periodic-rotating-file-handler>
            <logger category="com.arjuna">
                <level name="WARN"/>
            </logger>
            <logger category="org.jboss.as.config">
                <level name="DEBUG"/>
            </logger>
            <logger category="sun.rmi">
                <level name="WARN"/>
            </logger>
            <root-logger>
                <level name="INFO"/>
                <handlers>
                    <handler name="CONSOLE"/>
                    <handler name="FILE"/>
                </handlers>
            </root-logger>
            <formatter name="PATTERN">
                <pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/>
            </formatter>
            <formatter name="COLOR-PATTERN">
                <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/>
            </formatter>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:batch-jberet:1.0">
            <default-job-repository name="in-memory"/>
            <default-thread-pool name="batch"/>
            <job-repository name="in-memory">
                <in-memory/>
            </job-repository>
            <thread-pool name="batch">
                <max-threads count="10"/>
                <keepalive-time time="30" unit="seconds"/>
            </thread-pool>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:bean-validation:1.0"/>
        <subsystem xmlns="urn:jboss:domain:datasources:4.0">
            <datasources>
                <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true">
                    <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url>
                    <driver>h2</driver>
                    <security>
                        <user-name>sa</user-name>
                        <password>sa</password>
                    </security>
                </datasource>
                <datasource jta="true" jndi-name="java:jboss/datasources/Sistema02" pool-name="Sistema02" enabled="true" use-java-context="true">
                    <connection-url>jdbc:postgresql://127.0.0.1:5432/sistema-web-02</connection-url>
                    <driver>postgresql</driver>
                    <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
                    <security>
                        <user-name>postgres</user-name>
                        <password>123123</password>
                    </security>
                </datasource>
                <drivers>
                    <driver name="h2" module="com.h2database.h2">
                        <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
                    </driver>
                    <driver name="postgresql" module="org.postgresql">
                        <xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class>
                    </driver>
                </drivers>
            </datasources>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0">
            <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:ee:4.0">
            <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>
            <concurrent>
                <context-services>
                    <context-service name="default" jndi-name="java:jboss/ee/concurrency/context/default" use-transaction-setup-provider="true"/>
                </context-services>
                <managed-thread-factories>
                    <managed-thread-factory name="default" jndi-name="java:jboss/ee/concurrency/factory/default" context-service="default"/>
                </managed-thread-factories>
                <managed-executor-services>
                    <managed-executor-service name="default" jndi-name="java:jboss/ee/concurrency/executor/default" context-service="default" hung-task-threshold="60000" keepalive-time="5000"/>
                </managed-executor-services>
                <managed-scheduled-executor-services>
                    <managed-scheduled-executor-service name="default" jndi-name="java:jboss/ee/concurrency/scheduler/default" context-service="default" hung-task-threshold="60000" keepalive-time="3000"/>
                </managed-scheduled-executor-services>
            </concurrent>
            <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:ejb3:4.0">
            <session-bean>
                <stateless>
                    <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
                </stateless>
                <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
                <singleton default-access-timeout="5000"/>
            </session-bean>
            <pools>
                <bean-instance-pools>
                    <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                    <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                </bean-instance-pools>
            </pools>
            <caches>
                <cache name="simple"/>
                <cache name="distributable" passivation-store-ref="infinispan" aliases="passivating clustered"/>
            </caches>
            <passivation-stores>
                <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/>
            </passivation-stores>
            <async thread-pool-name="default"/>
            <timer-service thread-pool-name="default" default-data-store="default-file-store">
                <data-stores>
                    <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
                </data-stores>
            </timer-service>
            <remote connector-ref="http-remoting-connector" thread-pool-name="default"/>
            <thread-pools>
                <thread-pool name="default">
                    <max-threads count="10"/>
                    <keepalive-time time="100" unit="milliseconds"/>
                </thread-pool>
            </thread-pools>
            <default-security-domain value="other"/>
            <default-missing-method-permissions-deny-access value="true"/>
            <log-system-exceptions value="true"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:io:1.1">
            <worker name="default"/>
            <buffer-pool name="default"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:infinispan:4.0">
            <cache-container name="server" default-cache="default" module="org.wildfly.clustering.server">
                <local-cache name="default">
                    <transaction mode="BATCH"/>
                </local-cache>
            </cache-container>
            <cache-container name="web" default-cache="passivation" module="org.wildfly.clustering.web.infinispan">
                <local-cache name="passivation">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="true" purge="false"/>
                </local-cache>
                <local-cache name="persistent">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="false" purge="false"/>
                </local-cache>
                <local-cache name="concurrent">
                    <file-store passivation="true" purge="false"/>
                </local-cache>
            </cache-container>
            <cache-container name="ejb" aliases="sfsb" default-cache="passivation" module="org.wildfly.clustering.ejb.infinispan">
                <local-cache name="passivation">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="true" purge="false"/>
                </local-cache>
                <local-cache name="persistent">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="false" purge="false"/>
                </local-cache>
            </cache-container>
            <cache-container name="hibernate" default-cache="local-query" module="org.hibernate.infinispan">
                <local-cache name="entity">
                    <transaction mode="NON_XA"/>
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="local-query">
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="timestamps"/>
            </cache-container>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
        <subsystem xmlns="urn:jboss:domain:jca:4.0">
            <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/>
            <bean-validation enabled="true"/>
            <default-workmanager>
                <short-running-threads>
                    <core-threads count="50"/>
                    <queue-length count="50"/>
                    <max-threads count="50"/>
                    <keepalive-time time="10" unit="seconds"/>
                </short-running-threads>
                <long-running-threads>
                    <core-threads count="50"/>
                    <queue-length count="50"/>
                    <max-threads count="50"/>
                    <keepalive-time time="10" unit="seconds"/>
                </long-running-threads>
            </default-workmanager>
            <cached-connection-manager/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
        <subsystem xmlns="urn:jboss:domain:jmx:1.3">
            <expose-resolved-model/>
            <expose-expression-model/>
            <remoting-connector/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jpa:1.1">
            <jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jsf:1.0"/>
        <subsystem xmlns="urn:jboss:domain:mail:2.0">
            <mail-session name="default" jndi-name="java:jboss/mail/Default">
                <smtp-server outbound-socket-binding-ref="mail-smtp"/>
            </mail-session>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:naming:2.0">
            <remote-naming/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
        <subsystem xmlns="urn:jboss:domain:remoting:3.0">
            <endpoint/>
            <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:resource-adapters:4.0"/>
        <subsystem xmlns="urn:jboss:domain:request-controller:1.0"/>
        <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
        <subsystem xmlns="urn:jboss:domain:security-manager:1.0">
            <deployment-permissions>
                <maximum-set>
                    <permission class="java.security.AllPermission"/>
                </maximum-set>
            </deployment-permissions>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:security:1.2">
            <security-domains>
                <security-domain name="other" cache-type="default">
                    <authentication>
                        <login-module code="Remoting" flag="optional">
                            <module-option name="password-stacking" value="useFirstPass"/>
                        </login-module>
                        <login-module code="RealmDirect" flag="required">
                            <module-option name="password-stacking" value="useFirstPass"/>
                        </login-module>
                    </authentication>
                </security-domain>
                <security-domain name="jboss-web-policy" cache-type="default">
                    <authorization>
                        <policy-module code="Delegating" flag="required"/>
                    </authorization>
                </security-domain>
                <security-domain name="jboss-ejb-policy" cache-type="default">
                    <authorization>
                        <policy-module code="Delegating" flag="required"/>
                    </authorization>
                </security-domain>
                <security-domain name="jaspitest" cache-type="default">
                    <authentication-jaspi>
                        <login-module-stack name="dummy">
                            <login-module code="Dummy" flag="optional"/>
                        </login-module-stack>
                        <auth-module code="Dummy"/>
                    </authentication-jaspi>
                </security-domain>
            </security-domains>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:transactions:3.0">
            <core-environment>
                <process-id>
                    <uuid/>
                </process-id>
            </core-environment>
            <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:undertow:3.1">
            <buffer-cache name="default"/>
            <server name="default-server">
                <http-listener name="default" socket-binding="http" redirect-socket="https" enable-http2="true"/>
                <https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="true"/>
                <host name="default-host" alias="localhost">
                    <location name="/" handler="welcome-content"/>
                    <filter-ref name="server-header"/>
                    <filter-ref name="x-powered-by-header"/>
                </host>
            </server>
            <servlet-container name="default">
                <jsp-config/>
                <websockets/>
            </servlet-container>
            <handlers>
                <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
            </handlers>
            <filters>
                <response-header name="server-header" header-name="Server" header-value="WildFly/10"/>
                <response-header name="x-powered-by-header" header-name="X-Powered-By" header-value="Undertow/1"/>
            </filters>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:webservices:2.0">
            <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
            <endpoint-config name="Standard-Endpoint-Config"/>
            <endpoint-config name="Recording-Endpoint-Config">
                <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
                    <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
                </pre-handler-chain>
            </endpoint-config>
            <client-config name="Standard-Client-Config"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:weld:3.0"/>
    </profile>

    <interfaces>
        <interface name="management">
            <inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
        </interface>
        <interface name="public">
            <inet-address value="${jboss.bind.address:127.0.0.1}"/>
        </interface>
    </interfaces>

    <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
        <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>
        <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/>
        <socket-binding name="ajp" port="${jboss.ajp.port:8009}"/>
        <socket-binding name="http" port="${jboss.http.port:8080}"/>
        <socket-binding name="https" port="${jboss.https.port:8443}"/>
        <socket-binding name="txn-recovery-environment" port="4712"/>
        <socket-binding name="txn-status-manager" port="4713"/>
        <outbound-socket-binding name="mail-smtp">
            <remote-destination host="localhost" port="25"/>
        </outbound-socket-binding>
    </socket-binding-group>
</server>
solução!

Resolvi o problema...

1º - Adicionei a dependência do dom4j.

2º - Criei o arquivo jboss-web.xml

pom.xml

<dependencies>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>5.2.10.Final</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>dom4j</groupId>
            <artifactId>dom4j</artifactId>
            <version>1.6.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jstl</artifactId>
            <version>1.2</version>
        </dependency>
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-api</artifactId>
            <version>7.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
jboos-web.xml

?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
    <context-root>/Loja</context-root>
</jboss-web>

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software