Top "Wildfly-9" questions

WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat.

Wildfly: Why I get only "Forbidden" if I call my Web application?

Yesterday our web application ran fine on WildFly 9. Since this morning I get only a "Forbidden" in the web browser. …

java wildfly wildfly-9
java.io.IOException: UT010029: Stream is closed

How to Resove below Error: ERROR [com.test.filter.AuthenticationFilter] (default task-6) displayUpdateUser:Error occurred while displaying the Update User …

jackson itext java-ee-7 spring-4 wildfly-9
WFLYJPA0060: Transaction is required to perform this operation (either use a transaction or extended persistence context)

I losted many time try solve this issuer, but I am in the same place. I suspect that I mixed …

java jpa ejb cdi wildfly-9
JBoss error: org.jboss.as.controller.management-operation] (Controller Boot Thread)

Am trying to run my JBOSS after Configuring mysql dependencies, but having this errors 09:49:00,138 ERROR [org.jboss.as.controller.management-operation] (…

wildfly-9
JPA native query returns Double or BigDecimal

I have the simple code below: @PersistenceContext(name = "mycontext") private EntityManager entityManager; public void getAggregatePower() { String sqlString = "SELECT SUM(power) …

java postgresql jpa wildfly-9
How to setup Log4j2 for an application deployed in WildFly 9?

When I test my application with JUnit, it is printing the log as specified by layout pattern in log4j2.…

java wildfly log4j2 wildfly-9
make wildfly listen on port 443 not 8443

so I have added a SSL certificate to my wildfly 9 and it's working, but I want to configure my standalone.…

https port wildfly-9
Spring Cloud/Boot vs Wildfly Swarm

I have doing some analysis of modern Container less Java Stack on net, two Major promising things i came about …

java spring-boot microservices wildfly-9 wildfly-swarm
WildFly 9 Access Logging

I am trying to set up access logging using WildFly 9 in Domain mode. I have found a few resources which …

wildfly access-log wildfly-9
Wildfly 9 - How do I exclude Jackson

I'm running into a Jackson serialization issue with null values in maps. Apparently this is a known bug in the …

jackson wildfly-9