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

Arquillian dependency management : ExecutorService not found

I'm using Arquillian on my Wildfly project but I have the following problem when I run my first test : Caused by: java.lang.ClassNotFoundException: org.jboss.arquillian.core.api.threading.ExecutorService at…
ElArbi
  • 1,145
  • 3
  • 13
  • 22
0
votes
1 answer

In Wildfly 8 or 9 in standalone.xml why is the JPA version 1.1?

I am working with WildFly 9.0.1.Final release and noticed this line in the standalone.xml: I know that JPA…
Vijay Kumar
  • 2,439
  • 2
  • 32
  • 51
0
votes
0 answers

How to validate only specific tables using hibernate

Im using hibernate.hbm2ddl.auto=validate in my persistence.xml. But the problem I have is my project connects to multiple databases using multiple data sources. So when I turn on validation then it will try to find out tables in wrong databases…
dinesh707
  • 12,106
  • 22
  • 84
  • 134
0
votes
2 answers

jpa, trying to create table from entities, class not found ExpressionVisitor

I'm having some troubles creating tables from entities in eclipse. This project was originally on eclipse on windows where I created entities from mysql tables and imported it to the project. Everything was working great. Yesterday I decided to…
Ced
  • 15,847
  • 14
  • 87
  • 146
0
votes
1 answer

Wildfly 9 session expired but no authentication unless browser closed

I have set up a custom security-domain in Wildfly 9.0.2.Final for testing which looks like this:
Chris
  • 85
  • 7
0
votes
1 answer

How to start WildFly8 server (in OpenShift)

This question is in relation to my previous question. I want to implement the new HTML5 WebSocket feature in WildFly 8.2.1 in OpenShift. My previous post has my java class (which is the server) and a html client and the pom.xml file. The problem…
user5139637
  • 775
  • 3
  • 10
  • 29
0
votes
0 answers

Is protected-views flawed in wildfly 8.x?

In JSF 2.2 new component was introduced and more importantly along with it a way to protect pages, that leverage this functionality, from CSRF attacks. The feature is mentioned in the JSF 2.2 specification: Call…
JanM
  • 1,385
  • 1
  • 15
  • 25
0
votes
1 answer

WildFly 8.2.1. Database login module results in "Forbidden" error

I am migrating an application to WildFly and got to a point where I am not able to login into the admin part. I use a Database login module and after setting TRACE log level, I see that the queries are executed successfully - I see some isValid=true…
0
votes
1 answer

In Wildfly 9 is there a way to suspend only certain MDB

I am able to call :suspend and :resume from the cli, however, this suspends all beans (EJB, MDB). Is there a way to only suspend message driven beans MDBs? In my application all the work comes in via messages. If I can suspend the message…
0
votes
1 answer

Wildfly JMS Topic

Im getting following Error with Wildfly 8. Any one help me java.lang.ClassCastException: org.hornetq.jms.client.HornetQTopic cannot be cast to javax.jms.TopicConnectionFactory at jms.JMS.testTopic(JMS.java:57) at…
Shankar S
  • 133
  • 1
  • 5
  • 15
0
votes
1 answer

Intellij - deploy on wildfly throws exception java.nio.file.NoSuchFileException

I am new to maven and wildfly so I'm not sure if I have everything setup correctly. I am using intellij 14 community edition. I have a maven project with pom file like bellow: 4.0.0
Salman9
  • 245
  • 1
  • 4
  • 17
0
votes
2 answers

error j2ee using eclipse wildfly

oct. 30, 2015 5:51:05 PM org.xnio.Xnio INFO: XNIO version 3.3.0.Beta2 oct. 30, 2015 5:51:05 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.3.0.Beta2 oct. 30, 2015 5:51:06 PM…
0
votes
1 answer

java.lang.NoClassDefFoundError: Lcom/hazelcast/core/HazelcastInstance

I am trying to include hazelcast jars in Wildfly-8.2.1-Final. I have done following steps. Included all jars to wildfly_Home\modules\system\layers\base\com\hazelcast\main Included module.xml inside the main folder.
Navin
  • 193
  • 3
  • 13
0
votes
1 answer

character encoding in Wildfly

What is the default character encoding for sent requests in Wildfly? Setting the encoding in contentType header of a request would insure that it will be used? Thanks, Tiberiu
tiberiu
  • 103
  • 1
  • 9
0
votes
1 answer

get started with wildfly confusing

Can anyone suggest a good tutorial how to get started with a JEE application using WildFly server? I am little confused right now cause at first I decided to start with an official website of the wildfly. I found some guide links in there and…
user3673623
  • 1,795
  • 2
  • 12
  • 18