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 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 wildflyI 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-jdbcOn 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 jaasI 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-8After 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-artemisIs 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