WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.
Questions tagged [wildfly-9]
279 questions
0
votes
1 answer
Wildfly 9.0.x Excluding Infinispan
I m working with Wildfly 9 and i developed a jar imported as dependency by a web application (.war). The jar uses infinispan 8.1.0 while the application server uses the 7.2.3.
i 've written the following jboss-deployment-structure.xml

Alex
- 1,515
- 2
- 22
- 44
0
votes
1 answer
WildFly 9.x Deployment Scanner
I have an application running on Clustered Wildfly environment
Server-One on Machineone and Server-one on Machinetwo are used to form a HA cluster. Serverone also act as a domain controller in my cluster environment.
When I go from UI Console…

suhas khot
- 85
- 1
- 12
0
votes
1 answer
infinispan(embedded with spring 4) is not caching for wildfly 9.0.0 .
Infinispan(embedded with spring 4) is not caching for wildfly 9.0.0 . can anybody help me with correct configurations and compatible versions?

JavaSeeker
- 53
- 1
- 1
- 8
0
votes
1 answer
How do I get started with a RESTful login in wildfly 9?
I tried to do a simple login application here on github
but when I try to see the json from the following url http://localhost:8080/loginpoc/loginp/status I get a not found page.
What am I doing wrong?

osmingo
- 994
- 1
- 8
- 16
0
votes
1 answer
call Remote EJB from client JAVA
I have to implement two simples java projects ; the first is an EJB projectwho contains a simple service which implement a remote interface, and the second project is a java client which try to call this ejb project ,
so here is what I did until…

majd hwas
- 95
- 2
- 2
- 10
0
votes
1 answer
Wildfly 9.0.2 Access is denied while setup server lock file
I am using wildfly 9.0.2, whenever I deploy my application, I am getting the following exception:
at org.jboss.as.messaging.jms.JMSService.doStart(JMSService.java:174)
at org.jboss.as.messaging.jms.JMSService.access$000(JMSService.java:62)
…

Alpesh Jikadra
- 1,692
- 3
- 18
- 38
0
votes
1 answer
org.hibernate.service.spi.ServiceContributor: Provider org.hibernate.spatial.integration.SpatialInitializer not a subtype
Im using following hibernate jars [1]; When I deploy my war file in wildfly 9 I get following error.
How can I overcome this issue?
5:34:53,204 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 88) MSC000001: Failed to start service…

Ratha
- 9,434
- 17
- 85
- 163
0
votes
2 answers
wildfly migration from AS 7 to WF10
I am new to WildFly Server. I am upgrading server from AS7 to Wildfly10. How to add JARS in WILDFLY10. In Error Log: i am getting missing Dependencies(Is this because of not reading JARS?).

Abhinay
- 1
- 2
0
votes
1 answer
How to get sonarqube code coverage on tests running on wildfly server
I'm running my integration tests on wildfly server. 1st we deploy our artifact and then another test project will consume the API of deployed project and do complete integration testing. Is there a way to report the code coverage sonarqube ?

dinesh707
- 12,106
- 22
- 84
- 134
0
votes
1 answer
Migrating from jboss as to wildfly
I'm migrating from JBoss AS 7 to Wildfly 9.0.2.
I changed the standalone.xml to add our datasources, email configuration and security (JAAS). The rest of the config are the distribution defaults.
I changed my app to use the new naming for JAAS…

caarlos0
- 20,020
- 27
- 85
- 160
0
votes
1 answer
java.lang.ClassNotFoundException: com.sun.rowset.CachedRowSetImpl in wildfly-9.0.2.Final
Enviornment - AS@wildfly-9.0.2.Final,JDK - java version "1.8.0_66" , Building tool - ANT
A java file having following code has been configured as a module (module add --name=jaroneapi --resources=~/Downloads/jaroneapi.jar)
I think the classes which…

Kamal Vijay
- 47
- 1
- 13
0
votes
0 answers
Hibernate JPA not creating table automatically in wildfly
My Persistence xml looks like

Shifat
- 732
- 1
- 6
- 20
0
votes
2 answers
How to configure wildfly 9.0.2 to use EclipseLink under netbeans 8.1
i have installed wildfly 9.0.2 under netbeans 8.1 and because i have already a project configured to use EclipseLink, i have tried to configure wildfly to use it.
Until now I developed my application under Glassfish Server 4. i wabt to start using…

Hbar01
- 7
- 1
- 6
0
votes
0 answers
Invoking a Local Stateless EJB3 Bean from a Struts2.2.1 in wildfly-9.0.2.Final
Environment:
WildFly-9.0.2.Final
Struts 2.2.1
ANT
I am looking up a local EJB3 stateless bean from a separate struts2.2.1 application.
The JAR (testcommon.jar), which contains the stateless EJB3, and the EAR (test.ear), which contains a WAR with…

user595014
- 114
- 3
- 8
- 20
0
votes
0 answers
Wildfly + hibernate-search/lucene - not using index directory when running under systemd
Running Wildfly 9.0.2 on Ubuntu 16.04 I switched to systemd, after having used Ubuntu 14.04 LTS. I snagged the scripts for Wildfly 10 (contrib). I have a persistence.xml with

jon martin solaas
- 459
- 1
- 4
- 14