Most voted "wildfly" questions
Wildfly, also known as Jboss, is a Java EE application server developed in Java and can run on any 32 or 64 bit operating system that has Java support.
Learn more…95 questions
Sort by count of
-
5
votes0
answers833
viewsError deploying to Wildfly 8: Failed to define class
I am getting the error below when trying to deploy my application, after migrating from Jboss AS 7.1 to Wildfly 8.2 and Java 7 to Java 8 and still cannot identify the source of this error. I’m using…
-
5
votes3
answers1175
viewsJPA + Wildfly + Hibernate
Is there any way to dynamically change the connection to the database by changing the file standalone.xml of Wildfly 8 (or 10)? Currently I have a class Hibernatesessionfactory that creates um…
-
4
votes0
answers149
viewsEnterprise Application Project dependency problem
I’m having trouble with a java project ee. (Enterprise Application Project). I’m using wildfly-8.0.0.Beta1 server. The structure of my project is as follows:: I already put the EJB Project in the…
-
4
votes1
answer1735
viewsProblem retrieving Datasource in Wildfly: javax.naming.Namenotfoundexception
I am trying to establish a connection using Datasource, and is returning the following error: Feb 08, 2016 8:15:03 PM org.xnio.Xnio <clinit> INFO: XNIO version 3.2.2.Final Feb 08, 2016 8:15:03…
-
3
votes1
answer634
viewsIf I use "provided" libs on the application server (wildfly), do I gain performance?
imagine the following scenario. I have a Wildfly 8.0.0 application server running with settings default from "factory". On this server I run 4 simple web applications. These applications use some…
-
3
votes2
answers1252
viewsJPA, Oracle and Exception Handling
I am using vraptor 4, JPA and Oracle. But when an exception occurs during persistence the error code that Oracle generates is not coming along with Exeption. This is the Repository @Repository…
-
3
votes1
answer892
viewsHow to correctly declare Server Runtime or provided Wildfly dependency on Gradle
I have a Java web project being developed to run in Wildfly, using the Eclipse IDE. This application uses JPA, JTA, JSF and CDI at first, but will use other Java EE resources in the future. The…
-
3
votes1
answer228
viewsMaven Web Application with Github Repository and Hosted in Openshift
I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on Github, I’d like to know how to host this application in Openshift and deploy every Pull…
-
3
votes1
answer110
viewsData is not saved in the database
I’m using Java, JPA, Primefaces, Wildfly and Mysql, not much to do, but it’s good to inform. I fill in all the fields, all right the check is performed. When I click save the success message is…
-
2
votes1
answer5323
viewsError "Transaction is required to perform this Operation" when inserting, editing, or deleting - Wildfly
So, guys, I’ve been racking my brain about this mistake for a while and I can’t figure out how to fix... The situation is this, I had this project running on Tomcat and now it was necessary to…
-
2
votes1
answer1217
viewsSpring Bean sessionFactory with Nullpointerexception error
Good morning. I am trying to make a configuration in the spring-jpa.xml file to support a multitenancy architecture separating each client by Schema. I use a datasource that has been configured in…
hibernate spring jpa-2.0 wildfly multi-tenancyasked 9 years, 9 months ago Giancarlo Abel Giulian 3,999 -
2
votes0
answers167
viewsDoubt migration JSF 2.1 to JSF 2.2
I migrated my application from JBoss AS 7.1.1 to the Wildfly 8.2 and JSF 2.1 for JSF 2.2. Also use Hibernate 4.3.7, JPA 2.1 and PostgreSQL. I am being able to access my application normally, but…
-
2
votes0
answers635
viewsHow to fix encoding problems on a web application page?
I am developing a JAVA application with the Spring framework v3.1.0, however, when trying to access a page shows error of encoding: Evolu㧠How to solve this problem? I found several ways, but none…
-
2
votes1
answer155
viewsHow to log in with slf4j from inside a jboss module?
How can I log into the console / server.log from within a jboss module? Let’s say I have a class: public class MyClass { private static final Logger logger = LoggerFactory.getLogger(MyClass.class);…
-
2
votes1
answer588
viewsWildfly - "Netty connector not found in main configuration file"
I added a connection factory to the file standalone-full of Wildfly.: <jms-connection-factories> <connection-factory name="K19Factory"> <connectors> <connector-ref…
-
2
votes0
answers244
viewsConvert docx file to pdf without losing formatting?
I am converting a docx to pdf file using the Docx4j API, but I am finding it difficult to maintain the original formatting of the text after performing the conversion. Dependencies: <!-- docx4j…
-
2
votes0
answers96
viewsWildfly in production does not recover properties and SQL script values
I am using a development environment and another production environment, in the development environment using the concept of i18n (Internationalization) is recovered correctly for example the value…
-
2
votes1
answer882
viewsStart Wildfly in debug mode
Start the Wildfly in the eclipse on-mode debug is simple. I want to start via command line by running the standalone.bat. So far so good, but I want to start in mode debug and under normal…
-
2
votes0
answers150
viewsMake 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 in the localweb jelastic. But it’s consuming a lot of…
-
2
votes1
answer166
viewsSchedule job to run on the Wildfly server
I need to create a task runner where it will call a method from time to time. I saw an example and it was like this my implementation: public class Agendador { // Scheduler private final…
-
2
votes3
answers366
viewsRuntime ambiguity error when executing deploy in Wildfly
When trying to deploy the War file in Wildfly, there is a dependency injection ambiguity error in the Httpservletrequest class. Someone else is going through it or has been through it? Error…
-
2
votes1
answer550
viewsWildfly 11 does not recognize Mysql driver when deploying
I set up my Java Web project to use JTA when performing transactions with the Database. My project has 4 Maven modules, one is unique to model classes and the persistence layer. When I compile in…
-
2
votes0
answers287
viewsJSF + Wildfly multi-bank connection dynamically
Hello, I have a web application using JSF + CDI + JPA and Wildfly 8 as the application server. So far I’m letting the server manage transactions, where the connection information with the database,…
-
2
votes1
answer2583
viewsAccess denied for user 'root'@'localhost '- Application connects via command but not in Wildfly 10
Settings: Wildfly server 10.1.0 Mysql 14.14 Mysql-Connector- 8.0.15 Hibernate 5.2 Permissions granted to the user: GRANT ALL PRIVILEGES ON bd_billings.* to root@localhost;FLUSH PRIVILEGES; ALTER…
-
2
votes1
answer1063
viewsDoubt error "Unable to build Hibernate Sessionfactory" Java
I received the sources and after doing the server settings, database etc, I have this problem in the compilation. I would appreciate it if someone could indicate a direction in the solution.…
-
2
votes0
answers48
viewsDeserialization of the wrong json on the date of the object on the java server
I have a User object and it contains the dataDeascimento 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,…
-
2
votes1
answer475
viewsError javax.naming.Noinitialcontextexception - console application
I’m trying to make a simple EJB, followed some tutorials, analyzed the Wildfly sample code, and yet, I’m facing an error. Could someone help me? The mistake:…
-
2
votes1
answer72
viewsHow to use junit to test Jax rs in wildfly
I created the following test to validate the registration but instead of returning 201 with the created resource is generating this generic error. My DAO is running on its own in a normal way (I…
-
2
votes0
answers37
viewsDynamically connect to an Oracle database with each JAX-RS request
I’m developing a project on Jboss Seam to provide some services via JAX-RS on Wildfly 9. The DBMS used is Oracle 10g, and the services that will be made available are form features that the company…
-
2
votes0
answers115
viewsRedirecting HTTP requests to HTTPS in Spring Boot - (Wildfly server)
I want to deploy a Spring Boot app in Wildfly that features HTTP request forwarding to HTTPS. Here is the application.properties: server.port=8443 server.ssl.key-alias=https-example…
-
1
votes1
answer1836
viewsI can’t see console output on project with Wildfly
I can’t see any console output on a project with Wildfly 8.0.0. If at any point in my code I make one System.out.println("Qualquer coisa") Simply nothing appears on my Eclipse Kepler console. The…
-
1
votes0
answers106
viewsException java.util.Concurrent.Rejectedexecutionexception:
Good afternoon, I’m back from a JEE project where I used jms and the server is wildfly 8.0. I’ve been working on this exception for a while, but I haven’t been able to figure it out yet. I don’t…
-
1
votes1
answer107
viewsOffline Web application server and client application takes position
I wonder if there’s a way for a client application to take over when the server is down, like a Dropbox, for example, you can put a file, or a directory inside the folders that are synced through…
-
1
votes0
answers138
viewsError Wrong number of Arguments in production environment
I have an application in development and production, and only in the production mode this presenting the following error: [0m[31m13:11:45,758 ERROR [io.undertow.request] (default task-118) UT005023:…
-
1
votes2
answers1590
viewsWildfly error: [org.jboss.remoting.remote.Connection] (XNIO-1 I/O-2) JBREM000200: Remote Connection failed
When trying to run a project by Eclipse Mars using Wildfly 9 on Windows 10 the following error occurs: 11:25:08,167 ERROR [org.jboss.remoting.remote.connection] (XNIO-1 I/O-2) JBREM000200: Remote…
-
1
votes2
answers717
viewsJPA error with Wildfly - No Persistence Provider for Entitymanager named Project
Hello! I am creating a very simple test application using JPA, Wildfly as application server and Oracle Database 11g Express Edition as database. The purpose of the Test class is to execute a People…
-
1
votes0
answers301
viewsDisable caching in Wildfly navigation
Hello, I am using Vraptor 4 with Wildfly 9, and I noticed that in my localhost browsing, every refresh or browsing among other pages, the HTML content is normally reloaded. However, when I am making…
-
1
votes1
answer940
viewsConsume Webservice passing object as parameter
I have the Webservice and send the object Cliente as a parameter, I would like to know how to make it work, and it create a suitable WSDL when running Server, so I can make the call on a Client…
-
1
votes1
answer943
viewsWildfly - External access configuration
I’m setting up to unlock Wildfly’s doors and I found these two ways. I couldn’t find the difference between the two, if there is one. What is the difference between the two settings:…
-
1
votes1
answer196
viewsOGM + Mongodb Hibernate module error inside Wildfly 10
I am in need of a help to set up Wildfly 10 with Hibernate OGM and Mongodb... I have the following error: 11:13:17,164 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed…
-
1
votes1
answer1267
viewsHow to deploy a web application manually in wildfly9?
I have already implanted a web application manually in Omcat, I know it is not a complete container,but now I would like to manually deploy in wildfly9 . I would like to manually implode the web…
-
1
votes1
answer67
viewsError in environment configuration
I’m using java JPA, with Wildfly and Primefaces and the database I’m using Mysql. I have all layers already configured (view(xhtml),DAO,Entity,MB). The wildfly datasouce is configured correctly,…
-
1
votes1
answer1203
viewsWELD-001408: Unsatisfied dependencies for type Servicelocator with Qualifiers @Default
I’ve been trying for a while to implement a JAX-RS (Jersey) server with Datasource, already migrated from Tomcat to Glassfish, and now from Glassfish to Wildfly 11, but I’m having the error below…
-
1
votes1
answer633
viewsSelect Returning Null from Database
I am trying to make a Login page and am using JaVA,JPA,WIldfly,Primefaces and in the database MYSQL. I’m passing the name and password, but at the time of inspecting it returns me null, by playing…
-
1
votes1
answer160
viewsHtmlunit / Webclient / Wildfly10 error
I’m trying to use the htmlunit but it’s happening: *** Environment/Server: WildFly10 When executing the following command: WebClient webClient = new WebClient(BrowserVersion.FIREFOX_45); The mistake…
-
1
votes0
answers146
viewserror while trying to upload application using Wildfly
I am learning EJB, and I received a project that uses EJB, only that I decided to use Wildfly. when I upload application presents an error. service…
-
1
votes1
answer277
viewsWidfly 9.0.2 is not initializing in debug mode
In the controller of my application, I have a method with a POST request, before it was a void method, with no return, but I changed so that it already returned the generated records, after this…
-
1
votes1
answer293
viewsDatasource Postgresql Widlfly
I’m trying to set up a DataSourcewith PostgreSQL, but you’re throwing this Exception 23:36:46,381 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013:…
-
1
votes0
answers407
viewsWildfly loading very slow, VERY SLOW
I was studying JavaEE7 and using the Widlfly 11.0.0.CR1, first without any configuration on the server itself, just running a normal webapp, without many things, a form, with a listing, and the time…
-
1
votes1
answer212
viewsDatasource configuration
I am with a java application running on wildFly 8 and using Sql Server, the problem I am going through at the moment is that comes a moment the application returns me saying that I could not open…