Use this tag for version specific questions about WildFly 26 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag where possible.
Questions tagged [wildfly-26]
45 questions
0
votes
1 answer
How do I configure the Keycloak SAML client for Wildfly26?
The Keycloak SAML adapter for Wildfly26 is not working. Is SAML not supported by Keycloak for Wildfly26?
I upgraded from Wildfly24 and migrated from legacy-security to Elytron. I have installed Keycloak20.0.3 modules to Wildfly26 and I have run the…

grldchz
- 3
- 2
0
votes
0 answers
WFLYCTL0180: Services with missing/unavailable dependencies in Wildfly 26 with EJB SecurityDomain annotation
We've got an application with several web services annotated with @SecurityDomain("our-ws") (I've also tried setting this in jboss-web.xml). For example:
@Stateless
@Interceptors(OurTransactionInterceptor.class)
@WebService(targetNamespace =…

mconner
- 1,174
- 3
- 12
- 24
0
votes
0 answers
Ojdbc driver misbehaving in wildfly26
I'm using Wildfly26 and in my code I have this simple query:
@NamedQuery(name = "fixed-price.initialSetupPeriod", query = "SELECT e FROM FixedPriceException e WHERE e.flgAct ='S' AND e.datFim >= :start AND e.datIni <= :end")})
final Query q =…

Manuel Franqueira
- 326
- 1
- 4
- 13
0
votes
0 answers
Need assistance in migrating a SOAP service to Wildlfy 26 from Wildfly 10
We have a Java SOAP service running on Wildlfy & Java 8 currently. We are migrating from Wildfly 10 to 26, java-11-openjdk-11.0.12.0.7-0.el8_4.x86_64
Running into all kinds of issues.
Below is my…
0
votes
1 answer
Wildfly and JBoss EAP equivalent versions
I recently started working on the wildfly migration and this is completely new for me.
I have searched on the web but did not find relevant data,
Here I need the list of the wildfly and their equivalent JBoss versions. so, I can choose the…

D_J
- 55
- 2
- 10
0
votes
0 answers
Docker Wildfly 26 constantly restarts itself
I'm having a problem with building a custom Wildfly26 (26.1.2) image.
The server starts normally but as soon as its fully started, it redeploys all the ears and so restarts itself.
I've broken down the problem to the deployment-scanner: I am…

fbec76
- 1
- 1
0
votes
1 answer
Injection not working in SecurityRealm-Bean
I'm trying to implement a custom security realm which access a database for user validation. I want to inject a configured database from the datasource-module. It seems that no dependency injections is working as it also failed to inject a…

jsc57x
- 71
- 6
0
votes
1 answer
WildFly 26 SecurityManager and BeanShell
I have a WildFly 23 and want to deploy a service via a WAR file that can run BeanShell scripts.
The permissions should be very limited. It is sufficient if data and the script can be passed to the service and thus simple calculations can be…

Peter
- 23
- 3
0
votes
1 answer
How do I get the OIC token in Wildfly 26?
Migrating from Wildfly 18 + Keycloack adapter, to Wildfly 26 w/ build-in OIC support.
Previously, to allow Sign-Out (I mean really Signing out from Keycloack, not just invalidating the session) I fetched the token from the session attributes and…

lo-ran
- 9
- 2
0
votes
1 answer
Why am I receiving a 203/EXEC Error for my Wildfly.service?
I've currently been trying to run WildFly 26.1.1 on my Ubuntu 18.04 AWS VM.
So far I've created a script in order to install and have it running on both 8080 and 9990 (Administration Console), but I've now come across this error.
systemd[1]:…

blackfyr3
- 21
- 4
0
votes
1 answer
Adding Password With Special Characters to WildFly Credential Store
I am configuring a [second] datasource in WildFly and I seem to be having trouble adding the password to the credential store. I can create the datasource (and connect) using the clear-text password option; but when I add the password to and attempt…

Sean Smitz
- 1
- 3
0
votes
2 answers
Default version of Hibernate used in Java EE 8 / JSF-2.3 / Wildfly-26 project
How can I find exact version of default Hibernate version in my project with these configs:
Java EE 8
Java version "17"
Apache-Maven-3.8.2
Eclipse IDE Version: 2022-03 (4.23.0)
Wildfly-26.1.0.Final
pom.xml file:

Mehdi Rahimi
- 1,453
- 5
- 20
- 31
0
votes
0 answers
java.lang.ClassNotFoundException: org.apache.xml.resolver.readers.CatalogReader
I'm in the process of updating a legacy application from WildFly 24 to WildFly 26.
Some time ago I converted this application from Java 8 to Java 11 all running on WildFly 15. At the time, I converted some projects to be modularized using…

Stephen Sill II
- 1
- 2
0
votes
1 answer
Wildfly Management API : What is URL for list Servergroups?
How to fetch server group details using Wildfly Management API
https://wildfly.prod.idntegrator.cosng.net/management?operation=attribute&name=server-group
{
"outcome" : "failed",
"failure-description" : "WFLYCTL0201: Unknown attribute…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
3 answers
Problem with Microprofile Metrics on Wildfly 26
i'm currently upgrading from Wildfly 20 to Wildfly 26. The standalone.xml doesn't start, because of an Injection of MetricRegistry and the newly missing microprofile.metrics-smallrye-extension (already described under: MicroProfile Metrics do not…

CNC-Parade
- 31
- 4