15,064 questions
Score of -1
0 answers
45 views
Microsoft Active Directory - List all Users who currently Logged in to an application
We have a JAVA application which is running in JBoss.
We have given access to this application using Microsoft Active Directory.
We are trying to find list of users who have logged in to the Java ...
Score of 0
0 answers
49 views
For which urls is the http-authentication-factory name="application-http-authentication" from elytron used?
I have an example from wildfly, wildfly-widgets. There credentials are in a realm which is added to ApplicationDomain. The following urls work:
https://<myhostname>:8443/wildfly-widgets/...
Score of -1
1 answer
113 views
Connection refused for localhost:9990 & localhost:8080 [closed]
We are migrating jenkins job from Vapp to GridEngine
When we run any test cases we could see the connect refused as localhost:8080 & localhost:9990
Gussing: the server is not configured for ...
Score of 0
1 answer
120 views
oracle.jdbc.driver.OracleConnection from JBOSS EAP 8 datasource
My application packaged as an EAR file is deployed on JBOSS EAP 8.
We have a requirement to send an array(oracle.sql.ARRAY) of oracle.sql.STRUCT objects to a stored procedure. oracle.jdbc.driver....
Score of 0
0 answers
79 views
JMS destination lookup error on JBOSS EAP 8
I have a queue - TestQueue created on JBOSS EAP 8 and my application (EAR) has a MDB which publishes messages to this queue.
standalone.xml
<subsystem xmlns="urn:jboss:domain:messaging-...
Score of 1
0 answers
194 views
BouncyCastle BKS Keystore fails to load on Oracle JDK 21 but works on OpenJDK 21
I am facing an issue when loading a BKS (BouncyCastle) keystore in a Spring-based application running on Oracle JDK 21. The same code works without any issues on OpenJDK 21.
Environment details:
OS: ...
Score of 0
0 answers
46 views
How to inject in cdi a runtime object?
I have the following code:
@WebServlet("/produces")
public class TestProducesServlet extends HttpServlet {
protected void doPost(HttpServletRequest request, HttpServletResponse response) ...
Score of 1
1 answer
104 views
Why when bean-discovery-mode="annotated", @Dependent is not the default scope?
In the weld 3.1 documentation in par. 5.5 it says:
Finally, CDI features the so-called dependent pseudo-scope @Dependent. This is the default scope for a bean which does not explicitly declare a scope ...
Score of 0
0 answers
66 views
Errors while starting Wildfly 35.0.1 server which is configured for jasper reports 9.0.0
I have deployed jasperserver-pro.war in Wildfly deployments folder and trying to start the server. But I am getting lot of WARNING server logs and I am not able to start the server.These are the ...
Score of 1
1 answer
94 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 ...
Score of 1
0 answers
78 views
How to use identity attribute of io.quarkus.scheduler.Scheduled in log messages
I have a Java Quarkus application which is using JBoss for logging.
I am using a scheduled job via io.quarkus.scheduler.Scheduled like so:
private static final Logger LOGGER = Logger.getLogger(...
Score of 1
0 answers
84 views
Why does fetch performance degrade over time in JBoss with MariaDB and how to properly configure fetch for direct JDBC Connection?
I’m running an application on JBoss 7 connected to a MariaDB database hosted on a separate AWS EC2 instance (c5.9xlarge). The SQL query execution itself is extremely fast (around 57ms), but when ...
Score of 0
0 answers
56 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&...
Score of 1
0 answers
79 views
Eclipse Remote debugging issue
I am using Eclipse 2025-09. When attaching the remote debugger to Module B, my entire JBoss server gets suspended, even though I have set all breakpoint settings to suspend only the thread.
I work on ...
Score of 0
1 answer
42 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</...