Questions tagged as 'jboss'

0
answers

Why does the jboss server hang and not run with the standalone.bat command?

I'm trying to set up JBoss and have researched my problem in several places. But I still can not figure it out. I changed the default http port in jboss\standalone\configuration\standalone.xml as follows <socket-binding name="http"...
asked by 03.03.2017 / 13:54
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

Configure jBoss to request client's digital certificate

I'm doing a web application using jBoss EAP 6.1. As one of the requirements, the system must perform user authentication via digital certificate. To do this I set up jBoss to run in https:// using the SSLv3 protocol, created a certific...
asked by 03.12.2015 / 19:51
0
answers

Error in the project downloaded from github with JBoss 7.1.1

I downloaded a github project (Project fj25-financas-web - Caelum) and added this project to JBoss 7.1.1. When I run it, these errors occur: 16:07:15,515 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start...
asked by 23.11.2015 / 19:16
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

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
2
answers

javax.servlet.ServletException: java.lang.ExceptionInInitializerErro

I'm trying to create my first project using JPA, I use Jboss 5, Oracle, Hibernate and primefaces. After doing the project deploy I try to create and inseir a new client in the bank through the web interface, but I am getting the following error:...
asked by 14.07.2017 / 05:11
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

(Eclipse) JBoss never starts

I'm having trouble trying to make JBoss run on the Eclipse self. I installed JBossASTools, downloaded the latest version of JBoss, and did the default installation procedure for new server in Eclipse (with the configuration file standalone-fu...
asked by 01.05.2015 / 03:08
1
answer

Run unit tests with dependencies that are in the exclusions group

I have a scenario where I need to run a test with JUnit on a feature that has an external dependency, but to run this functionality on the application server I need to put this external dependency in the exclusions group on my pom.xml ....
asked by 30.10.2014 / 12:33