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

932 questions
2
votes
1 answer

Hibernate version mismatch in WildFly 10.0

I have 2 projects, one is a normal java project (with maven): core, and the other is non-maven dynamic web project: webapi. The later acts as a rest layer on top of core. core uses hibernate without any problem. It defines the persistence.xml…
Sayan Pal
  • 4,768
  • 5
  • 43
  • 82
2
votes
1 answer

WildFly content is obsolete and will be removed

I try to deploy an EAR on an empty WildFly server using a script containing this CLI command: deploy path/app.ear --server-groups=myServerGroup However, it seems that WildFly removes the deployment. Indeed, in the…
clemtoy
  • 1,681
  • 2
  • 18
  • 30
2
votes
0 answers

Migration from Wildfly 10.0.0.Final to 10.1.0.Final

I'm migrating a project we're developing on to the latest stable release of Wildfly. The project has been started with version 10.0.0.Final, latest version is 10.1.0.Final: thus i didn't expect issues. But I get the following error while deploying…
Stefano Cazzola
  • 1,597
  • 1
  • 20
  • 36
2
votes
1 answer

Accessing WildFly's ActiveMQ from standalone client with IBM's SDK

As the title suggests, I'm trying to connect to ActiveMQ running on WildFly 10 from a standalone client. If I use Oracle's SDK, without changing the code or configuration, I'm able to connect, but if, instead, I switch to IBM's SDK, it fails with…
EPMS Devteam
  • 273
  • 2
  • 15
2
votes
2 answers

Configure Liferay 7.0 and WIldfly with Oracle

I have a doubt regarding LIferay 7.0 and Wildfly. I recently found a method to integrate Oracle DB with Liferay but, at least in the example and on my attempts to try it, when I start Wildfly with Liferay it keeps telling me "Unsupported Database…
jalmaraz
  • 201
  • 1
  • 2
  • 10
2
votes
1 answer

Hibernate module error OGM + MongoDB and Wildfly 10

I'm looking for a help to configure Wildfly 10 with Hibernate OGM and MongoDB ... I have the following error: 11:13:17,164 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service…
2
votes
3 answers

wildfly - installing postgres driver jar

I am having difficulty installing the postgres driver. I've tried a bunch of things: https://docs.jboss.org/author/display/WFLY10/Application+deployment a. tried "deploying" the JAR (both from CLI and admin console…
Walter
  • 1,290
  • 2
  • 21
  • 46
2
votes
0 answers
2
votes
2 answers

Session Replication in Wildfly 10.1

I am trying to enable session replication in my Wildfly 10.1 application with distributable WARs. I am running on 2 instances of RedHat 7.2 on a managed host provider with full access to the OS and firewall. I don't have access to the router which…
javafreak
  • 301
  • 1
  • 3
  • 9
2
votes
1 answer

SAML 2 extensions in AuthnRequest (Keycloak)

I'm doing SAML authentication with the Keycloak adapter and I need to use SAML2 extensions in the AuthnRequest message. Is this possible? My idP provides localized login pages. A language code can be supplied with a SAML2 extension in the…
O. K.
  • 31
  • 4
2
votes
2 answers

Classloading issue of LoginModules in a wildfly security domain

I have a strange behavior with the following security domain:
2
votes
1 answer

Alternative for NegotiationAuthenticator class from JBoss EAP 6 in WildFly 10.1?

I was working on upgrading JBoss EAP 6 to WildFly 10.1. In our application we are using the SPNEGO authentication mechanism in jboss-web.xml. We are using org.jboss.security.negotiation.NegotiationAuthenticator in JBoss but in WildFly this class is…
2
votes
3 answers

WildFly console served with nginx

I stuck to configure a simple reverse proxy on AWS. Since we have one host (reverse proxy nginx) serving the public access I decided to follow the rules and created the following configuration. server { listen 9990; server_name…
sCHween
  • 113
  • 2
  • 12
2
votes
0 answers

Wildfly custom JAAS LoginModule with custom Principal in RunAs and unauthenticated

I'm looking for help with custom Principal used in custom LoginModule on Wildfly10/Jboss 7. I would like to put some additional data into my custom principal connected with authorization as well as audit data such as sessionId gathered from…
2
votes
0 answers

Unable to exclude Jackson jars in WildFly

My application uses Jackson libraries of version 2.8.2 and I added them WEB-INF/LIB directory in my WAR file. As my WildFly (10.0.0.Final) also contains Jackson libraries (old versions) I have decided not to load them by excluding them in the…
geekprogrammer
  • 1,108
  • 1
  • 13
  • 39