Questions tagged [wildfly]

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

WildFly is written in Java and as such is usable on any operating system that supports Java.

WildFly was originally developed by JBoss Inc. which was acquired by Red Hat in 2006. It is licensed under the terms of the GNU Lesser General Public License. WildFly is free and open source software.

The renaming to WildFly was done to reduce confusion. The renaming only affects the JBoss Application Server project. The JBoss Community or the Red Hat JBoss product line (with JBoss Enterprise Application Platform) all retain their names. See also the tag.

For further information, visit the WildFly website.

6512 questions
2
votes
1 answer

Wildfly 8 Logging- Per deployment config for multiple deployments not working

I need to deploy multiple war files on a server-group in wildfly-domain. When I deploy only one application, configuration works perfectly fine and logs are generated as expected. But, after deploying second war file, all logs from deployment one…
akashpandey
  • 177
  • 1
  • 11
2
votes
0 answers

Defining 3rd-party library in Wildfly as Module without including its dependencies

I am developing a web application for Wildfly 9 using a quite standard stack (Java 8, JAX-RS, Hibernate etc). Now I have to use a third-party library, which has various dependencies to libraries version of Log4j etc. Since I don't want to analyze if…
user140547
  • 7,750
  • 3
  • 28
  • 80
2
votes
1 answer

JBoss Wildfly 9 - Multiple Datasources and PersistenceUnits

after upgrading from JBoss EAP 6.1 to JBoss Wildfly 9 I've got a problem with multiple XA-Datasources and the related PersistenceUnits. I'm using an Oracle Database with different users/schemas. I've configured 2 XA-Datasources which are using the…
2
votes
1 answer

Open ucanaccess/jackcess database in wildfly using iso-8859-1

I have a connection to an MS Access 2000 database defined in wildfly 9.0.2. Works fine. Using the commandline UCanAccess, I run it with -Dfile.encoding=ISO-8859 in order to have national characters (Norwegian) displayed correctly, on Ubuntu. On OS X…
jon martin solaas
  • 459
  • 1
  • 4
  • 14
2
votes
1 answer

Do I need to implement ServiceActivator in WildFly8 domain

My Wildfly 8 domain has two hosts Master and Slave. I need to start my application only on one node at a time. Do I need to implement org.jboss.msc.service.ServiceActivator for this? I believe this ServiceActivator should be implemented in case of…
akashpandey
  • 177
  • 1
  • 11
2
votes
1 answer

Gradle war dependencies for tomcat and wildfly at once

In build.gradle I am building WAR for tomcat and wildfly by single script. Wildfly has provided dependency to "javax.mail:mail:1.4.7'. But tomcat is missing this jar. So I have always added this jar to ${CATALINA_HOME}/lib/ . Currently I am trying…
2
votes
1 answer

JBoss Wildfly - deployment are temporary files. What about properties?

I am working on a Java project and have a problem with Wildfly 10's deployment. I don't find the solution in its documentation and would appreciate some help. When I deploy a .WAR, Wildfly creates a temporary folder to store the exploded…
Guillaume F.
  • 5,905
  • 2
  • 31
  • 59
2
votes
1 answer

Java EE 7 Webapp - Problems with REST-Services(json) after upgrading tika-parsers to 1.11

I have a Java EE 7 WebApplication providing Parsing and Search Functionality. While using tika-parsers 1.10 everything works but as soon as i upgrade to 1.11 my REST-Services fail for reading/writing json.
Philipp
  • 4,180
  • 7
  • 27
  • 41
2
votes
0 answers

Active Directory scanning and role mapping

I am running JBPM in JBoss Wildfly 8 and this is configured to use Active Directory Authentication. The configuration is as follows:
Neeraj Pandey
  • 121
  • 1
  • 6
2
votes
3 answers

JSON to POJO conversion error in Rest webservice

I'm using wildfly 10 and REST and have the following error: 08:15:19,827 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-22) RESTEASY002010: Failed to execute: javax.ws.rs.NotSupportedException: RESTEASY003065: Cannot consume …
jobe
  • 325
  • 2
  • 14
  • 25
2
votes
1 answer

fail to read WildFly system properties

I have an application packaged in an EAR file and deployed on WildFly 9.0.2 Final. it needs to read some system properties defined by WildFly. The problem is that the classes in the EAR fail to read the WildFly system properties. For example - the…
Elad Eldor
  • 803
  • 1
  • 12
  • 22
2
votes
2 answers

How to send email using Wildfly, where the SMTP doesn't need a password?

I have the following problem: How do I send an email using Wildfly when the SMTP doesn't need a password? I already succeeded doing this using Glassfish. But when I migrate to Wildfly, I don't know what parameter I need to pass. This is my Glassfish…
user2571094
  • 177
  • 1
  • 3
  • 12
2
votes
0 answers

WildFly-9.0.2.Final war file deployment very slow

I am trying to deploy a war file in WildFly 9.0.2, but it's taking a very long time and throwing a TimeoutException. I also increased the transaction timeout, which had been 300. Any advice?
2
votes
0 answers

WildFly cannot find XMLSchema.dtd

I have WAR that I am deploying to a WildFly 10.0.0.CR5 server. When the WAR is packaged, under WEB-INF/wsdl/dir/dir/ there is a WSDL, some XSD files, and an XMLSchema.dtd file. One of the XSDs, called xml.xsd, has the following at the top of the…
Evan LaHurd
  • 977
  • 2
  • 14
  • 27
2
votes
0 answers

Wildfly - Failed to auto release data source connection to pool after session closed

As we know in jboss 6 if the code not handled with closing DB connection then the application server will close it and throws a warning message which will occur immediately after the transaction session closed, but this option is not available by…
Jeevanantham
  • 984
  • 3
  • 19
  • 48