python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ServiceLoader is returning empty list for services on Wildfly-17.0.1
ServiceLoader<ConnectionLoader> serviceLoader = ServiceLoader.load(ConnectionLoader.class);
My web application has 3 implementations of the ConnectionLoader service and the above API works perf...
user3111249
Votes: 0
Answers: 0
How can I add lombok to wildfly 19 modules and how I can use it?
I have been trying to add the module and it is added, but when I put a "@Getter" or "@Setter" and I try to put "person.getName();" the getters and setter do not appear.
/...
Natanael Muñoz
Votes: 0
Answers: 1
Netbeans cannot deploy projects on Wildfly server
I'm using NetBeans version 13 with WildFly 26.0.1 Final.. I have developed a webservice and when I try to run the webservice for the second time I get:
Error during incremental deploy: java.io.IOExcep...
Kareem Alaa
Votes: 0
Answers: 0
How to make Microprofile Metrics available on multiple paths on Wildfly26?
I am attempting to migrate from wildfly-18 to wildfly-26. I changed the application to use Microprofile for Metrics and Health Checks. Those are working and I have redirected the /metrics and /health ...
SteveS
Votes: 0
Answers: 1