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

Apache Shiro and Wildfly 8.1 JSESSIONID issue

I have migrated Wildfly server from 8.0 final to 8.1 final and Apache Shiro started having problems when creating user sessions. The exact same application runs without any problem on 8.0 final but with 8.1 users cannot establish sessions every…
Pinchy
  • 1,506
  • 8
  • 28
  • 49
0
votes
1 answer

Migrating "Security Domain" from JBoss 5.1.0 to WildFly

I am migrating a JBoss 5.1.0 app to WildFly 8.1.0. On my jboss-web.xml I have the following element: java:/jaas/myApp However, the schma http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd does not support this…
humungs
  • 1,144
  • 4
  • 25
  • 44
0
votes
1 answer

Drools project has errors in Eclipse, but builds with maven

I'm new to Drools and pretty new to maven. I am trying to incorporate Drools 6.0.1 into a Wildfly (8.0.0) based project. I am using the current version of JBoss Developer Studio 7.1.1.GA on Redhat Linux In Eclipse the project has a number of errors…
whomer
  • 575
  • 9
  • 21
0
votes
1 answer

java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory

I am moving jboss-4.0.4.GA to wildfly-8.1.0.Final. while deploying my EAR I'm getting following error: 2014-07-10 17:09:44,900 ERROR [stderr] (default task-1) javax.naming.NamingException: JBAS011843: Failed instantiate InitialContextFactory …
Shankar S
  • 133
  • 1
  • 5
  • 15
0
votes
2 answers

Deploy JBoss datasource in a jar library

I'm developing a DAL jar library but I'm having problems with the deployment of the datasources XML file. Here is my persistence.xml file which is located in the META-INF folder of the DAL's jar library
gvdm
  • 3,006
  • 5
  • 35
  • 73
0
votes
1 answer

HikariConnectionProvider ClassNotFoundException when deploying to JBoss Application Server 7.1

I built a DAL jar library which uses HikariCP as the connection provider. This jar is then included (as a Maven dependency) in a web application. I tested this web application onto a Wildfly 8.0.0 application server and all works as expected: the…
gvdm
  • 3,006
  • 5
  • 35
  • 73
0
votes
1 answer

decaf::util::NoSuchElementException when trying to connect to Wildfly

I am getting a decaf::util::NoSuchElementException when ActiveMQ CPP tries to connect to my WildFly instance. I am using the latest ActiveMQ CMS and wildfly 8.0.Final. I am using the example that came with ActiveMQ CPP and pointed to my wildFly…
chad martin
  • 31
  • 1
  • 7
0
votes
1 answer

Deploy kie-drools-wb-distribution-wars-6.0.1.Final-jboss-as7.0.war on wildfly-8.1.0.Final

I deployed successfully kie-drools-wb-distribution-wars-6.0.1.Final-jboss-as7.0.war on jboss-as-7.1.1.Final, running with jdk1.7.0_10. But this configuration…
jps
  • 164
  • 2
  • 8
0
votes
1 answer

host controller is unable to connect to domain controller while setting up JBOSS cluster

[Host Controller] 03:03:52,521 WARN [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller at remote://172.16.2.135:9999 -- java.net.ConnectException: JBAS012174: Could not connect to…
evaipar
  • 151
  • 2
  • 11
0
votes
3 answers

WildFly - Files\Java\jdk1.7.0_40"" was unexpected at this time

I'm trying to start up WildFly 8 with a custom start.bat file that calls standalone.bat and then also a custom property file. When I run my start.bat I get this error in the command line: C:\PWServer8>propworks_start.bat C:\PWServer8\bin>call…
Graham
  • 5,488
  • 13
  • 57
  • 92
0
votes
0 answers

wildfly 8.1 strange caching behaviour

I have implemented a REST api using Wildfly 8.1. The endpoint is something like: /rest/v1/users In my implementation for every request I read users from the db and give back a json representation of the collection. The strange think is that if I…
user601836
  • 3,215
  • 4
  • 38
  • 48
0
votes
1 answer

Wildfly 8 Deployment Error (or) org.jboss.weld.context.ContextNotActiveException

When I tried to combine webproject (using jsf )and ejb project into single EAR project using eclipse on wildfly 8.0.0 Final, then the following errors come up. I don't know the reason why these errors appears. In fact, each individual project (both…
FranXho
  • 736
  • 7
  • 18
0
votes
1 answer

Is it ok to deploy today with Wildfly8 waiting for the next JBoss EAP to be released?

I'm about to start working on a project to be deployed later this year and would like to use JDK8. We use JBoss EAP for production but the latest JBoss EAP, 6.2 (based on JBoss AS 7.3) does not yet support it. From a compatibility perspective, is it…
wishihadabettername
  • 14,231
  • 21
  • 68
  • 85
0
votes
1 answer

Only get node with unversioned changes - JCR ModeShape

We have a couple of nodes in JCR which are supposed to versioned at midnight. Of course we only want to create a new version if there was a change to this node since the last time it was versioned. Is there a way to get all nodes with unversioned…
dwalldorf
  • 1,379
  • 3
  • 12
  • 21
0
votes
1 answer

JBOSS 8 Wildfly config, configure default logging format?

I wanted to know if it is possible for Wildfly to set a default logging format in it's config file?
chris polzer
  • 3,219
  • 3
  • 28
  • 44