Questions tagged as 'wildfly'

0
answers

How to use junit to test jax rs on wildfly

I created the following test to validate the register but instead of returning 201 with the created resource is generating this generic error. My DAO is working alone in a normal way (I created a list address using it) Would you have any clue wh...
asked by 11.06.2018 / 19:10
0
answers

Deserialization of json wrong date object on java server

I have a user object and it contains the datadate attribute, I pass the user object to the server, the date I provide in the following format 2017-12-31, but the server changes to 2017-12-30, it always decrements a day on date server @POST...
asked by 03.10.2017 / 03:42
0
answers

Leave the wildfly lighter for a JSF application

I have an application in Java production, with CDI, JSF with primefaces and hibernate running on a wildfly 10.1. This application is hosted on jelastic's localweb. But it is consuming a lot of memory. I know that using a lighter container...
asked by 15.03.2017 / 14:34
0
answers

JSF + Wildfly dynamically connecting multiple banks

Hello, I have a Web application using JSF + CDI + JPA and WildFly 8 as an application server. So far I'm letting the server manage the transactions, where database connection information, email services, authentication ... are in the server sett...
asked by 16.09.2016 / 22:51
0
answers

Convert docx file to pdf without losing formatting?

I'm doing the conversion from a docx file to pdf using the Docx4J API, however I'm finding it difficult to keep the original text formatting after conversion. Dependencies: <!-- docx4j --> <dependency> <groupId>...
asked by 12.05.2016 / 20:35
0
answers

How to fix encoding problems in a web application page?

I'm developing a JAVA application with the Spring framework v3.1.0, but when trying to access a page it has an encoding error:    Evolution How to solve this problem? I found several paths, but none worked: <servlet-container name="...
asked by 15.09.2015 / 19:04
0
answers

Wildfly in production does not retrieve property values and SQL scripts

I'm using a development environment and another production environment, in the development environment using the concept of i18N (internationalization) is correctly retrieved for example the value of label.carro which is Carro , how...
asked by 12.11.2015 / 14:58
0
answers

Doubt Migration JSF 2.1 for JSF 2.2

I migrated my application from JBoss AS 7.1.1 to Wildfly 8.2 and JSF 2.1 to JSF 2.2 . I also use Hibernate 4.3.7 , JPA 2.1 and PostgreSQL . I am getting access to my application normally, but when tr...
asked by 07.07.2015 / 15:27
1
answer

Server wildfly

Wildfly standalone <interfaces> <interface name="management"> <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> </interface> <interface name="public">...
asked by 24.04.2018 / 20:52
1
answer

DataSource PostgreSQL Widlfly

I'm trying to set a DataSource with PostgreSQL , but it's throwing this Exception 23:36:46,381 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed -...
asked by 25.10.2017 / 04:48