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
2
votes
2 answers

WildFly deploy: Unable to create EntityManager with SynchronizationType

I am trying to migrate a GlassFish 4.0 webapp to deploy on WildFly 8.1.0 FINAL. The app deploys correctly, but after sendind GET request (e.g. typing localhost:8080/meanful/), strange error occurs: 2:57:15,493 ERROR [org.jboss.as.ejb3.invocation]…
user1930502
2
votes
0 answers

Intellij + Wildfly + jboss-ejb3.xml + xmlns:s="urn:security" "URI is not registered"

I created the following jboss-ejb3.xml, which is located in WEB-INF:
Patrick Garner
  • 3,201
  • 6
  • 39
  • 58
2
votes
5 answers

Deployment on WildFLy 8 fails

I am trying to deploy my web application on Wildfly 8 but get an error. The error states that The deployment scanner found a directory named META-INF that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .war.. This is a…
Rox
  • 2,647
  • 15
  • 50
  • 85
2
votes
1 answer

Where to place static files within a javaee-api maven-project

Situation: I installed Eclipse 4.3 (Kepler) with the JBoss Tools and added the WildFly 8.0 Application Server. Then I created a simple JavaEE7-HelloWorld pom.xml, for maven-support. I included this pom.xml in Eclipse. I see the JavaEE project…
Dennis
  • 4,011
  • 7
  • 36
  • 50
1
vote
1 answer

Wildfly 8.1 compatibility with Openjdk

I am using Widlfly 8.1 on production with JDK 8. I would like to update JDk to latest OpenJdk version. Could you please tell me Wildfly 8.1 compatibility with latest Openjdk version?
user3661407
  • 525
  • 3
  • 9
  • 18
1
vote
1 answer

How to change JSESSIONID after login in Vaadin8?

I'm trying to implement session reinitialization for Vaadin for security reasons (Session_fixation) but failing to do so. I am using Vaadin 8.9.4 with @Push and WildFly 8.1.0.Final. Also using the Vaadin heartbeat and @PreserveOnRefresh…
Jokkeri
  • 1,001
  • 1
  • 13
  • 35
1
vote
1 answer

deploying a project to wildfly server getting issues with required service are not installed

I have created the maridb folder inside Wildfly/module.../mariadb/ and added the required module.xml file and appropriate jar file. 08:36:58,152 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation…
Sarabjeet
  • 15
  • 7
1
vote
1 answer

Redelivering JMS messages from the DLQ

I have two components communicating over an jms queue in a wildfly instance. As soon as the consumer of the queue disconnects or gets stopped, the messages are forwarded to the DLQ (at least when wildfly is restarted). Is it possible to configure…
eks
  • 501
  • 4
  • 13
1
vote
0 answers

How to switch JBPM Business Central to debug logging

I am building out a business central site. Currently, I have it doing login/password, but then it gets to the authorization step and bombs. I can't tell if i have an ldap group setting wrong or what. It should be an easy fix, but for the life of…
scphantm
  • 4,293
  • 8
  • 43
  • 77
1
vote
1 answer

Wildfly won't deploy when datasource is unavailable

I am using wildfly-8.2.0.Final. There are several databases that i have to connect to. However, some of them are only used for certain functionalities on the web application and they are not needed to be online all the time. So when the wildfly…
Ærsel
  • 11
  • 4
1
vote
0 answers

Wildfly 8.2.1 class loader issue

We have the following project structure in wildfly 8.2.1 C:. └───Abc.ear ├───library ├───xyz.war └───WEB-INF ├───classes ├───lib └───AccessControl.jar …
Nagaraju Chitimilla
  • 530
  • 3
  • 7
  • 23
1
vote
2 answers

JBOSS 6.4.20 validates special characters like curly braces and throws 400 bad request error

I already had handled a scenario of URL tampering where I have filter with regex that compare the query strings and if there are any esacpe or special characters in it that it returns a customized message of "Invalid Parameters" which is shown on…
shrey mathuria
  • 131
  • 1
  • 2
  • 13
1
vote
0 answers

delay in starting Wildfly server

Its a MAC system, macOS High Sierra V10.13.3, wildfly-8.0.0.Final When I start the server, it takes nearly 30 minutes to start the server When checked logs, most of the time is used for DEBUG [com.arjuna.ats.arjuna] (Periodic Recovery)…
Vinesh EG
  • 1,325
  • 2
  • 9
  • 13
1
vote
2 answers

Unable to install WildFly/ JBoss Server in Eclipse IDE Photon Release Candidate 3 (4.8.0RC3)

I was trying to install WildFly/JBoss Server in Eclipse IDE Photon Release Candidate 3 (4.8.0RC3) but I'm getting an error. I have attached the screenshot for the same. Would somebody help me out here in this issue?
Abhinav
  • 530
  • 8
  • 21
1
vote
0 answers

Unable to configue ehcache with Hibernate 5.3.5 , Ehcache 3.5.2, jdk 8, wildfly 8

I am using Hibernate 5.3.5, with ehcache 3.5.2 , my hibernate.cfg.xml has the following entries true true