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
2
votes
1 answer

Arquillian and TransactionAttributeType.REQUIRES_NEW

In my arquillian test a number of application methods are called, which either read data from the database or create data and persist to database. a) At some point a method annotated with @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)…
anna
  • 745
  • 2
  • 9
  • 30
2
votes
3 answers

Chaining Docker Images and execute in order

I am extending the APIMan / Wildfly Docker image with my own image which will do two things: 1) Drop my .war file application into the Wildfly standalone/deployments directory 2) Execute a series of cURL commands that would query the Wildfly …
Brooks
  • 7,099
  • 6
  • 51
  • 82
2
votes
1 answer

How to set version to your war in WildFly?

In apache I use, projectname#1.9-Test##1.9-TEST to set version my war. What is the equivalent of that in WildFly?
2
votes
1 answer

default errorhandler for wildfly 8 logging mechanism

I am migrating a project from JBoss 4.2.3 to Wildfly 9. I am using default jboss-logging mechanism We had errorHandler for every appender in jboss-log4j.xml
Sumanth
  • 595
  • 3
  • 14
  • 39
2
votes
3 answers

log4j doesn't read its log4j.properties file

In a Maven project I've put the log4j.properties file in src\main\resources catalog which seems to be the usual place to put it in. However it does not appear to read it or there is a mistake I can't see as my logger doesn't print DEBUG level…
Arqan
  • 376
  • 1
  • 3
  • 14
2
votes
1 answer

Working WAR in Tomcat fails in WildFly

I have a JAVA WAR file previously exported using JDK 7 I successfully deploy it in Tomcat 7, going to bin\startup.bat When trying to do the same in WildFly 8 (using bin\standalone.bat) I get an error: I guess the relevant error is Caused by:…
Luis Filipe
  • 8,488
  • 7
  • 48
  • 76
2
votes
2 answers

Wildfly missing dependency jboss.ws.config

When trying to start up wildfly, version 8.2.0, using domain.sh, I get this exception. [Server:master-server] 16:44:53,818 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed -…
Jay Harder
  • 31
  • 1
  • 1
  • 5
2
votes
0 answers

How to make OData pick RestEasy as provider?

We have a RestEasy-based JAX-RS application serving URLs to clients that now has a requirement to call another API that uses OData4j. When I tried to use ODataConsumer in this application to consume the response from the other API, I get…
Paddy
  • 3,472
  • 5
  • 29
  • 48
2
votes
1 answer

what is the purpose of default-web-module attribute in host tag in standalone.xml file of wildfly 9?

am working on wildfly, in standalone.xml file i have configured hosts as standalone.xml :
Raj Kumar Samala
  • 561
  • 12
  • 31
2
votes
1 answer

UserTransaction: javax.naming.NameNotFoundException after Migration to WildFly 8.2.0 and Java 8

After migrating to Java 8 and WildFly 8.2.0 I get this error on every Transaction UserTransaction: javax.naming.NameNotFoundException: UserTransaction [Root exception is java.lang.IllegalStateException: JBAS014237: Only session and…
Johnny2012
  • 1,512
  • 8
  • 31
  • 46
2
votes
0 answers

java.lang.NoClassDefFoundError: Could not initialize class org.springframework.core.io.support.VfsPatternUtils

As am working on WildFly 8, am getting an error like java.lang.NoClassDefFoundError: Could not initialize class org.springframework.core.io.support.VfsPatternUtils Log: {"JBAS014671: Failed services" =>…
Manish Sharma
  • 29
  • 1
  • 6
2
votes
1 answer

How do you deploy EARs to Wildfly with Different JAR versions then Wildfly provides?

Consider this use case: We deploy to Wildfly 8.2, which includes many dependencies implicitly including in the classloader by the app server itself. Examples include things like HttpClient. To illustrate this in my example, we'll call this:…
peterl
  • 1,881
  • 4
  • 21
  • 34
2
votes
1 answer

true of application.xml not working in Wildfly 8.2.0

I am migrating my application from JBoss 6 AS to Wildfly 8.2.0 AS. It is an EAR application containing MBeans and EJBs. It is a multi-maven module project and MBeans are scattered across different sub modules and packaging is of type EJB and JAR for…
sridhar
  • 1,117
  • 5
  • 31
  • 59
2
votes
0 answers

Unable to stop WildFly 8.2 service on Windows

Details Windows 7 ultimate 32 bit Java 7 Wildfly 8.2 I have installed WildFly as service successfully using below cmd service.bat install /controller ip:9990 /user wildfly /password wildfly But when I am trying to stop with below…
happy
  • 2,550
  • 17
  • 64
  • 109
2
votes
0 answers

Wildfly/Infinispan module property

We are using Wildfly Infinispan subsystem and we are quite confused about the purpose of module property in the definition of container. I mean the following:
TomS
  • 1,159
  • 2
  • 17
  • 35