Questions tagged as 'wildfly'

0
answers

JSF web redirect on mobile is not working!

I'm developing a student project with JSF 2.2, Primefaces 5.0 and wildfly 8, and I came across the following problem: My Application works normally when I access from a desktop device, but when I try to access from a Mobile device, I go to th...
asked by 05.05.2017 / 08:54
1
answer

Problem using Gson on Wildfly

I'm trying to use GSON in a Maven EJB project but it gives the following error:    java.lang.NoClassDefFoundError: com/google/gson/Gson When I test in the main class without going up the server lib works normally. Has anyone...
asked by 24.02.2017 / 15:46
0
answers

error when trying to upload application using Wildfly

I'm learning EJB, and I got a project that uses EJB, but I decided to use Wildfly. when I upload the application it presents an error. service org.wildfly.request-controller.control-point."livraria.war".undertow (missing) dependents: [ser...
asked by 19.03.2017 / 00:16
0
answers

How to create a socket in wildfly?

I need to create something that reads everything that arrives on a specific port and treat that information. An Ubuntu server with WildFly 10 running is used. The information passed is from the trackers (in this case it is Concox's CRX-1 and Sun...
asked by 08.02.2017 / 20:30
1
answer

Updates in code not being run during Debug, Eclipse

I work with Eclipse and WildFly. Well, my question is simple: I made some changes to the code, but when I debug I noticed that this change was not running, as if Eclipse always executed the old version of the code, ignoring my changes. With this...
asked by 02.02.2017 / 12:07
1
answer

how to create a bean that returns an entityManeger

I'm using springboot + ejb + cdi + wildfly10 I already created the datasource and I configured it, I was in the interface of the wildfly and the DS is connecting normal. Dao @Repository public interface PessoaDao extends JpaRepositor...
asked by 03.02.2017 / 20:31
0
answers

could not execute statement

I'm using JAVAJPA, Wildfly and PrimeFaces, when I try to save in the database it gives me this error: "could not execute statement". Can someone help me? This is my MB: package br.com.sicoob.ManagedBeans ; import java.io.Serializable; impo...
asked by 16.08.2016 / 22:02
0
answers

Project does not execute, error "404 - Not Found"

I'm using JAVa JPA JPA, with Wildfly and Primefaces and the bank I'm using Mysql. I'm with I have all the layers already configured (view (xhtml), DAO, Entity, MB). The datasouce of the wildfly is configured correctly, maintaining communicati...
asked by 11.08.2016 / 18:44
1
answer

Wildfly 8 - Error in debug

I am trying to debug my action (Eclipse Mars, Wildfly 8, Struts 2 and java 8), start the server in the Debug option, but pressing F6 or clicking the icon to process from a certain point focuses the focus to lines which has no code. Already tried...
asked by 30.05.2016 / 22:27
1
answer

Maven settings.xml file not found

I'm following the following article: JBOSS / WILDFLY maven plugin for deploy LOCALHOST / REMOTE server . I want to implement this in the project I have here to do continuous integration, testing using Maven, however I can not find this fold...
asked by 25.03.2016 / 01:27