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

Hibernate doesn't log SQL in Wildfly when using a logging-profile

I have defined a in Wildfly 8.1 because I need to log SQL statements from Hibernate 4.3.6. here is the relevant standalone.xml part:
0
votes
1 answer

Disable SSLv3 in Wildfly app server

How to disable SSLv3 in Wildfly app server. Following configuration
0
votes
1 answer

User based authorization for CDI and JSF 2

I need to implement a authorization system where permission is individual, so each user can access specific pages and specific functions, eg .: User A -> Customer page (Read, Create, Update, Delete), Products page (Read, Create, Update, Delete)…
Claudinei
  • 305
  • 1
  • 6
  • 17
0
votes
0 answers

Spring Async task on Wildfly 8.2

I was trying to implement a asynchronous method on my service using @Async and returning ListenableFuture and the controller method returning a @ResponseBody Callable, I have a thread pool as bean configured to Async Support for Spring . It is…
Joao Evangelista
  • 2,407
  • 2
  • 26
  • 37
0
votes
1 answer

Unable to lookup BeanManager at org.jboss.resteasy.cdi.CdiInjectorFactory.lookupBeanManager

I am facing a error while migrating my Resteasy webservice from JBoss 5.1 to Wildfly 8. 15:09:55,411 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service…
MATRIT
  • 19
  • 5
0
votes
2 answers

Failed to process phase PARSE of deployment

I am trying to deploy LBatch.war on wildfly-8 by putting the war file in the deployment folder of the server, then in Netbeans I start the server and ends up the following exceptions. 14:39:53,810 ERROR [org.jboss.msc.service.fail] (MSC service…
Zuser
  • 59
  • 1
  • 6
0
votes
1 answer

Integrating ActiveMQ and Wildfly with Apache Camel

I'm trying to make Wildfly and ActiveMQ working together with Apache Camel, let me explain the scenario. Every hour a camel batch poll an FTP server, grab the files and send them to an ActiveMQ broker. The broker implements two routes, numbers and…
Francesco
  • 1,742
  • 5
  • 44
  • 78
0
votes
1 answer

Wildfly 8.1.0 run standlone in alternate configuration

I am migrating from JBoss 5 to Wildfly. One of our server has group of small web applications that are deployed in two instances of the same JBoss, namely customappgrp1 & customappgrp2, with two custom configurations. $…
vvra
  • 2,832
  • 5
  • 38
  • 82
0
votes
2 answers

Headless Exception in wildfly

I'm trying to develop an application which involve me show my log to my supervisor, on deployment on wildfly app server i'm getting Headless Exception. 9:26:45,480 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to…
prodigy4440
  • 91
  • 3
  • 7
0
votes
1 answer

wildfly 8.2.0: ejb remote client fails when pass object to the server

Strange behavior with remote client. when I call ejb facade method count, it is work and return user count. but when I passed object, it was fails! with error EJBCLIENT000025: No EJB receiver available for handling [appName:writer-ear,…
Armen Arzumanyan
  • 1,939
  • 3
  • 30
  • 56
0
votes
1 answer

Wildfly 8.2 and Hibernate: Could not register synchronization

i'm trying to make restfull service in WIldFly 8.2. I wanted to work with db using hibernate. 1) I created datasource in config file of wildfly. 2) I checked coonection in admin console. It works. 3) persistence.xml:
0
votes
1 answer

Start WildFly server in Eclipse Juno

I read many answers like this. But in start server window (Jboss Community item) I can chose only JBoss Runtime server. There is no WildFly server item. How can I add it? I installed JBoss Tools 4.0.1.Final version cause I use Eclipse Juno. Should…
0
votes
1 answer

Can't connect to admin console using Virtualbox

I have a VirtualBox debian VM with wildfly running. The host is a Windows 8.1. I have forwarded ports 8080 and 9990. I have edited the standalone.xml to include:
assylias
  • 321,522
  • 82
  • 660
  • 783
0
votes
1 answer

Why Wildfly 8.1.0 final return java.lang.NoClassDefFoundError: when deploying ejb module with a remote application library but glassfish doesn’t?

I tried to create a simple EJB remote client sample but I keep getting java.lang.NoClassDefFoundError: any time I tried to deploy the EJB. The Remote Java Library File Structure is: > TestRemoteInterface --Source Package --…
Cocoa Butter
  • 265
  • 2
  • 4
  • 13
0
votes
0 answers

How to deploy ear into WildFly 8.0 via eclipse IDE

I have installed the JBoss AS tools in my eclipse. Then I have created an WildFly 8.0 server. I have parent project pom.xml like below:
Chris
  • 6,431
  • 10
  • 44
  • 59