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.

How to disable WELD on WildFly

How to fully disable WELD on WildFly. I don't need it, because I use another DI framework. Exception 0 : javax.enterprise.…

java jboss cdi weld wildfly
Unable to define oracle datasource on Wildfly 10

I'm using wildfly-10.1.0.Final and I'm trying to add an oracle Datasource: <datasource jndi-name="java:jboss/datasources/OracleDS" pool-name="…

oracle jboss datasource wildfly wildfly-10
Missing artifact "sun.jdk:jconsole:jar:jdk"

When adding Arquillian to a Maven build I get the above exception in Eclipse: Missing artifact sun.jdk:jconsole:jar:…

eclipse maven wildfly jboss-arquillian
Difference between security-realm and security-domain in WildFly

What is the main difference between security-domain and security-realm in WildFly? standalone.xml <security-domain name="foo"> <authentication&…

jboss wildfly wildfly-8
WildFly 8 Logging Levels

How do I modify the WildFly 8 logging levels, specifically server.log. Currently I suspect they default to INFO and would …

wildfly wildfly-8
Why we have to declare dependencies on manifest of JBOSS 8 (wildfly)?

given the following EAR: my-app.ear my-ejb.jar my-webapp.war lib my-lib.jar my-ejb need the oracle library to work …

java oracle jboss wildfly manifest.mf
How to add module to Wildfly using CLI

I'm trying to create a Wildfly docker image with a postgres datasource. When I build the dockerfile it always fails …

java postgresql docker wildfly wildfly-8
How to set up messaging subsystem using CLI in Wildfly

Does anyone have an example script for setting up the messaging subsystem in Wildfly using CLI? The perfect example would …

wildfly jboss-cli
How to change Wildfly server's IP address

I'm working on preparing a program that runs on Wildfly for deployment to a customer site, and I need to …

ip-address wildfly
Use CXF libraries in Wildfly deployment with Maven artifact provided

Im trying to deploy a project containing an JAX-WS Interface to a wildfly 8.2 server. The project is packed as a …

java web-services maven jax-ws wildfly