WildFly Forum Replacement Hello All, On 2020-03-01 this forum will become read-only. We are looking at using Google Groups as a replacement for this forum and would appreciate any feedback the community would have for this decision. T... Critical error during deployment: : com.sun.faces.config.ConfigurationException: Factory 'javax.faces.application.ApplicationFactory' was not configured properly. Hello ., I am updating jboss EAP 7.1 to Jboss EAP 7.2. when i run the sever getting below errors. I tried lot of ways but still i didnt get any s... Bug in WildFly 9 session replication I am seeing following error during failover when tested session replication in wildfly-9.0.2.Final: 2016-02-09 15:57:35,218 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /clust... Does Wildfly 18 Support Seam 2.3 Applications? I want to migrate an application from Wildfly 8 to the latest Wildfly 18. The web application uses the following frameworks: hibernate 3, seam 2.2, JSF 1.2, and Richfaces 3.3.3. Since hibernate 3 isn't supported anymo... can not deploy activemq-rar-5.10.0.rar in JBOSS 7.0 Hi i want to install activemq as external broker. I followed this step Integrate ActiveMQ with WildFly but when i tried this step i got this error Failed to start service jboss.ra.deployment."activemq-rar-5.10.0.r... Fail to start custom cache container, in Infinispan Cluster Hello, I am currently in the beginning stages of learning the ropes with JBOSS and trying to fix an issue with a HA system (Full-HA). I've been tackling at it as much as I could for the past 2 months, but can't seem ... Mask Specific text in Jboss server.log Hello Team I am new to Jboss and trying Learn/Understand it with the best I can. We are using Jboss EAP 7.1 to run our Java application. Our setup is standalone and has lot of system properties set in the sta... Does Wildfly 18 Supports Seam 2.3 Applications? I want to migrate my seam 2.2 application from Wldfly 8 to the latest Wildfly 18. However, I am always getting weird exceptions that I wasn't able to resolve yet. I want ask if Wildfly 18 supports Seam 2.3 application... WFLYSEC0012 Error in web.xml with similar Patterns Hi everyone. We have at present a web application working under wildfly 10. We are trying to migrate it to Wildfly 18 but a error is showed while deploying the application. The error is: 15:38:3... JSF AJAX not working when upgraded to WildFly 16 from WildFly-8.2 JSF AJAX not working when upgraded to WildFly 16 from WildFly-8.2. It was working fine in WF 8.2/10. Issue is only for AJAX calls. Any idea? Foreign key constraint issue in WildFly When we migrated from WidlFly 8, we are getting following error on starting server: insert or update on table "app_data" violates foreign key constraint "fk1vm6v5waa98rhou9eawcso86m" However, we are pointing to an e... Wildfly 10 to 18 upgrade issues with java client to remote EJB 2.0 We are upgrading from Wildfly 10 to 18 and a java client application using the following imports will no longer compile due to the following classes not being found. What has replaced them in Wildfly 18? import org.j... Wildfly 17.0.1 <deployements> node did'nt evaluate variables ? Hi, We migrating an application (Wildfly 9.0.2 + Java 7) to (Wildfly 17.0.1 + Java 11) and i see a notable difference in their standalone.xml configuration file: <deployments> ... New missing/unsatisfied dependencies - SpringBoot Hi everyone! I've been following a spring-boot tutorial : Spring Boot Hello World on WildFly However, I needed to deviate from the tutorial and use EAP 7.0.0 as thats the version my work uses.The tutorial sho... Wildfly 18 Critical error during deployment: : java.lang.NullPointerException I want to migrate an application from Wldfly 8 to the latest Wildfly 18. The web application uses the following frameworks: hibernate 3, seam 2.2, JSF 1.2, and Richfaces 3.3.3. Since hibernate 3 isn't supported anymor... Wildfly 18 Critical error during deployment: : java.lang.NullPointerException Wildfly 18 Critical error during deployment: : java.lang.NullPointerException Using literal variables in a Wildfly OFFLINE CLI I'd like to use an offline Wildfly CLI to add system properties The problem is that the value should be a variable This is the desired result: <property name="user.country... JGroups UDP multicast issue in WildFly Recently we faced JGroups UDP multicast issue in WildFly. The issue started when the servers are restarted after deployment. There is no WildFly configuration change. WildFly is in domain mode with 4 nodes. When we s... WildFly 18 Datasource Error Through Console Hi, I'm trying to add a Datasource through the Management Console, but am getting "Internal Error / newValue is null" when I press the add button. I uploaded a postgres jar, but don't see this jar in t... ManagedScheduledExecutorService keeps executing tasks after an exception is thrown Hello all, I'm apparently facing a bug in the implementation of the ManagedScheduledExecutorService, more specifically when using the inherited method of the ScheduledExecutorService (Java Platform SE 7 ), cal...