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
0 answers

stop undeploying of application on shutting/restart down Jboss server

Recently I have deployed couple of applications in Jboss 7.1.0 EAP. Whenever I shutdown or restarts the Jboss server, application undeploys and again starts deploying, because of this, we have to wait for longer time to access the deployed…
yogish
  • 85
  • 17
0
votes
2 answers

Deploy web apps on different ports (JBoss/Wildfly)

I have 1 application deployed successfully on wildfly server under standalone/deployments and it is working fine. Now i want to deploy same application with different port on same server for this steps which i've already tried are:- created new…
0
votes
1 answer

How to force wildfly-8.2.1.Final to load .class from a directory rather than war?

I want load .class file from a given directory so, i put compiled file inside the directory /opt/wildfly-8.2.1.Final/modules/packagename/ and also server load the classes from the same directory rather than war(WEB-INF/classes/packagename/).
0
votes
2 answers

Why does Jboss EAP 7 load previous and actual configuration and so on alternately?

I have an angular app into a war, deployed works fine. But sometimes it serves the correct files and sometimes not. Evaluating the app, I request for a file mifile.js, sometimes it returns the current file, but other times it gives me back the file…
0
votes
1 answer

org.jboss.weld.exceptions.DefinitionException when starting wildfly

I have a project in wildfly 8. On trying to start the server, I get an error as Failed to start service jboss.deployment.unit."aa.ear".WeldStartService ERROR [org.jboss.as.controller.management-operation] JBAS014613: Operation ("deploy")…
user2689782
  • 747
  • 14
  • 31
0
votes
1 answer

Migrating Grails (2.2.4) application from JBoss 5.1 to Wildfly 8.2.1

I am new to grails and trying to migrate a Grails (2.2.4) application (on jdk 1.6) from JBOSS 5.1 to Wildfly 8.2.1 server. As wildfly takes default class-loader,I commented out class-loading tag in jboss-web.xml. After this, I did following…
phoenix
  • 38
  • 5
0
votes
0 answers

java.io.NotSerializableException: org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject

We are trying to migrate from Jboss 4.2.3 GA to Wildfly 8.2.1 Final. The code which was working fine in the Jboss is not working in Widfly anymore and giving the following strange exception. I have tried searching for the solution for this issue but…
Nagaraju Chitimilla
  • 530
  • 3
  • 7
  • 23
0
votes
2 answers

supress warnings thrown by server in server.log

I am using Wildfly 8 for my deployment. Our application uses JDBC to access database. The database resource management from Java code is not proper, like when a connection is closed, many of its associated statements or resultsets are not closed. So…
Anirban
  • 925
  • 4
  • 24
  • 54
0
votes
0 answers

"Calling standalone.conf.bat" when running WildFly 8 standalone.bat

I'm using Windows 8.1 and the WildFly is 8.2. (even though the folder indicates that it is 8.1 I've updated it with a patch by JBoss to 8.2) I have a project which worked fine a month ago and absolutely no changes have been made to it during this…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
1 answer

Wildfly 8.2 stop incoming connections suddenly

We have a wildfly 8.2 app server which allocates 6GB of server RAM. Sometime due to havey transaction count wildfly has stop receiving incoming connections. But when I check server (not app server, it is our VM ) memory, it uses 4GB of RAM. Then I…
GRTZ
  • 433
  • 1
  • 5
  • 9
0
votes
1 answer

GraphQL Java: Buildschema with injected bean

I'm using Wildfly and graphql-java in my project. I set up the GraphQL Endpoint like they in there tutorial did and it worked perfectly with dummy data. But i am not able to inject my Repository which is inside a Bean to connect to my database. The…
kaaPe
  • 23
  • 4
0
votes
1 answer

Using EXSLT in Xalan

i use Xalan as XLST-Processor inside the application server wildfly. Everything works fine so far, but when I try to use date and time functions from exlst, i got NoClassDefFoundError and I don't know why. The definition is:
Markus
  • 1,141
  • 1
  • 9
  • 25
0
votes
1 answer

How to forward an HTTP request to external URL? WildFly 8.1, standalone deployment

I need to forward all requests to an web application to an external URL. The webapp is deployed from a WAR file, running on WildFly 8.1, deployed as a standalone module. What do I need to change in the standalone.xml ? Tried creating new…
jprusakova
  • 1,557
  • 3
  • 19
  • 31
0
votes
0 answers

Swagger is not working in Wildfly 8 server for representing set of Rest API

Hi I have integrated Swagger API to represent all Rest Easy API to the application developer(Abdroid, iOS). For that I have done some configuration in standalone.xml file(/opt/wildfly/standalone/configuration) in wildfly server as given below for…
Ranjit Soni
  • 594
  • 6
  • 19
0
votes
0 answers

Testing too fast causing unable to get managed connections?

I am trying to test a web-based application. The webserver I am using is wildfly and API for database access is JDBC. The problem is that I am trying to automate tests using selenium webdriver. At first I run the server and using a separate Eclipse…
ITguy
  • 847
  • 2
  • 10
  • 25