Questions tagged as 'wildfly'

2
answers

JPA Error with Wildfly - No Persistence provider for EntityManager named Project

Hello I am creating a very simple test application, using JPA, Wildfly as an application server and Oracle Database 11g Express Edition as a database. The intent of the Test class is to run a People query. Whenever I run the Test class, th...
asked by 20.09.2015 / 14:53
0
answers

REST requests with HTTPS

Good morning, Someone can get a doubt ... is as follows: I have an application that is inside a domain with certificate (HTTPS). WhenI'mgoingtoconsumeaRESTservice,Igetthe405returnandthebrowserisinformedthattheconnectionisnotsecure. I...
asked by 05.07.2018 / 17:02
0
answers

DAO not injecting with @EJB annotation

I am making a request for "/ counter / {id}" by PostMan and when the code arrives at notificationAdobe.controller (id) , I get the error message saying notification is null . PS: I'm using Wildfly 11 with Eclipse Oxygen Controller...
asked by 12.03.2018 / 14:29
1
answer

Configuration datasource

I have a java application running in wildFly 8 and using Sql Server, the problem I'm having at the moment is that the application comes back to me saying that it was not possible to open the connection, I checked the code and all the features wh...
asked by 26.02.2018 / 14:53
0
answers

Wildfly loading too slow, VERY SLOW

I was studying JavaEE7 and using Widlfly 11.0.0.CR1 , first with no configuration on the server itself, just running a normal webapp without many things, a form with a listing, and the time was OK. 1 minute maximum. After setting...
asked by 05.11.2017 / 20:19
1
answer

Widfly 9.0.2 is not initializing in debug mode

In the controller of my application, I have a method with a POST request, before it was a void method, with no return, but I changed it so that it would already return the generated records, after that change, the server of my application, the w...
asked by 25.07.2017 / 16:57
1
answer

Error in configuring the environment

I'm using JPA with JAVA, with Wildfly and Primefaces and the bank I'm using Mysql. I have all the layers already configured (view (xhtml), DAO, Entity, MB). The wildfly datasouce is set up correctly, maintaining communication with the bank 10...
asked by 11.08.2016 / 14:57
0
answers

Disable browsing cache with Wildfly

Hello, I'm using VRaptor 4 with Wildfly 9, and I noticed that in my browsing in localhost, with every refresh or navigation between other pages, HTML content is reloaded normally. However, when I'm making a request to a production server, tha...
asked by 08.06.2016 / 02:10
2
answers

Wildfly error: [org.jboss.remoting.remote.connection] (XNIO-1 I / O-2) JBREM000200: Remote connection failed

When trying to run a project by Eclipse Mars using Wildfly 9 in Windows 10, the following error occurs: 11:25:08,167 ERROR [org.jboss.remoting.remote.connection] (XNIO-1 I/O-2) JBREM000200: Remote connection failed: java.io.IOException: Uma co...
asked by 18.12.2015 / 15:54
0
answers

Error Wrong number of arguments in production environment

I have an application in development and production, and only in production mode it has the following error:   UT005023: Exception handling request to / 1 / registers / object / new: org.springframework.web.util.NestedServletException: [0m [...
asked by 11.12.2015 / 16:53