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

Running tests with EJB Container and JPA

I'm suffering in understanding how to properly set up tests in JUnit for EJB and JPA. I've seen advices telling to use Arquillian for the integration test, but I want to do a simple unit test. What I have right now is a EJB with injects a…
vers
  • 29
  • 5
2
votes
1 answer

Wildfly 9.0.2 + H2 database (jdbc:h2:file not showing tables)

So, my first example using Wildfly 9.0.2 and I have deployed one webapp with the settings: context: app-estoque-ws-server-wildfly src/main/resources/META-INF -> import.sql -> persistence.xml WebContent/WEB-INF ->…
aelkz
  • 1,786
  • 1
  • 24
  • 26
2
votes
2 answers

How to setup Jacoco with Wildfly and Maven

I try to use Jacoco in my Eclipse IDE with the Eclemma plugin but it does not work. It worked when I was using JBoss 7 but not anymore with Wildfly 9. I can run my JUnit tests whithout error but the code coverage is always 0%. I'm using arquillian.…
cheb1k4
  • 2,316
  • 7
  • 26
  • 39
2
votes
2 answers

Web socket disconnecting on OpenShift (with WildFly 8.2.1)

I am using OpenShift and WildFly 8.2.1 final to implement the new HTML5 websocket. I used this tutorial to set this project up. Whenever I open my MyTest.html, this is what the JavaScript logs: JS: Server Connected... JS: Server…
user5139637
  • 775
  • 3
  • 10
  • 29
2
votes
1 answer

Custom JsonDeserializer to deserialize subtypes of abstract class in resteasy

I have a class like: public abstract class JsonMotivation { protected int motivationid; ... getters and setters public abstract String getMotivationType(); public void setMotivationType(String motivationType) { } } This…
gadeynebram
  • 725
  • 2
  • 6
  • 22
2
votes
1 answer

error with a jersey restful maven project

I downloaded the project from mkyong's website. I'm facing issue running the project. I'm not sure what is wrong. I'm doing this the first time, so please help me. If this works, I want to add hibernate to this project. I tried to deploy this in…
user525146
  • 3,918
  • 14
  • 60
  • 103
2
votes
0 answers

How to update soap action in HTTP header?

Incoming request contain next Content-Type: Content-type: application/soap+xml; charset=UTF-8; action="testAction" In JBoss 5.1 works very well, in WildFly 8.2 server answers with error "The given SOAPAction testAction does not match an…
Rustam
  • 1,397
  • 1
  • 13
  • 17
2
votes
1 answer

Display external images outside of Wildfly in JSF

I want to display external image files under /var/images. To do that, I added another image handler "img" subsystem for the images folder in my configuration/standalone.xml as follows. Now I can browse the folder through…
user697911
  • 10,043
  • 25
  • 95
  • 169
2
votes
0 answers

Can Fiddler intercept JMS messages?

I need to connect a Mule flow via JMS to Wildfly9. There is very little information available on how to do this (or whether it's even possible), so naturally I'm having problems. I want to try investigating the communicaton between Mule ESB and…
KlaymenDK
  • 714
  • 9
  • 31
2
votes
0 answers

How does Wildfly perform Session replication?

The main problem is I am unable to implement session replication in a two node cluster and in a domain configuration (master + slave). There are no errors whatsover in the logs but that's for another question. Right now; Researching lead me to these…
Basit Anwer
  • 6,742
  • 7
  • 45
  • 88
2
votes
4 answers

KIE-Workbench not loading after login

Although this may be a duplicate of Problems in Firefox and Chrome with "Kie Drools Workbench 6.2.0 Final" after the login , I am posting it here again since the installation is a bit different. I have a KIE-Workbench 6.3.0 running on a WildFly 8.2…
Dominik Sandjaja
  • 6,326
  • 6
  • 52
  • 77
2
votes
1 answer

How to provide custom athentication/authorization manager in Wildfly

I have a backend REST service providing authentication and authorization. How can I configure my Wildfly server or the deployed application so that the REST calls are made to verify any user credentials and retrieve user roles over REST? The…
Veselin
  • 197
  • 2
  • 12
2
votes
2 answers

Eclipse Luna + WildFly 9

Can I use Eclipse Luna with WildFly 9 server ? Or should I move to Eclipse Mars ? I'm asking because I can't create a WildFly 9 server on my Eclipse but I can create a WildFly 8 server. I checked my Jboss Tools plugin which seems to be up to date…
cheb1k4
  • 2,316
  • 7
  • 26
  • 39
2
votes
1 answer

How can I do a 301 redirect from http to https in Wildfly 8.2?

My web.xml has the following security constraint: App /*
k170
  • 383
  • 5
  • 18
2
votes
1 answer

How to run a wildfly batch job in parallel

I'm using batch jobs in wildfly 8.1 and I want to start by executing a batchlet and then make a decision and if the result is accepted I would like to run a number of steps in parallel. I'm just unsure how to accomplish this in my myJob.xml file …
jka_dk
  • 421
  • 1
  • 4
  • 17