Top "Wildfly" questions

WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server, developed by Redhat, that implements the latest enterprise Java standards.

Wildfly 8.2/undertow read time out

I recently migrated my project from jboss4 to wildfly 8.2 with java1.8. I have a webservice call using SAAJ which runs …

java-8 wildfly wildfly-8 saaj undertow
Cached connection manager in jboss/wildfly

I have defined a datasource for JBoss AS 7.4, with min/max pool sizes, tracing of idle connections etc. I am …

jakarta-ee jboss jboss7.x datasource wildfly
Encoding servlets with UTF-8 on WildFly

I used to run my JavaEE applications on GlassFish server, and there was no problem with the encoding type (UTF-8) …

servlets encoding utf-8 wildfly
Unable to install/run SQL Server driver in WildFly 10

I am running my application on a WildFly 10 server. I do not wish to place my connection details on my …

sql-server server wildfly wildfly-10 mssql-jdbc
javax.ejb.EJBAccessException: JBAS013323: Invalid User

On my way to migrate from JBoss 7 to WildFly, I encountered another problem. When calling an rest service which is …

security jakarta-ee ejb wildfly jaas
Using the WildFly application server with NetBeans IDE

I was accustomed to using GlassFish server all the times. I'm migrating a Java EE application from GlassFish (4.0) to WildFly 8.1.0 …

java netbeans wildfly wildfly-8 netbeans-8
Increase JTA transaction timeout limit in WildFly

How can I increase JTA transaction timeout in WildFly? Can be updated in standalone.xml as well as from Admin …

java wildfly wildfly-8 jta
How to send JMS messages from WildFly 10 to remote ActiveMQ

After so much fumbling around the internet, it's a surprise that I can't find a sample configuration for pushing to …

jms activemq wildfly wildfly-10 activemq-artemis
java.lang.IllegalArgumentException: Parameter 'directory' is not a directory

I am trying to deploy a maven web application on my local wildfly machine. But I am getting this error: 08:55:02,595 …

java rest maven wildfly wildfly-8
Multiple persistence units in Wildfly?

Is it possible to have two persistence units in a Wildfly (9.0.2) application? I get "WFLYJPA0061: Persistence unitName was not specified …

jpa wildfly persistence.xml