WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.
I'm working on a project to deploy to Wildfly, and I'm using Maven to build it. This is a complex …
maven wildfly-8I am trying to invoke a stateless EJB, deployed on a remote server. I can invoke the bean from my …
java jboss ejb remote-server wildfly-8I keep getting the following error on a seemingly random basis from a WildFly 8.1.0.Final install running under NetBeans: 08:51:09,742 ERROR […
wildfly-8I want to explicitly enable certain cipher-suites on my WildFly application server. Therefore I tried to edit the configuration in …
ssl encryption wildfly wildfly-8I am working on a migration project from JBoss Seam to CDI. Following is the technology stack : 1)WildFly 8.2.0 (CDI 1.2 with …
transactions cdi wildfly-8 jpa-2.1I'm trying to implement Wildfly 8.1.0.Final domain setup, profile full-ha, with 1 master and 2 slaves with load balancing by mod_cluster. …
linux apache ubuntu wildfly-8 mod-clusterI may be wrong, but to my understanding, the following must be possible in WildFly: It must be possible to …
wildfly wildfly-8 undertow