Posts by Marcelo Formiga • 33 points
5 posts
-
0
votes2
answers505
viewsA: Wildfly 11 cast error with Dom4j
After making the changes suggested by @LR10, I am receiving a Nullpointerexception, as below: "WFLYCTL0080: Failed services" =>…
-
1
votes1
answer550
viewsA: Wildfly 11 does not recognize Mysql driver when deploying
Hey there, guys! I found the cause of this problem. I deleted my Datasource in the Wildfly configuration file and left only the driver to see the result. Then the console pointed out that I was…
-
0
votes2
answers505
viewsQ: Wildfly 11 cast error with Dom4j
Hello! While trying to run my Java EE project, you are popping Exception "java.lang.Classcastexception: org.dom4j.Documentfactory cannot be cast to org.dom4j.Documentfactory" . Below is the Wildfly…
-
2
votes1
answer550
viewsQ: Wildfly 11 does not recognize Mysql driver when deploying
I set up my Java Web project to use JTA when performing transactions with the Database. My project has 4 Maven modules, one is unique to model classes and the persistence layer. When I compile in…
-
0
votes1
answer195
viewsQ: Jenkins does not compile Maven tests but Netbeans does
I’m having a difficult problem to solve. When I run Netbeans’s "clean install" of Maven, it ends the process successfully. When running Jenkins, the process fails when trying to run the tests,…