Questions tagged [wildfly-8]

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.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
0
votes
1 answer

Setting up a basic cloud for documents using Java EE 7

I'm planning to setup an Enterprise application where the Java standalone client can upload and download .doc and .odt documents from an application server (WildFly). I'm evaluating different solutions such as: Using a Servlet as bridge to upload…
user2824073
  • 2,407
  • 10
  • 39
  • 73
0
votes
1 answer

New version of Drools-Guvnor

I am currently using Drools-Guvnor 5.5 on JBoss 7 for Business rule management system. I am planing to update both of them. So jBoss goes to WildFly - 8. Now what about Drools-Guvnor? From what I understood it is now called Workbench. Am I correct…
abhinav pandey
  • 574
  • 2
  • 8
  • 21
0
votes
1 answer

Redirect war to main domain?

I have a RichFaces WAR file that deploys itself to http://mytestserver:8080/mywarapp/index.jsp. I deploy it on the Wildfly Application Server. Now I would like to access the WAR file not through this long http-address, but through the main server…
Socrates
  • 8,724
  • 25
  • 66
  • 113
0
votes
1 answer

Deploy EAR on different Wildfly undertow server

I have two different inside wildfly undertow subsystem in order to use two interface on different ip and send different ssl certificate for different domain
Giuseppe
  • 125
  • 2
  • 14
0
votes
2 answers

jaxws_asm/package-info : Unsupported major.minor version 0.0

I have Maven project and I am using (wildfly-8.1.0.Final), in addition to use (jdk1.7.0_67). After getting my project WAR I try to run the server but always I have the following: 16:04:51,518 INFO …
user2034269
  • 109
  • 1
  • 3
  • 13
0
votes
1 answer

Websocket wildfly not working

I'm trying to use websocket using openshift and wildfly 8.1. The application works on a local wildfly server on port 8080. But, I'm not able to connect on openshift server for the websocket using port 8000. Curriously, if I use port forwarding (rhc…
nono
  • 1,462
  • 1
  • 13
  • 21
0
votes
0 answers

Eclipselink Performance on Wildfly

I've eclipselink v 2.5 enabled application running on Wildfly 8.1 the problem I've noticed is the memory increasing after starting the application because there are huge number of instances of the following classes (snapshot of Visaul…
A. Shaheen
  • 105
  • 13
0
votes
1 answer

javaee statefull bean not working

I've defined an @Stateful @StatefulTimeout(value = 2, unit = TimeUnit.HOURS) rest bean so that it can hold a private MyContext userContext; (basically a List holding all previous values passed to the rest bean). I've launched my webapp in a…
Cerber
  • 2,889
  • 4
  • 27
  • 43
0
votes
1 answer

Cannot migrate JSF + CDI Project from Tomcat to Wildfly

I am migrating my project which is JSF + CDI from Tomcat+Weld to WildFly, so I removed the web.xml configurations required to have cdi working with tomcat and also removed Weld dependencies from my pom.xml. The problem is I can't have my project…
Marcos J.C Kichel
  • 6,887
  • 8
  • 38
  • 78
0
votes
1 answer

CDI cross BDA bean injection in Wildfly 8.1

I have an EAR file with the following structure: lib jar.jar Test1 Test2 ejb.jar Test1Impl war.war Test2Impl TestServlet The jar.jar contains two interfaces Test1 Test2 The TestServlet injects Test1 which resolves to Test1Impl only if I…
Christian Beikov
  • 15,141
  • 2
  • 32
  • 58
0
votes
1 answer

Maven embedder causing build failure

I have setup a project that deploys to a Wildfly AS fine using Maven wildfly:deploy I was looking to implement calling Maven3 from Java using this but by including the dependency org.apache.maven
Codey McCodeface
  • 2,988
  • 6
  • 30
  • 55
0
votes
1 answer

JBoss 5.1.0 to Wildfly

We are developing a new project (spring, mvc, jdbc, rest) which we are considering to deploy it in JBoss Wildfly 8.1.0. Before we were using the JBoss 5.1.0 where we had datasource and other configurations easily created and configured along with…
vvra
  • 2,832
  • 5
  • 38
  • 82
0
votes
0 answers

ClassNotFoundException while deploying ear in wildfly8.1

I am moving my jboss 4 application to wildfly It consist of 10 modules i have added it in appliction.xml i have also added this entry true i copied my all my thirdparty jars into ear/lib folder i have updated all my ejb-jar.xml DTDs my ejb modules…
user3728375
0
votes
1 answer

REST-triggered CDI event fail to update Vaadin UI

In my application, a restful web service can fire CDI events (tested and working, events are fired when expected and a simple observer method will log the event as planned). However, in most case, I would need these events to update the UI of the…
Psyx
  • 758
  • 1
  • 9
  • 15
0
votes
2 answers

PrettyFaces fails in Wildfly 8.1.0 but works in 8.0.0

PrettyFaces kills the session on every request that involves a redirect when the application is deployed on Wildfly 8.1.0.Final. The same app deploys and works properly on Wildfly 8.0.0.Final. On 8.1.0 PrettyFaces appears to prevent the servlet…
user3402489
  • 371
  • 2
  • 7