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

Wildfly doesn't recognize jboss deployment structure file

I'm trying to configure Wildfly to use per deployment logging and jackson as provider for json on resteasy but looks like the AS doesn't recognize the file "jboss-deployment-structure.xml". I wanna log the hibernate sql, i already put "
Kennedy Oliveira
  • 2,141
  • 2
  • 20
  • 25
0
votes
2 answers

Can't deploy from Wildfly 8.1 to Wildfly 8.2

With a same code and data source configuration used in Wildfly 8.1, when I try deploy the WAR in Wildfly 8.2 I get a error below... But the same WAR work in Wildfly 8.1 What is the problem with Wildfly 8.2? 23:00:59,567 INFO …
aneto
  • 1,501
  • 2
  • 13
  • 19
0
votes
1 answer

Error Running Batch Job in WildFly 8.2 Java EE 7

I am trying to run Batch Jobs through Servlet. When the following statement executes JobOperator jo = BatchRuntime.getJobOperator();, I am getting below error: ERROR [io.undertow.request] (default task-8) UT005023: Exception handling request to…
Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64
0
votes
1 answer

What is the equivalent of jBoss 6 AS "lib" folders in wildfly 8.2.0

In jBoss AS 6, there are three lib folders. jboss-6.1.0.Final/lib jboss-6.1.0.Final/common/lib jboss-6.1.0.Final/server/default/lib For the last one i.e. jboss-6.1.0.Final/server/default/lib, the equivalent in wildfly 8.2.0 is…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

classloading problems with Wildfly 8.0.0

I am trying to deploy a Spring-JPA-Hibernate web application on Wildfly. First, I had problems with Hibernate which seemed to go away with
John Donn
  • 1,718
  • 2
  • 19
  • 45
0
votes
3 answers

WildFly deploy failed : missing jboss.naming.context.java.jboss.PostgreSql

I am new in Jboss/Wildfly. I created simple EAR application in Eclipse using Maven archetype: http://mvnrepository.com/artifact/org.wildfly.archetype/wildfly-javaee7-webapp-ear-blank-archetype/8.2.0.Final My standalone.xml -http://wklej.to/fhzg8 I…
KamilJ
  • 249
  • 3
  • 5
  • 14
0
votes
1 answer

RMIIO and NoClassDefFoundError

I'm trying to upload a file from the client (JSE) to the server application (Java EE, EJB, Wildfly). I'm trying use first example from this page, but when I try to run the server applications on the Wildfly server - I get this error: 19:08:30,077…
Robert
  • 762
  • 2
  • 10
  • 23
0
votes
1 answer

Connect a Hornetq in Wildfly to a Tomcat 8

I have a Wildfly 8.2 with Hornetq for queuing. And now I need to get the messages from this server in a Tomcat 8 server. I get that maybe I have to config another Hornetq or a ActiveMQ in Tomcat and I have tried but I can't get them to…
anaccs
  • 1
0
votes
1 answer

Cannot find parent aspect for concrete aspect

I have trying to test load time weaving in simple hello world normal Servlet based example in wildfly8.2 I have below Aspect code package com.test.aspects; import org.aspectj.lang.annotation.Around; import…
hitts
  • 31
  • 1
  • 10
0
votes
2 answers

JBoss casting issue

I am deploying project on wildfly8 which required java7. I m migrating project from jboss5 to wildfly8 so code in jboss5 is PreparedStatement wrappedStatement = (PreparedStatement)…
Aditi
  • 119
  • 8
0
votes
1 answer

Hot Deploy of the Maven Project in a NetBeans 8.0.2 with Wildfly 8

Is there any possibility of performing HOT DEPLOY of a Maven Project in NetBeans 8.0.2 running on Wildfly 8? I need to change nbaction.xml file? Any changes in the pom.xml file? Look, I noticed that this environment is already performing the…
Pereira
  • 719
  • 8
  • 22
0
votes
1 answer

Wildfly 8.2 not recognising spring module

I am getting exception Caused by: org.jboss.modules.ModuleNotFoundException: org.springframework.sp ring:main"}}}} I defined spring modules as per the link …
user3364699
  • 155
  • 1
  • 2
  • 12
0
votes
0 answers

java ee7 GF4 change schema properties at runtime

I'm working with java ee7 and glassfish 4 or wildfly 8.0.1. In an application I need to change database at runtime. For example I need to switch from mydb2014 to mydb2015 based on user choice. Number, name of database, access credentials, host and…
assistbss
  • 527
  • 7
  • 25
0
votes
0 answers

Omnifaces ViewScopeManager gives NullPointerException when accessed

I just installed omnifaces library (2.0) using maven dependency as described here. But whenever I access application I got NullPointerException from CDI @SessionScoped bean called…
radzionkow
  • 21
  • 4
0
votes
1 answer

Unable to retrieve JPA Entities in a Wildfly, Arquillian set up

UPDATE Further examination suggest that the problem is somewhere in Wildfly, Hibernate and MySQL. Examining the Wildfly logs I noticed that it does appear to be sending the request to the database: 12:55:04,745 INFO [stdout] (default task-8)…
mmckenzie
  • 13
  • 3