Darlan, eu dei uma olhada lá no tópico, mas eu acho que o problema não é o mesmo.
Em um video do Willian Suane (DevDojo), ele falou alguma coisa sobre uma incompatibilidade entre versões Hibernate no WildFly. Para voce ter uma ideia, eu apenas modifiquei no POM a dependencia Hibernate para “provided” e você verá que os erros não aparecem. Eu estou achando que os problemas estão nas “criterias” . Quando coloco versão Hibernate 5.1.10-Final no POM, para ficar dentro das especificações do WildFly, todos as DAOs com criterias apresentam warnings.
De qualquer forma, segue um novo log, com o hibernate no POM em provided.
2018-02-12 14:30:19,049 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
2018-02-12 14:30:19,275 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
2018-02-12 14:30:19,378 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) starting
2018-02-12 14:30:19,379 DEBUG [org.jboss.as.config] (MSC service thread 1-7) Configured system properties:
awt.toolkit = sun.awt.X11.XToolkit
file.encoding = ISO-8859-1
file.encoding.pkg = sun.io
file.separator = /
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.awt.headless = true
java.awt.printerjob = sun.print.PSPrinterJob
java.class.path = /home/mingus/wildfly-11.0.0.Final/jboss-modules.jar:/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar
java.class.version = 52.0
java.endorsed.dirs = /usr/lib/jvm/java-8-oracle/jre/lib/endorsed
java.ext.dirs = /usr/lib/jvm/java-8-oracle/jre/lib/ext:/usr/java/packages/lib/ext
java.home = /usr/lib/jvm/java-8-oracle/jre
java.io.tmpdir = /tmp
java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 1.8.0_161-b12
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 1.8
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.version = 1.8.0_161
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 1.8
java.vm.vendor = Oracle Corporation
java.vm.version = 25.161-b12
javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
jboss.bind.address = localhost
jboss.bind.address.management = localhost
jboss.home.dir = /home/mingus/wildfly-11.0.0.Final
jboss.host.name = mingus-pc
jboss.modules.dir = /home/mingus/wildfly-11.0.0.Final/modules
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = mingus-pc
jboss.qualified.host.name = mingus-pc
jboss.server.base.dir = /home/mingus/wildfly-11.0.0.Final/standalone
jboss.server.config.dir = /home/mingus/wildfly-11.0.0.Final/standalone/configuration
jboss.server.data.dir = /home/mingus/wildfly-11.0.0.Final/standalone/data
jboss.server.deploy.dir = /home/mingus/wildfly-11.0.0.Final/standalone/data/content
jboss.server.log.dir = /home/mingus/wildfly-11.0.0.Final/standalone/log
jboss.server.name = mingus-pc
jboss.server.persist.config = true
jboss.server.temp.dir = /home/mingus/wildfly-11.0.0.Final/standalone/tmp
line.separator =
logging.configuration = file:/home/mingus/wildfly-11.0.0.Final/standalone/configuration/logging.properties
module.path = /home/mingus/wildfly-11.0.0.Final/modules
org.jboss.boot.log.file = /home/mingus/wildfly-11.0.0.Final/standalone/log/boot.log
org.jboss.logmanager.nocolor = true
org.jboss.resolver.warning = true
org.xml.sax.driver = __redirected.__XMLReaderFactory
os.arch = amd64
os.name = Linux
os.version = 4.13.0-32-generic
path.separator = :
program.name = JBossTools: WildFly 11
sun.arch.data.model = 64
sun.boot.class.path = /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes
sun.boot.library.path = /usr/lib/jvm/java-8-oracle/jre/lib/amd64
sun.cpu.endian = little
sun.cpu.isalist =
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = org.jboss.modules.Main -mp /home/mingus/wildfly-11.0.0.Final/modules org.jboss.as.standalone -b localhost --server-config=standalone.xml -Djboss.server.base.dir=/home/mingus/wildfly-11.0.0.Final/standalone
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
sun.os.patch.level = unknown
sun.rmi.dgc.client.gcInterval = 3600000
sun.rmi.dgc.server.gcInterval = 3600000
user.country = BR
user.dir = /home/mingus/wildfly-11.0.0.Final/bin
user.home = /home/mingus
user.language = pt
user.name = mingus
user.timezone = America/Sao_Paulo
2018-02-12 14:30:19,379 DEBUG [org.jboss.as.config] (MSC service thread 1-7) VM Arguments: -Dprogram.name=JBossTools: WildFly 11 -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=/home/mingus/wildfly-11.0.0.Final/standalone/log/boot.log -Dlogging.configuration=file:/home/mingus/wildfly-11.0.0.Final/standalone/configuration/logging.properties -Djboss.home.dir=/home/mingus/wildfly-11.0.0.Final -Dorg.jboss.logmanager.nocolor=true -Djboss.bind.address.management=localhost -Dfile.encoding=ISO-8859-1
2018-02-12 14:30:20,279 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
2018-02-12 14:30:20,297 INFO [org.wildfly.security] (ServerService Thread Pool -- 19) ELY00001: WildFly Elytron version 1.1.6.Final
2018-02-12 14:30:20,315 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 29) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
2018-02-12 14:30:20,330 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found financeiro-0.0.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called financeiro-0.0.1-SNAPSHOT.war.dodeploy
2018-02-12 14:30:20,331 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found ProjTeste.war in deployment directory. To trigger deployment create a file called ProjTeste.war.dodeploy
2018-02-12 14:30:20,380 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2018-02-12 14:30:20,395 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.5.4.Final
2018-02-12 14:30:20,402 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.5.4.Final
2018-02-12 14:30:20,419 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 43) WFLYRS0016: RESTEasy version 3.0.24.Final
2018-02-12 14:30:20,422 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 42) WFLYCLINF0001: Activating Infinispan subsystem.
2018-02-12 14:30:20,427 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]
2018-02-12 14:30:20,428 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) WFLYNAM0001: Activating Naming Subsystem
2018-02-12 14:30:20,432 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 41) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
2018-02-12 14:30:20,444 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 58) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
2018-02-12 14:30:20,449 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 60) WFLYWS0002: Activating WebServices Extension
2018-02-12 14:30:20,456 INFO [org.jboss.as.security] (ServerService Thread Pool -- 57) WFLYSEC0002: Activating Security Subsystem
2018-02-12 14:30:20,469 INFO [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=5.0.2.Final
2018-02-12 14:30:20,476 INFO [org.jboss.as.connector] (MSC service thread 1-5) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.6.Final)
2018-02-12 14:30:20,492 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 1.4.18.Final starting
2018-02-12 14:30:20,504 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
2018-02-12 14:30:20,505 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2018-02-12 14:30:20,513 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
2018-02-12 14:30:20,514 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = mysql
2018-02-12 14:30:20,519 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2018-02-12 14:30:20,520 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
2018-02-12 14:30:20,529 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.5.Final
2018-02-12 14:30:20,622 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
2018-02-12 14:30:20,622 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
2018-02-12 14:30:20,659 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 59) WFLYUT0014: Creating file handler for path '/home/mingus/wildfly-11.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2018-02-12 14:30:20,679 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
2018-02-12 14:30:20,686 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
2018-02-12 14:30:20,749 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
2018-02-12 14:30:20,776 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB subsystem suspension complete
2018-02-12 14:30:20,835 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2018-02-12 14:30:20,835 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/FinanceiroDB]
2018-02-12 14:30:20,877 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
2018-02-12 14:30:20,988 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /home/mingus/wildfly-11.0.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
2018-02-12 14:30:20,991 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) WFLYDS0013: Started FileSystemDeploymentService for directory /home/mingus/wildfly-11.0.0.Final/standalone/deployments
2018-02-12 14:30:20,997 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "ProjTeste.war" (runtime-name: "ProjTeste.war")
2018-02-12 14:30:20,998 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "financeiro-0.0.1-SNAPSHOT.war" (runtime-name: "financeiro-0.0.1-SNAPSHOT.war")
2018-02-12 14:30:21,119 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
2018-02-12 14:30:21,178 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.9.Final (Apache CXF 3.1.12)
2018-02-12 14:30:21,387 INFO [org.jboss.as.jpa] (MSC service thread 1-8) WFLYJPA0002: Read persistence.xml for ProjTeste
2018-02-12 14:30:21,443 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ProjTeste.war#ProjTeste'
2018-02-12 14:30:21,464 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 62) HHH000204: Processing PersistenceUnitInfo [
name: ProjTeste
...]
2018-02-12 14:30:21,549 INFO [org.hibernate.Version] (ServerService Thread Pool -- 62) HHH000412: Hibernate Core {5.1.10.Final}
2018-02-12 14:30:21,567 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 62) HHH000206: hibernate.properties not found
2018-02-12 14:30:21,574 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 62) HHH000021: Bytecode provider name : javassist
2018-02-12 14:30:21,606 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 62) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2018-02-12 14:30:21,676 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.8.Final
2018-02-12 14:30:21,684 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ProjTeste.war#ProjTeste'
2018-02-12 14:30:21,921 ERROR [stderr] (ServerService Thread Pool -- 62) Mon Feb 12 14:30:21 BRST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-02-12 14:30:21,993 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) WFLYCLINF0002: Started client-mappings cache from ejb container
2018-02-12 14:30:22,094 INFO [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for financeiro
2018-02-12 14:30:22,095 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 62) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2018-02-12 14:30:22,145 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 62) Envers integration enabled? : true
2018-02-12 14:30:22,171 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 63) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'financeiro-0.0.1-SNAPSHOT.war#financeiro'
2018-02-12 14:30:22,171 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 63) HHH000204: Processing PersistenceUnitInfo [
name: financeiro
...]
2018-02-12 14:30:22,255 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment financeiro-0.0.1-SNAPSHOT.war
2018-02-12 14:30:22,285 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-8) HV000001: Hibernate Validator 5.3.5.Final
2018-02-12 14:30:22,573 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 62) Inicializando Mojarra 2.2.13.SP4 para o contexto '/ProjTeste'
2018-02-12 14:30:22,609 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.4.3 (Final)
2018-02-12 14:30:22,777 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 65) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'financeiro-0.0.1-SNAPSHOT.war#financeiro'
2018-02-12 14:30:23,037 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 65) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2018-02-12 14:30:23,038 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 65) HHH000431: Unable to determine H2 database version, certain features may not work
2018-02-12 14:30:23,075 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 65) Envers integration enabled? : true
2018-02-12 14:30:23,132 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 62) WFLYUT0021: Registered web context: '/ProjTeste' for server 'default-server'
2018-02-12 14:30:23,701 INFO [io.undertow.servlet] (ServerService Thread Pool -- 65) No Spring WebApplicationInitializer types detected on classpath
2018-02-12 14:30:23,707 INFO [io.undertow.servlet] (ServerService Thread Pool -- 65) Initializing Spring root WebApplicationContext
2018-02-12 14:30:23,707 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 65) Root WebApplicationContext: initialization started
2018-02-12 14:30:23,742 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (ServerService Thread Pool -- 65) Refreshing Root WebApplicationContext: startup date [Mon Feb 12 14:30:23 BRST 2018]; root of context hierarchy
2018-02-12 14:30:23,763 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (ServerService Thread Pool -- 65) Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
2018-02-12 14:30:23,878 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (ServerService Thread Pool -- 65) Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-security.xml]
2018-02-12 14:30:23,913 INFO [org.springframework.security.core.SpringSecurityCoreVersion] (ServerService Thread Pool -- 65) You are running with Spring Security Core 4.2.3.RELEASE
2018-02-12 14:30:23,915 INFO [org.springframework.security.config.SecurityNamespaceHandler] (ServerService Thread Pool -- 65) Spring Security 'config' module version is 4.2.3.RELEASE
2018-02-12 14:30:23,948 INFO [org.springframework.security.config.http.HttpSecurityBeanDefinitionParser] (ServerService Thread Pool -- 65) Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.header.HeaderWriterFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 500, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 800, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0>, order = 1200, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.security.config.http.HttpConfigurationBuilder$SecurityContextHolderAwareRequestFilterBeanFactory#0; factoryMethodName=getBean; initMethodName=null; destroyMethodName=null, order = 1800, Root bean: class [org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2000, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2100, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2300, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2400]
2018-02-12 14:30:24,034 INFO [org.springframework.security.provisioning.JdbcUserDetailsManager] (ServerService Thread Pool -- 65) No authentication manager set. Reauthentication of users when changing passwords will not be performed.
2018-02-12 14:30:24,034 INFO [org.springframework.security.provisioning.JdbcUserDetailsManager] (ServerService Thread Pool -- 65) No authentication manager set. Reauthentication of users when changing passwords will not be performed.
2018-02-12 14:30:24,105 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 65) Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.SecurityContextPersistenceFilter@7f5e261c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@18d10396, org.springframework.security.web.header.HeaderWriterFilter@6d2e51e1, org.springframework.security.web.authentication.logout.LogoutFilter@1e5cae4d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@10bc055c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@e1696e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1f5f91ca, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@648a7aaa, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@146c1582, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1fcdb478, org.springframework.security.web.session.SessionManagementFilter@7cffb78a, org.springframework.security.web.access.ExceptionTranslationFilter@4b17cd95, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3f231170]
2018-02-12 14:30:24,113 INFO [org.springframework.security.config.http.DefaultFilterChainValidator] (ServerService Thread Pool -- 65) Checking whether login URL '/publico/login.jsf' is accessible with your configuration
2018-02-12 14:30:24,122 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 65) Root WebApplicationContext: initialization completed in 415 ms
2018-02-12 14:30:24,123 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 65) JSF1022: [Development] Valor inválido 'javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE' para a opção de configuração 'true|false'. Os valores válidos são 'true|false'. Falha ao redefinir para o padrão de 'false'.
2018-02-12 14:30:24,124 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 65) Inicializando Mojarra 2.2.13.SP4 para o contexto '/financeiro-0.0.1-SNAPSHOT'
2018-02-12 14:30:24,950 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 65) Monitoring file:/home/mingus/wildfly-11.0.0.Final/standalone/deployments/financeiro-0.0.1-SNAPSHOT.war/WEB-INF/faces-config.xml for modifications
2018-02-12 14:30:24,961 INFO [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 65) Running on PrimeFaces 6.1
2018-02-12 14:30:24,965 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 65) WFLYUT0021: Registered web context: '/financeiro-0.0.1-SNAPSHOT' for server 'default-server'
2018-02-12 14:30:24,972 INFO [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "ProjTeste.war" (runtime-name : "ProjTeste.war")
2018-02-12 14:30:24,973 INFO [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "financeiro-0.0.1-SNAPSHOT.war" (runtime-name : "financeiro-0.0.1-SNAPSHOT.war")
2018-02-12 14:30:25,014 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2018-02-12 14:30:25,017 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2018-02-12 14:30:25,017 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
2018-02-12 14:30:25,017 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) started in 6229ms - Started 826 of 1053 services (360 services are lazy, passive or on-demand)