Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
44 views

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 ...
kinderBueno's user avatar
-5 votes
0 answers
51 views

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 ...
Atanu Biswas's user avatar
0 votes
0 answers
40 views

I have the following configuration inside my ear module: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin&...
Alexander Rumanovsk's user avatar
0 votes
1 answer
27 views

For studying purposes I have put dependencies in the pom of an application called jaxb_study, <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</...
ericj's user avatar
  • 2,331
0 votes
0 answers
85 views

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 ...
Pasindu's user avatar
  • 23
0 votes
1 answer
70 views

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 ...
Nathan's user avatar
  • 1
0 votes
1 answer
100 views

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 ...
eerriicc's user avatar
  • 1,260
0 votes
0 answers
96 views

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 ...
BHort's user avatar
  • 9
1 vote
0 answers
37 views

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 ...
NagPer's user avatar
  • 77
0 votes
0 answers
71 views

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 ...
JavaJd's user avatar
  • 477
0 votes
1 answer
90 views

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 ...
Watlas's user avatar
  • 26
0 votes
0 answers
21 views

I would like to add the following code try { Transaction transaction = TransactionManager.transactionManager().getTransaction(); ... } catch (SystemException e) { throw ...
ericj's user avatar
  • 2,331
0 votes
0 answers
31 views

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][...
Sanjay's user avatar
  • 313
0 votes
1 answer
130 views

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: ...
Zeus's user avatar
  • 59
0 votes
0 answers
43 views

{ \"WFLYCTL0080: Failed services\" => {\"jboss.deployment.subunit.\\\"appRestServiceEAR.ear\\\".\\\"appRestServices.war\\\".POST_MODULE\" => \"...
Sarvath S's user avatar
  • 205
0 votes
0 answers
48 views

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 ...
Bill Kariri's user avatar
0 votes
1 answer
157 views

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 ...
Mariusz's user avatar
  • 1,985
-1 votes
1 answer
37 views

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? ...
Murugesan's user avatar
0 votes
0 answers
43 views

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=""/&...
anfisa9la's user avatar
0 votes
1 answer
73 views

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 ...
Croksie's user avatar
  • 21
1 vote
0 answers
180 views

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. ...
peatle_pp's user avatar
0 votes
0 answers
171 views

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....
Derek LAM's user avatar
0 votes
0 answers
74 views

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 ...
Mohamed Mahdi's user avatar
0 votes
0 answers
90 views

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 ...
Hilly B's user avatar
0 votes
2 answers
79 views

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 ...
Mustafa's user avatar
  • 43

1
2 3 4 5
303