Skip to content

Instantly share code, notes, and snippets.

View tvsjazz's full-sized avatar

Tiago Siqueira tvsjazz

  • Brasil
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.1"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="casadocodigo-dev" transaction-type="JTA">
<description>Dev persistence unit</description>
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<!-- java transaction api || JNDI -->
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:7.0">
<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"/>
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:7.0">
<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"/>
@tvsjazz
tvsjazz / gist:fcbe50cbd414d0aacaa1968c2ea217f6
Created August 11, 2018 22:28
Erro de conexão a base de dados
21:22:20,867 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
21:22:21,199 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
21:22:21,208 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
21:22:21,315 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 13.0.0.Final (WildFly Core 5.0.0.Final) starting
21:22:27,685 INFO [org.jboss.as.controller] (Controller Boot Thread) OPVDX002: falha ao formatar erro de validação: null
21:22:27,687 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
at org.jboss.as.server.ServerService.boot(ServerService.java:377)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:372)
at java.lang.Thread.run(Thread.java:748)
21:04:15,673 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
21:04:15,998 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
21:04:16,007 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
21:04:16,108 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 13.0.0.Final (WildFly Core 5.0.0.Final) starting
21:04:17,416 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 a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
21:04:17,437 INFO [org.wildfly.security] (ServerService Thread Pool -- 27) ELY00001: WildFly Elytron version 1.3.3.Final
21:04:17,439 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 20) WFLYCTL0028: Attribute 'security-r
@tvsjazz
tvsjazz / gist:7469cfc28748df2cb2bad37c1d5ef907
Created August 6, 2018 15:02
Problema com a conexao...
11:50:36,233 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
11:50:36,599 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
11:50:36,608 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
11:50:36,706 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 13.0.0.Final (WildFly Core 5.0.0.Final) starting
11:50:37,843 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 a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
11:50:37,861 INFO [org.wildfly.security] (ServerService Thread Pool -- 21) ELY00001: WildFly Elytron version 1.3.3.Final
11:50:37,868 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 28) WFLYCTL0028: Attribute 'security-r