Questions tagged as 'wildfly'

1
answer

Wildfly - External access configuration

I'm doing the configuration to release access to the Wildfly ports and found these two ways. I have not found the difference between the two, if at all. What is the difference between the two configurations: <any-address/> and &l...
asked by 21.11.2016 / 17:48
1
answer

Select returning Null from the database

I'm trying to make a login page and I'm using JaVA,JPA,WIldfly,Primefaces and the MYSQL database. I'm passing the name and password, but at the time of inspecting it it returns me null , throwing the select in the database...
asked by 30.08.2016 / 16:49
1
answer

How to deploy a web application manually in wildfly9?

I have already deployed a web application manually in tomcat, I know it is not a complete container, but now I would like to deploy manually in wildfly9. I would like to deploy the web application manually in wildflyjá because I already tried to...
asked by 02.04.2016 / 17:12
1
answer

Web application server out of the air and client application takes position

I would like to know if there is a way for a client application to take over when the server is down, as if it were a Dropbox, for example, you can put a file, or a directory inside the folders that are synchronized through the program (Dropbox)...
asked by 05.10.2015 / 15:19
1
answer

I can not see output on the console in project with Wildfly

I can not see any output on the console in a project with Wildfly 8.0.0. If at any point in my code I make a System.out.println("Qualquer coisa") simply nothing appears on my Eclipse Kepler console. The same project running with Apa...
asked by 04.06.2014 / 19:43
1
answer

POST disabled in JBOSS EAP 7

I have implemented a service with JAX-RS that has GET and POST operations: @Path("/funcionario") @Singleton public class FuncionarioService { private List<Funcionario> funcionarios = new ArrayList<>(); @GET @Path("/{no...
asked by 05.10.2018 / 14:21
1
answer

WELD-001408: Unsatisfied dependencies for type ServiceLocator with qualifiers @Default

I'm trying to implement a JAX-RS (Jersey) server with DataSource, I've already migrated from Tomcat to GlassFish, and now from GlassFish to WildFly 11, but I'm having the error below that I can not find a solution. >    Caused by: org.jboss.we...
asked by 10.03.2018 / 15:39
1
answer

Hibernate module error OGM + MongoDB inside Wildfly 10

11:13:17,164 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.module.service."deployment.brx-plataforma.war".main: org.jboss.msc.service.StartException in service jboss.module.service."de...
asked by 18.02.2017 / 14:53
1
answer

Error with HtmlUnit / WebClient / WildFly10

I'm trying to use htmlunit but it's happening: *** Environment / Server: WildFly10 When you run the following command: WebClient webClient = new WebClient(BrowserVersion.FIREFOX_45); The error happens: 17:34:19,139 WA...
asked by 03.10.2016 / 22:48
1
answer

Consume WebService passing object as parameter

I have the WebService and I send the object Cliente as a paramenter, I would like to know how I can make it work, and it create a WSDL that suits when I run the Server, so that I can make the call in a WebService Client. @WebService pub...
asked by 03.02.2016 / 13:55