Posts by user3061516 • 91 points
14 posts
-
1
votes1
answer277
viewsQ: Cannot change version Facet Dynamic Web Module to 4.0. Maven
I had this problem and I thought I had solved it, but when I opened eclipse hj the problem just happened again, the strange thing is that it only occurs inside the IDE, because if I compile and put…
-
0
votes1
answer193
viewsQ: how to build and run an IDE Maven project
Good afternoon, I’m trying to generate an application for studies using Maven, but this disastrous and very frustrating. I’m trying to create a web project using Maven, but I can’t do anything to…
-
0
votes1
answer101
viewsQ: Rest only returns XML
good evening to all, I’m making a Restfull API for mere learning and ran into a simple problem, but I couldn’t find a solution on the internet. I created this class to control games: @Path("/games")…
-
1
votes2
answers391
viewsQ: consumptionwebservice Rest returns: No 'Access-Control-Allow-Origin'
Prazados, I have a problem to consume a third party Webservice, when trying to find the same by java script the return I receive is: Xmlhttprequest cannot load…
-
0
votes1
answer508
viewsQ: Header and footer in mpdf works for nothing
I have a problem with the mpdf and I really need help. I can’t put the header and footer in the report for nothing, even putting SetHTMLFooter and the SetHTMLHeader doesn’t work. I tried version…
-
-1
votes1
answer851
viewsQ: Header and footer do not work on mpdf
I’m taking a look at mPHP to learn how to make reports with PHP, due to a case that occurred in my work, now I want to take care and learn how to use such tool, but I’m having problems(I tried to do…
-
1
votes0
answers128
viewsQ: Header and footer problems in report with mPHP
I’m taking a look at mPHP to learn how to make reports with PHP, due to a case that occurred in my work, now I want to take care and learn how to use such tool, but I’m having problems(I tried to do…
-
0
votes0
answers157
viewsQ: datasource Connection, error while climbing Jboss
I am trying to make a data source connection on Jboss, but without success. I saw this tutorial to create my connection. Then the error occurred: Configurationpersistenceexception: Failed to parse…
-
0
votes2
answers1058
viewsA: How to generate log files with data log4j
to solve the problem I needed the jar "datedFileAppender-1.0.3.jar" and the configuration was as follows: log4j.rootCategory=INFO,stdout,fileOut log4j.category.fileOut=INFO…
-
1
votes2
answers1058
viewsQ: How to generate log files with data log4j
Good afternoon to all, I am using log4j(log4j-1.2.17.jar) to generate the log of the system, however now I need to generate the log with date and make q it generates a log every day, I need the log…
-
1
votes0
answers68
viewsQ: problems creating timer on EJB
Good night, you guys, I’m having trouble creating a timer, I have no previous experience with applications that run this way. error happens in Cargadados class. follows the timer code:…
-
0
votes1
answer95
viewsQ: Deploying non-JDBC-compliant driver class org.postgresql.Driver
Good night to you all. I have a problem I believe is simple to solve. in IDE(netbeans) the project runs smoothly, but when I publish in jbossit is the following error: 18:54:40,111 INFO…
-
0
votes0
answers165
viewsQ: Encoding problems in java
I have a classic encoding problem, I’ve done several tests, but nothing solved. The problem only occurs with data brought from the database in Sql Server, with the text fixed on the screen ta…
-
3
votes1
answer616
viewsQ: How to get the name of the remote user connected to the java server?
I have a problem that I do not know if it is possible to solve, I am in the development of an intranet system and I need to get the name of the local user(ie in pc client). tried to use…