WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server, developed by Redhat, that implements the latest enterprise Java standards.
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-10When adding Arquillian to a Maven build I get the above exception in Eclipse: Missing artifact sun.jdk:jconsole:jar:…
eclipse maven wildfly jboss-arquillianWhat is the main difference between security-domain and security-realm in WildFly? standalone.xml <security-domain name="foo"> <authentication&…
jboss wildfly wildfly-8How do I modify the WildFly 8 logging levels, specifically server.log. Currently I suspect they default to INFO and would …
wildfly wildfly-8given 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.mfI'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-8Does anyone have an example script for setting up the messaging subsystem in Wildfly using CLI? The perfect example would …
wildfly jboss-cliI'm working on preparing a program that runs on Wildfly for deployment to a customer site, and I need to …
ip-address wildflyIm 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