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

Stadlaone-full set up for wildfly

i'm tryin to run an app that runs on jboss EAP , on jboss Wildfly , but i'm having problems with the standalone-full.xml because some services like hornetq aren't available on Wildfly is there a possible way to migrate from eap to wildfly? any help?
0
votes
1 answer

Optaplanner Solving Phase Stuck in Construction Heuristic Phase

I was building a web apps for nurse rostering based on Optaplanner vehicle routing web example. When I tried to run it from my Eclipse inside a JBoss WildFly 8.x, it only running to Construction Heuristic phase, and then stuck there without any more…
the.wizard
  • 1,079
  • 1
  • 9
  • 25
0
votes
0 answers

How to avoid java.sql.SQLException - JZ0C0: Connection is already closed. in Wildfly-8.2.0.Final

I have deployed an EAR in Wildfly-8.2.0.Final application server. After some hours of inactivity, I am getting the below error: Caused by: java.sql.SQLException - JZ0C0: Connection is already closed. at…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
2 answers

WildFly 8.2 auto deploy configuration

How to configure WildFly 8.2.1 to: Not auto-deploy from "deployments" folder when server running Always deploy from "deployments" whent starting up, ignoring previous deploy result If I set scan-enabled="false" for deployment-scanner, WildFly…
Rustam
  • 1,397
  • 1
  • 13
  • 17
0
votes
1 answer

How to extract all used libraries from Java Maven web project

I have a web project built in Eclipse. It runs on a JBoss Wildfly 8 server and uses a number of the installed libraries on that server. Those libraries are not in the pom file as they are found through the reference to the Server runtime. Now I want…
mvermand
  • 5,829
  • 7
  • 48
  • 74
0
votes
2 answers

JBoss EJB Client using HTTP Proxy

I'm trying to make a EJB invocation using jboss-remoting to a Wildfly 8.2.1 server that can be accessed only via HTTP Proxy. It fails like: Feb 23, 2016 2:50:34 PM org.jboss.ejb.client.EJBClient INFO: JBoss EJB Client version…
Andrei Matei
  • 1,049
  • 2
  • 10
  • 23
0
votes
0 answers

Clustering issue in JSF+CDI+Wildfly

I am using wildlfly 8.2.0 and apache2.2(as load balancer) and developing application in JSF 2.2. I marked my web application as distributable and I am injecting enterprise event in my CDI bean. @Inject Event killEvent; While switching to…
0
votes
1 answer

Configuring SSL on wildfly 8.2 with keystore without password

I'm have a keystore with the password is empty and i'm trying configuring this on wildfly 8.2 but this doesn't work. I configured another server with a keystore that have a password and it works! Some one knows if wildfly can't permit configure with…
pmreis
  • 100
  • 1
  • 1
  • 13
0
votes
0 answers

Cloning Application deployed in WebSphere to JBoss (WildFly)

I have a application which is running WebSphere Application Server & IBM HTTPS server.And below is the setup Static Content is deployed in IBM HTTPS server under the DocRoot /opt/www/static/xyzweb and configuration is done to point to app jvm &…
user3772505
  • 75
  • 1
  • 9
0
votes
0 answers

Wildfly 8.2 : session attributes disapear, when using mod cluster

we're using wildfly 8.2 in cluster mode , with ha profil, so as to benefit from failover fonctionnality. But seems that things don't work properly since we enable in our web.xml, because session attributes disapear from user's…
0
votes
1 answer

"Could not find default constructor" error during webapp deployment in WildFly 8.2

I am deploying a Spring 3.2.9 based web app within WildFly 8.2.0 using the following runtime descriptor
Sirish Renukumar
  • 1,509
  • 2
  • 13
  • 16
0
votes
1 answer

Wildfly: Many open libraries

I have an Java EE application which runs fine with wildfly 8.2.0 but after some days uptime there are many open files (170000+). After checking the system with "lsof" I found for many lines with open libraries (jar files). For example: lsof | grep…
gregor
  • 2,397
  • 2
  • 12
  • 18
0
votes
2 answers

Exclude org.codehouse.jackson.* from my War on Wildfly 8.2.0 to use com.fasterxml.jackson.*

I try to use the com.fasterxml.jackson for my JSON Deserialization and Serialization. I put the dependencies for the com.fasterxml version in the pom.xml of my war-project and also added the org.jboss.resteasy.resteasy-jackson2-provider dependency…
Abbel
  • 320
  • 1
  • 9
0
votes
1 answer

Configure Wildfly Naming subsytem on deploy with Maven plugin wildfly-maven-plugin

I would like to add a resource to the naming subsystem so that I can pull it into my EJB through the @Resource annotation. Ideally the resource must be added at build time for that specific environment, (once I get this working, I will set variables…
0
votes
1 answer

ServerConfig is unsupported by arquillian

Using arquillian for unittest and integration test of EJB in Wilfly 8 application server. Arquillian fails to recognize the property "serverConfig" to choose the server start up configuration and its missing in supported property names, so its…
Jeevanantham
  • 984
  • 3
  • 19
  • 48