Top "Wildfly-10" questions

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat.

wildfly 10: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

I have a maven application that works fine in wildfly 8.2, but when Ideployed it in wildfly 10 this error happened: [2016-02…

maven wildfly-10
How to enable samesite for jsessionid cookie

How can I enable samesite for my web application which runs on wildfly as. Checked standalone.xml however could not …

security web cookies wildfly-10
Error getting reflective information for class

I am running dynamic web project in Wildfly 10.1.0. I have richfaces-ui.3.3.3.jar in my WEB-INF\lib folder but I am …

java wildfly wildfly-10
Wildfly 10 Memory Leak Issue

I am using wildfly 10.0.0 Final version. I get java.lang.OutOfMemoryError: GC overhead limit exceeded error whenever i undeploy/deploy …

java memory-leaks garbage-collection wildfly-10
adding jars as deployment in WildFly 10

Is there a way, we can deploy jars as a library/deployment in WildFly 10 like we can do it in …

java spring web-applications deployment wildfly-10
Redirect http requests to https in wildfly 10

This is my standalone-full.xml configuration with ssl configured security realm . <security-realm name="SslRealm"> <server-identities> <…

spring ssl https jboss wildfly-10
Getting Transaction was rolled back in a different thread exception

So I have 2 xa-datsources configured in my Wildfly 10 Application Server and I am using Hibernate ORM 5.2.9. And the DB is …

java postgresql hibernate wildfly-10
Wildfly Failed to Load Module for Oracle Driver

I'm attempting to add an Oracle DB datasource to Wildfly 10. Here's what I have: <wildfly-home>\modules\com\oracle\…

oracle jdbc wildfly oracle12c wildfly-10
Unable to define oracle datasource on Wildfly 10

I'm using wildfly-10.1.0.Final and I'm trying to add an oracle Datasource: <datasource jndi-name="java:jboss/datasources/OracleDS" pool-name="…

oracle jboss datasource wildfly wildfly-10
JBOSS-LOCAL-USER: javax.security.sasl.SaslException: Failed to read server challenge

When I want to access EJB on remote wildfly server from a different server, i get following error. Error: Authentication …

java authentication jboss ejb wildfly-10