Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
0 answers
45 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

For studying purposes I have put dependencies in the pom of an application called jaxb_study, <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</...

15 30 50 per page
1
2 3 4 5
1005