is second level cache infinispan enabled for cluster in Wildfly 17.0.1.Final per default? How must entry <cache-container name="hibernate" module= "org.infinispan.hibernate-cache"> look out for cluster in standalone-full-ha.xml? What is default lifespan if it is not set in standalone-full-ha.... Wildfly hang Issue I build spring(4.3) application on Wildfly 17.0 as RESTful API Server. But, every 1 weeks wildfly hang up. When it hangs up, the new connection is blocked. Anyone help me for solving this... Two databases with two persistence units - tables are created in wrong database Hi everyone, I got several applications with EJB, JPA and JSF in Wildfly 14. I use 2 databases, processenginemysql and testprocessdb2. I configured two XA-Datasources. Here is my persistence.xml &... Wildfly 16 deployment timeout Getting following when the application deploys. it hangs following subdeployment of some application war files and then gets following Timeout after [300] seconds waiting for service container stability. Operat... Unable to create service for 'HttpServerAuthenticationMechanismFactory.BEARER_TOKEN' Since we updated to WF 17 (from WF 15) we find lots of DEBUGs in our logfiles like this: 2019-07-17 13:55:48,432|DEBUG| ... Infinispan Jgroups Problems Over JBoss EAP 7.1 (Web Cache) I have this Jboss Configuration: 2 nodes instances of Jboss eap 7.1.6 on differente machine clustering (udp) each other on standalone mode. The first consideration that i'll do is the above similar configuration with ... Unable to deploy ear with unknown timeout and "severe" on CDI I'm using wildFly 17.0.1, below are the logs, here even unable to get any clue on timeout not sure "SEVERE" on CDI is relevant ? How to disable TLSv1.1 and TLSv1.0 Hello, I have JBoss 8.2 with jdk1.8.0_85 ,I have only enabled TLSv1.2 protocal. Third party vendor application where they have enabled all TLS1.0/1.1 which they are going to shutdown TLSv1.0/1.1 Adding class loading lock to JBoss Modules We are running into https://bugs.openjdk.java.net/browse/JDK-8232997. In our case this results in a JVM crash when loading custom JFR event classes. The cause seems to be when multiple threads end up calling #defineCl... GC (Allocation Failure) Hi, I'm migrating Java 1.7 to 1.8 and JbossEAP6.1 to WildFly14.0.1. we are on AWS and we notice on the logs of the dockers that there are many errors of the type: [GC (Allocation Failure) 1085489K->562034K(1908224K... Messaging-activemq (resource definition) Hello there, I am working on the creation of a new pooled-connection-factory (messaging-activemq) for a specific test I am doing. Within the definition of this resource I can see: thread-pool-max-size:... JDBC Authentication with salted-simple-digest-mapper, Invalid base 64 character Hi, I use Wildfly 16 and I want to deny the access to my webapp. I configured a jdbc realm with a simple-digest-mapper and it worked, but only if I put the encoded password into the password field. I want t... EJB Configuration migration from JBOSS 4 to JBOSS EAP 6/7 Hi Everyone, Currently in jboss 4 we have configured jndi naming services as below <service-config name="jboss:service=Naming" delegateC... ERR_EMPTY_RESPONSE on https I am running keycloak 7.01 (WildFly 9.02) with a Let's encrypt certificate. I followed the 7.0.1 instructions for setting up SSL. I can curl https://hostname:8443 to get the welcome page curl https://hostname:... How to use keycloak authentication for ejb remote client with wildfly elytron security? I've some web application which authenticates on Keycloak and call EJBs. The security in Wildfly is configured with Elytron and the security context is propagated correctly between web and EJB. Now I've to wri... Handling Teiid thrown Exception during VDB deployment byte[] vdbBytes = vdbHelper.getVdbByteArray(theVDB); try { // Deployment name for vdb must end in '-vdb.xml'. String deploymentName = vdbName + Constants.DYNAMIC_VDB_SUFFIX; // Deploy the VDB clientAccessor.getCl... Wildfly 10 default ActiveMQ client cannot connect to server Hi all, I'm new to Java EE and I'm working on my JMS test application I'm using default messaging-activemq in standalone-full.xml Here is what I have in jndi.properties: java.naming.factory.initial=or... wildfly-18.0.1.Final: Not all attributes are listed via console When opening Configuration => Subsystems => Configuration => Security (Elytron) => Security Realms => JDBC Realm => Principal Query the field "Attribute Mapping" shows only the first ... Wildfly 16 JDBC Realm Authentication with 2 Databases Hi I want to use JDBC Realm Authentication. My database structure is the following: Database 1 (act_user_id) Username (ID_) Password (PWD_) Database2 (act_id_membership) User... Wildfly 16 jdbc realm, security domain Good morning, I tried to configure my application with the elytron security system. I followed the instruction on this page: Configure an Elytron JDBC Realm on WildFly But I always get this err...