Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

flexible, lightweight, managed application runtime that helps you build applications in java

930 questions
39
votes
14 answers

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-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: Error during artifact deployment. See server log for…
h.f
  • 951
  • 1
  • 10
  • 15
19
votes
7 answers

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 find an appropriate tag within
webyildirim
  • 517
  • 3
  • 9
  • 28
18
votes
1 answer

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 modules 9-10 times also the memory usage of wildfly keeps on increasing slowly and never decreases and it again…
kirti
  • 3,979
  • 4
  • 25
  • 53
12
votes
3 answers

How to get javax.servlet.Filter called before Keycloak Authentication

We have developed a REST API using the resteasy. (deployed in wildfly 10) Basically these REST APIs are called internally from another application and end points are secured with keycloak. But one endpoint is exposed to outside party (that endpoint…
namalfernandolk
  • 8,328
  • 11
  • 53
  • 105
10
votes
1 answer

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 Postgres 9.6 In my application I have an EJB which has 2 nested for loops and I have to read data from a table in every…
GoAlves
  • 355
  • 3
  • 4
  • 14
9
votes
2 answers

Wildfly10 - EJB-Remote Client - no response

I'm currently migrating our code from Jboss7 to Wildfly10. The Server itself starts up totaly fine. When trying to connect our client with the working new wildfly10 server for ejb-remote calls it just won't work. The only thing I get to work with is…
Thorloph
  • 246
  • 2
  • 11
9
votes
5 answers

Installing Wildfly 10.0.0 on ubuntu 16.0 could not be able to configure init.d file

I am using the command sudo cp /opt/wildfly/bin/init.d/wildfly.conf /etc/default/wildfly to copy and edit the init.d file. I am getting this error cp: cannot stat '/opt/wildfly/bin/init.d/wildfly.conf': No such file or directory> When I check in my…
S. Kiragu
  • 531
  • 2
  • 12
8
votes
1 answer

JNDI name format of JMS queue in wildfly10

Hi I am migrating to wildfly 10 from JBoss_6.1.0_final. In JBoss for Queue name the format is like and in MDB annotation is @ActivationConfigProperty(propertyName =…
Hitesh Ghuge
  • 571
  • 1
  • 6
  • 32
8
votes
3 answers

Redirect http requests to https in wildfly 10

This is my standalone-full.xml configuration with ssl configured security realm .
Faiyaz Md Abdul
  • 447
  • 3
  • 14
  • 29
8
votes
1 answer

Dump leak connections in WildFly

I am trying to dump leaked connections managed by a MySQL Data Source in WildFly 10.1, but I am not able to find the leak file or the leak dump. Why is the leaks.txt file not being generated? And also, where should I look for the file? Procedure I…
Evandro Pomatti
  • 7,960
  • 11
  • 56
  • 111
8
votes
3 answers

Unable to install/run SQL Server driver in WildFly 10

I am running my application on a WildFly 10 server. I do not wish to place my connection details on my application src codes thus am trying to place it inside WildFly 10 server itself. However I am facing issues. Under…
shadow
  • 590
  • 1
  • 8
  • 27
8
votes
2 answers

Deploy Spring Boot to Wildfly 10

Has anyone try to deploy an springboot application to wildfly 10 succesfully? i have look for examples but i only found for wildfly 8.2 This is my application class: @SpringBootApplication @EnableEurekaServer @EnableDiscoveryClient public class…
alfespa17
  • 315
  • 3
  • 9
7
votes
1 answer

CDI error when attempting to create scaffold with JBoss Forge

I recently discovered this amazing tool Forge. Thanks to everybody involved in making it.I downloaded the latest version 3.7.2 and added the forge executable to my path. All works very well apart from when I: Want to setup JSF to use version 2.2,…
Letholdrus
  • 1,141
  • 3
  • 15
  • 32
7
votes
1 answer

Hibernate MappingException: Logical column name cannot be null

Any idea about the below hibernate mapping exception. The below is the complete stack strace and there is no information on from which table this exception has occured. org.hibernate.MappingException: Logical column name cannot be null at…
raghavan IPS
  • 71
  • 1
  • 3
7
votes
2 answers

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:
Ena Jovicic
  • 81
  • 1
  • 1
  • 5
1
2 3
61 62