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 won't play nicely with camel: IllegalArgumentException: Type is not a Component implementation
I'm trying to get apache camel running on wildfly 9.0.2.Final.
Using the guide here, I've downloaded a wildfly bundle WildFly-Camel 3.3.0 and patched my wildfly instance.
My route configuration uses netty-http, like…

mdarwin
- 1,684
- 7
- 28
- 72
0
votes
0 answers
Widlfly 9 HTPPS configured, not accesible with Internet Explorer
I have configured Wildfly 9 according to the instructions on this link:
Wildfly 9 http to https
I can access my aplications using Chrome or Firefox (both warn me about the Self Signed certificate but allow to add the exception). When i try to access…
0
votes
0 answers
how do I bootstrap a Spring Boot Application in wildfly?
I've built an application in Spring, and would like to get it running in wildfly. It is NOT a webapp, so the packaging is jar.
Upon startup, jboss reports that it has loaded it:
14:50:42,899 INFO [org.jboss.weld.deployer] (MSC service thread…

mdarwin
- 1,684
- 7
- 28
- 72
0
votes
3 answers
Error while runing java EE project with Jboss and Wildfly 9.x
I have error while runing my Project it's correctly deployed but i have this error
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: …

hela
- 51
- 12
0
votes
0 answers
OmniFaces graphicImage method throws IllegalArgumentException
as already covered in this SO post I was successfully creating an h:outputLink with of:graphicImageURL('imageBean.getFirstImage(Long id, boolean thumbnail)'). This works fine on my local machine. However, when I deploy it on one of my production…

Jonas Bausch
- 185
- 3
- 12
0
votes
0 answers
resources only loaded after page refresh
I'm facing some strange behaviour: In my webapp (JSF Mojarra with PrimeFaces 5 running on Wildfly 9) resources such as css and images are not loaded on the login page when someone first loads it. After refreshing it, all resources are there. Also,…

Jonas Bausch
- 185
- 3
- 12
0
votes
1 answer
Publishing Error while cleaning wildfly server and redeploying a web app
I'm working on a simple web project using Jsp Servlet technologies with WildFly 9 Server , when I make some changes to the project (modifying the code of the servlets ,or the code of jsp pages ) and I try to clean the server in order to apply the…

MarwaInsat
- 293
- 1
- 4
- 17
0
votes
1 answer
Primefaces Push notify example does not work with wildfly 9.0.2
I tried to do the notify example of primefaces push in wildfly 9.0.2 but does not work, I searched the error but the answers I've found not helped me, here is my code:
and thanks for the advice
index:
Facelet…

mf8951
- 23
- 7
0
votes
0 answers
Infinispan Jgroups Leave Message
I want to ask if with infinispan there is the possibility for each cluster node to send a leave message.
In my use-case, each node in the cluster is represented by a web application (a single war). So inside my application server there are as many…

Alex
- 1,515
- 2
- 22
- 44
0
votes
1 answer
Using USYNCHRONIZED persistence context with Hibernate 5.x and Wildlfy
I'm trying to migrate application which uses unsynchronized persistence context with JTA transaction, from hibernate 4.3.7 to Hibernate 5.0.7, and I found a couple the of issues I can't get my head around. Our entity manager injected as…

Mikhail Chibel
- 1,865
- 1
- 22
- 34
0
votes
1 answer
Eclipse Kepler not showing WildFly 9 and 10
Experts,I'm trying to add WildFly 9 and 10 to my Eclipse Kepler (version=4.3.2).
After googling, I made Help>Eclipse Marketplace...>JBoss Tools 4.1.2.Final.
But, there's neither WildFly 9 nor WildFly 10.
Can you please tell me what's missing…

Saria Essid
- 1,240
- 1
- 11
- 16
0
votes
0 answers
JGROUPS Transport remoting start error using Infinispan
In my use case I developed N webapplications, each of which uses Infinispan shared cache and JGroups as transport layer.
When a webapplication starts up, it creates a cachemanager object and registers it into the JNDI of the application server. The…

Alex
- 1,515
- 2
- 22
- 44
0
votes
2 answers
Infinispan JGROUPS force Change View
I'm working with Wildfly 9.x , with Infinispan 7.2.3. I'm facing up to the problem of forcing a jgroups change_view event in order to elect a different coordinator in a "predestroy" phase.
This snippet code :
Address…

Alex
- 1,515
- 2
- 22
- 44
0
votes
2 answers
Infinispan Jgroups Crashes after war deploying
I'm working on Wildfly 9 with Infinispan 7.2.3.
I'm facing up to a strange problem related to distributed cache:
On the application server i have N deployed wars exposing REST services
Each service code has the common duty to check if a…

Alex
- 1,515
- 2
- 22
- 44
0
votes
1 answer
Migrating web application from JBoss 7.1.1 + Java 6 to Wildfly 9.0.2 + Java 8
I'm trying to migrate an application from JBoss 7.1.1 to Wildfly 9.0.2, but I'm facing some problems.
The first thing that I'd made was remove all the PROVIDED dependencies, overwriting them for the specific version that JBoss 7.1.1 was providing…

Pmt
- 1,122
- 3
- 13
- 27