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

Deployment error when defining a security-domain

I am working on a JavaEE7 tutorial ; currently I am trying to establish a security domain using wildfly 8.2.0. These are the settings I use: jboss-web.xml: my-aktion The part of…
Jannis Alexakis
  • 1,279
  • 4
  • 19
  • 38
4
votes
1 answer

How to set-up multi node WildFly cluster in same machine?

How can i set-up multiple nodes of WildFly in a single machine in Clustered mode ? Should i create multiple Standalone nodes or multiple Domain nodes if I want to create all these multiple nodes in my 1 machine ? Reason i want to have all nodes…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
4
votes
2 answers

How to enable certain cipher-suites in WildFly?

I want to explicitly enable certain cipher-suites on my WildFly application server. Therefore I tried to edit the configuration in wildflys standalone.xml. Let's assume I want to enable the AES128-GCM-SHA256 cipher (cipher suite names from: OpenSSL…
Tom
  • 237
  • 1
  • 2
  • 13
4
votes
1 answer

Disabling weld in wildfly strangely degrade JSF performance

In wildfly 8.x or even in jboss 7.x, disabling weld results in a really slow performance in JSF. I discussed my performance issue before in this question, and I managed to solve it by enabling weld extension in the standalone.xml Here is my JSF…
TeFa
  • 974
  • 4
  • 15
  • 37
4
votes
1 answer

Configure WildFly/Undertow to put JSESSIONID on URL if cookies not accepted

We previously used JBoss 7.1.2 and utilized the behaviour that JSESSIONID is put on the URL as a fallback if cookies are not accepted or if the JSESSIONID cookie is not present in requests. After migrating to WildFly 8.2.0 / Undertow 1.1.0 this URL…
jkmgbrt
  • 41
  • 1
  • 3
4
votes
3 answers

JBPM console 404- not found error

I am using Jbpm 6.1.0.Final and Wildfly 8.1.0.Final. After doing everything successfully, Jbpm console gives this error-> "404-not found". Please guide me here.
TheNightsWatch
  • 371
  • 10
  • 26
4
votes
1 answer

Constant java.lang.OutOfMemoryError: PermGen space Arquillian + Wildfly 8.1

Hi started a new project. One of the first things i wanted to do was get Arquillian set up and rolling. I have a couple controllers and JSF forms written. The process of loading up the dependencies final File[] files =…
Pompey Magnus
  • 2,191
  • 5
  • 27
  • 40
4
votes
3 answers

Wildfly - set datasource password at runtime

I am developing a server application using Jboss wildfly 8.1 and JPA Hibernate. The problem is, that the JPA datasource creditials have to be loaded at runtime (password). When the server starts, it connects to an encrypted storage where it…
4
votes
1 answer

AttributeConverter fails after migration from glassfish 4 to wildfly 8.1

I have an entity: import java.io.Serializable; import javax.persistence.*; import java.util.List; @Entity @Table(name="user") @NamedQuery(name="User.findAll", query="SELECT u FROM User u") public class User implements Serializable { private…
Matthias
  • 263
  • 4
  • 11
4
votes
1 answer

Integrating Spring MVC Spring Security with Undertow web container

With Undertow breaking scalability records in some of the benchmarks very little information is available to how to migrate Spring MVC +Spring Security project to this new container from Tomcat. Can anybody provide some pointer as to how to proceed…
Rohitdev
  • 866
  • 6
  • 15
4
votes
1 answer

Tests with Wildfly 8 and NetBeans

I have problems making Wildfly testing under NetBeans and Maven. I am able to launch application from IDE, I can even debug it with the Netbeans debugger, however as soon as I start unit tests, I get the following error: No EJBContainer provider…
TomS
  • 1,159
  • 2
  • 17
  • 35
4
votes
3 answers

WildFly plugin for Gradle

Is there a plugin available for Gradle that can be used for deploying to a remote WildFly server? I did a search and couldn't find anything yet.
Albin Joseph
  • 1,020
  • 3
  • 16
  • 25
4
votes
2 answers

Wildfly digest login-config with database login module

I try to encrypt password in database login module with Wildfly picketbox module. These are my sources. == web.xml ... administrator
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
4
votes
2 answers

Wildfly port offset not working with Arquillain

Up until now I've been running my intergration tests using JBOSS AS 7 managed with Arquillian Testing framework. I have been setting the offset by 100 This has been working fine but now I want to transfer my integration tests to Wildfly AS managed…
Schokea
  • 708
  • 1
  • 9
  • 28
4
votes
1 answer

Arquillian and JBoss Wildfly

I am currently trying to run arquillian tests with jboss wildfly but a java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy exception is thrown while running it. I have follwing configuration: jboss…
Max
  • 475
  • 1
  • 10
  • 19