Category "wildfly"

Accessing assets folder in angular when deployed to Wildfly

So the main problem is when I deployed Angular app to wildfly, it tries to use assets-folder straight from the host, not from the host/pdv/assets. Failed to loa

How to map LDAP Usergroups to Wildfly roles

we have javaee application running on wildfly 18. authentication is done by kerberos security-domain (com.sun.security.auth.module.Krb5LoginModule). this works

Starting jbpm process with REST API with parameters and document attachment

I am using jbpm version 6.5.0. I have requirement to call process through REST API and I am successful to start process with parameters. I am testing it with

Is it worth to use singleton to load a configuration file?

I have a java web applilication. This application loads its configuration file with singleton according source file below. public class Configuration { private

Setting max-parameters on Listeners for Domain Server (Wildfly 9)

I'm having some trouble with an application exhausting the default 1000 parameters listeners have, particularly https listeners. Unfortunately, the server that

wildfly time out [300] is occurring while running the project in debug mode on server

when i run my project in the wildfly there is no issue . but in eclipse when i run the project in debug mode on server after 5 minutes ie 300 s a timeout erro

deploy spring boot rest application on wildfly10

I have a spring boot rest api which is developed on Java 1.8 and deployed on Wildfly 15. when I try to deploy it on wildfly 10 errors are reported and deploymen

deploy spring boot rest application on wildfly10

I have a spring boot rest api which is developed on Java 1.8 and deployed on Wildfly 15. when I try to deploy it on wildfly 10 errors are reported and deploymen

Remote Debugging of Tomcat/Wildfly server in docker container in VSCode/Intellij

I want to remote debug a Java application in Wildfly/Tomcat embedded in a Docker container. I want to debug the application in VsCode; I also tried to remote de

MalformedURLException on wildfly standalone properties file path

I am trying to use UsersRolesLoginModule for one of my applications. Configuration below works perfectly fine on my windows machine. When I use the exact same c

After migrating from Wildfly 12 to 22 getting NullPointerException on Startup

I tried to migrate my Wildfly from 12 to 22. After I run the migration tool I put my war-file into the deployments folder. But when I try to start it with the f

Undertow request failed HttpServerExchange error loading web page

I'm trying to create a web-application via Maven and IntellijIDEA, which is going to write data in PostgreSQL data-base using EJB and CDI. My problem is - I can

Jboss wildfly is using default docker default address instead of server address when doing soap requests

I'm using Jboss wildfly to serve a soap service. I have deployed it to the server using docker. When providing a URL for the WSDL my server address of 10.1.20.3

Handle WildFly component shutdown gracefully

How do I implement a service inside a war-container deployed on wildfly that is able to gracefully shutdown? I have the following example code: SomeService.jav

Could not get WSDL contract error when deploying web service in WildFly

I am trying to deploy my web service in WildFly server, but I am getting following exception: 6:44:06,265 ERROR [org.jboss.msc.service.fail] (MSC service threa

Could not connect to http-remoting - Maven-Wildfly plugin

I am attempting to employ the functionality of Deploying to Wildfly 9 in my build process with the Wildfly-Maven plugin. I am unable to deploy the application,

Spring Boot response has already been committed exception for request to resources

I'm using Spring Boot (v1.2.4) deployed on WildFly 8.2 server. On the application I'm using font awesome v4.3. I get the "response already committed exception"

How to configure activemq in wildfly 10

So, I'm trying to configure the activemq to work in my wildfly 10 instance, but after following so many guides on how to do this I can't figure out why I'm gett

How to avoid email error (550 5.7.1 Command rejected) with Wildfly 8.1

I'm trying to send an email invoked from code. @Stateless public class MailBean { private static Logger LOGGER = Logger.getLogger(MailBean.class); pri

Getting a nullpointerexception for my EntityManager

Working with Wildfly 10 on the following: a JSON webservice accessing a postgresql db using hibernate through a DAO object. More specifically, my POJO User.jav