15,103 questions
1
vote
1
answer
44
views
WildFly Undertow UT000173: Invalid control character [250] in cookie - persists
I'm experiencing a persistent cookie corruption issue with my Java EE web application deployed on WildFly 37.0.1.Final. The error appears immediately when accessing the application URL, even after ...
-5
votes
0
answers
51
views
Support for Java 8 built EAR in JBoss EAP 8.0
Our application with legacy components is built on Java 8 and is running successfully on JBoss EAP 7.4. The client now wants to migrate the application to JBoss EAP 8.0.
However, when we try to deploy ...
0
votes
0
answers
40
views
Excluding a webmodule from an ear
I have the following configuration inside my ear module:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin&...
0
votes
1
answer
27
views
Why are 2 classes in an example application loaded by 2 different moduleclassloaders?
For studying purposes I have put dependencies in the pom of an application called jaxb_study,
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</...
0
votes
0
answers
85
views
Migration from JBoss embedded JMS broker to remote ActiveMQ Artemis
I need to migrate all queues and topics from the existing JBoss embedded JMS broker to a remote ActiveMQ Artemis broker (i.e. outside JBoss server).
I configured both embedded broker and remote broker ...
0
votes
1
answer
70
views
Can't register SQL Server driver in JBoss
We have just recently setup JBoss EAP 8.0.0 and need to register a SQL Server driver to connect to a SQL Server database from our deployed application. After running the CLI command to register it, I ...
0
votes
1
answer
100
views
Is there a migration guide for Arquillian for JBoss EAP 8?
We have hundreds of Arquillian tests for our system. They all work with JBoss EAP 7.
But now we're migrating to JBoss EAP 8, which corresponds to Wildfly 28.
I've tried some tests, but I only get ...
0
votes
0
answers
96
views
Having trouble getting Eclipse to correctly recognize libraries when going from Java 8 to 11
I’ve been handed a pile of legacy code that needs to get updated. Currently runs on JBoss 7.2; needs to run on 8. It’s built on Java 8, so it needs to go to 11, which in turn necessitates upgrading ...
1
vote
0
answers
37
views
Liquibase CDI - JBoss
I wonder if anyone could help me finding out why I am unable to get liquibase running automatically on JBoss upon deployment?
The example code below generates an “ear” and i think it should update the ...
0
votes
0
answers
71
views
Drools Performance Capability
I was asked to help determine if Drools is capable of high volume processing. So I in return asked what do we mean by high volume. They gave me the following:
20,000 files
5 different rulesets ...
0
votes
1
answer
90
views
Is it possible to use Narayana REST-AT (REST-AtomicTransactions) embedded in a Spring Boot project with the default Tomcat?
I’m trying to implement two-phase commit transactions using Narayana REST-AT fully embedded in a Spring Boot application—no WildFly/JBoss server, no Docker Compose or external broker, just project ...
0
votes
0
answers
21
views
Which dependency is needed for showing transaction in jboss 7.4?
I would like to add the following code
try {
Transaction transaction = TransactionManager.transactionManager().getTransaction();
...
} catch (SystemException e) {
throw ...
0
votes
0
answers
31
views
IBM XA DataSource throwing resultset is closed error
Recently we have started migration from Spring , Hibernate 5.x to 6.x. We were getting below error on XA data source but non XA data source was working fine. (Jboss 8 application server)
[jcc][t4][...
0
votes
1
answer
130
views
wildfly quickstart jaxws retail deployment failed [closed]
im trying to run a wildfly example from
https://github.com/wildfly/quickstart/tree/main/jaxws-retail
when i deploy i get error
Caused by: org.jboss.msc.service.DuplicateServiceException: WFLYUT0105: ...
0
votes
0
answers
43
views
Wildfly failed service during jboss deployment
{
\"WFLYCTL0080: Failed services\" => {\"jboss.deployment.subunit.\\\"appRestServiceEAR.ear\\\".\\\"appRestServices.war\\\".POST_MODULE\" => \"...
0
votes
0
answers
48
views
NamingException and ClassNotFoundException when attempting a JNDI lookup on Jboss 8.0
I recently upgraded from JBOSS 7.4 to JBOSS 8.0.
I'm currently testing this on Windows 11 and openjdk 17 but the behavior is the same on a linux distro
For some reason I cant get my application to do ...
0
votes
1
answer
157
views
How to configure ActiveMQ Artemis embedded in WildFly behind a secured reverse proxy (Kubernetes Ingress)?
Problem statement
I am trying to configure ActiveMQ Artemis embedded in WildFly to work with a secured connection between the client and Kubernetes Ingress.
I have a Java client that connects to a ...
-1
votes
1
answer
37
views
org.wildfly.messaging.activemq.jms-bridge.myJMSBridge is missing,
I have installed Wildfly 34 on my local machine and enabled the JMS queue. Also, I am trying to enable jms bridge in standalone mode. It's not working. It will through some errors. How to solve this? ...
0
votes
0
answers
43
views
How to set empty value in JBoss Enterprise Application Platform web
I am trying to set empty value using the web console through Configuration: System Properties. I need to get in the configuration xml file this:
<property name="name" value=""/&...
0
votes
1
answer
73
views
AbstractMethodError when deploing on jboss
I inherited java 7 app in my company and was tasked to upgrade it to java 8 and deploy on new jboss servers.
I build the app with java 8 with no problem, tried to deploy it, fixed some minor bugs but ...
1
vote
0
answers
180
views
multi-module ear and elytron - A SecurityDomain has already been associated with the specified ClassLoader
I have an ear with at least 2 WARs inside. One should be none restricted, so no auth at all, and the other one should be restricted by keycloak. This is done via an overlay-file for just this WAR.
...
0
votes
0
answers
171
views
Cannot install Jboss AS, wildfly & EAP Server Tools into Eclipse
Here is my IDE and tools version:
Eclipse version: 2023-09-R
Doload from: https://www.eclipse.org/downloads/packages/release/2023-09/r
Jboss Tools version: 4.29.1.Final
Download from: https://tools....
0
votes
0
answers
74
views
Why am I getting "No database selected" error when using Hibernate with MySQL in WildFly?
I'm trying to deploy a Java application to WildFly that uses Hibernate with a MySQL database. However, when I run my application, I get the following error in the logs:
alter table exam_table
...
0
votes
0
answers
90
views
Shiro environment initialization failed: org.apache.shiro.config.ConfigurationException
We are running an existing application using wildfly-10.0.0.Final with Shiro 1.2.2
We have upgraded our application from using mysql 5.6 to 8.0.40 and we are now using the latest mysql drivers. The ...
0
votes
2
answers
79
views
Java 8 - javax.sound.sampled.UnsupportedAudioFileException Error on JBoss Server
In an application I developed with Java 8, I am trying to convert a .wav audio file received in Base64 format to PCM_SIGNED format. The code works fine in the local environment, but I get the ...