migrate app in oc4j with ejb 2.1 to wildfly 15 hello i am migrating an application it is developed with ejb 2.1 specification i have deplojed the servicios.jar ( ejb 2.1 ) in wildfly 15 it show me the jndi names deployed after i try to dep... Wildfly 18 artemis bridge failover issue Hello everyone, i'm currently facing an issue where my failover on the artemis bridge is correctly reconnecting but after the initial start if the bridge fails to connect, upon first connection all incoming me... Legacy security to Elytron Migration Hi, I'm trying to migrate legacy security to Elytron: In Wildfly 16 i have this security-domain: <security-domain name="MyDomain" cache-type="default"> <authentication> <... LDAP Issue WildFly 18.0.1 Hi All, I am in the process of upgrading from WF17 to WF18, and for some reason have run into an issue. I run WF in a Clustered mode with a Domain Controller and several hosts. On my WF18 d... Versions - between wildfly and undertow Hi all, I am trying to see what version of Undertow is when we say Wildfly 10.1 for example ? I was following ticket [UNDERTOW-909] Session invalidation not reflected when coming from another concurrent request - JB... Management API For Domain add-content, add Operations Hi, I'm automating a deployment. I was able to deploy to a standalone instance using the pair of requests in the docs (add-content followed up with a deploy operation). I'm having trouble getting t... Elytron ldap-realm - dir-context Hi, I'm trying to migrate PicketLink LdapLoginModule to Elytron (Wildfly 18.0.1) My previous configuration using legacy security <security-domain name="MySecurityDomain" cache-type="default... Elytron - EJB Principal Anonymous Hi, I have a simple ear ( one war plus one ejb module ). I'm trying to use Elytron security with wildfly 18.0.1 and AdoptOpenJDK 11. standalone.xml <subsystem xmlns="urn:wildfly:elyt... Why can't the Wildfly server handle concurrent REST requests after a httpSession is established I've run into a conundrum I'm trying to understand. I've implemented a very simple example REST service that runs within a Wildfly server. I have a standalone, multi-threaded Java test program that uses an Apache http... Distributed application on JBoss EAP 7.1 loses Session attributes Our Spring MVC project is running on JBoss EAP 7.1 with remote caching to DataGrid 7.2. We have observed occasional instances of Session Attributes not being found. Logging shows entries like: 2019-10-11 16:13... Unable to determine if the certificate is trusted. Hi all, I'd like to automate the installation of mutual SSL for HTTP using security enable-ssl-http-server command in the CLI: security enable-ssl-http-server --key-store-path=server.keystore --key-store-passw... JBOSS 7.2 SSL Query Hi Everyone Am trying to configure ssl connection on JBOSS 7.2 for Oracle TLS on oracle db server(ORADB18C) ran the following keytool -genkeypair -alias vault -keypass Server1234 -storepa... Optimal IPv4 + IPv6 settings for WildFly on Linux? Is it possible to create single configuration that would work on both: WildFly on Linux with IPv4 only configuration WildFly on Linux with IPv4 and IPv6 dual stack configuration so that single deployment would work... Wildfly 14.1 stops listening on http port Hi, We have deployed Wildfly 14.1 in domain mode as two node cluster in Active-Active mode on two different VMs running on CentOS 7.6. For both nodes http port is configured as 8099, https port as 8993... Elytron Aggregate Realm not Cacheable We just noticed that an aggregate Elytron real is not cacheable even when both the authn and authz realms are cacheable. Is this intentional or an oversight? JBOSS on CentOS ? I want to ask and wanna know about it : 1. I installed JBOSS EAP 7.2 on CentOS 8 2.I deployed, updated and tested my app on it but the developer or free JBOSS EAP subscription is limited only for... Kubeping on Kubernetes 1.17 Hi, I tested Wildfly / Kubeping on Kubernetes 1.17 and got the following issue: 12:39:26,943 WARN [org.jgroups.protocols.kubernetes.KUBE_PING] (thread-10,kubernetes,wildfly-deployment-f8d595bb5-s6ljn) fa... WildFly console authentication Hi, We have a SingleSignOn (SSO) component. Is it possible to update the WildFly console application connecting to it (SSO or LDAP) ? If yes, where is located the WildFly application (web.xml should be proba... Monitoring account Hello everybody, Is it possible to create a monitoring account. I tried the command "add-user.sh --silent=true -u monitor -p "xxx" --realm ManagementRealm --group=Monitor" but I'm SuperUser when I check the "... Batch script Hi, We are using the standalone.xml configuration. We have to configure the JMS layer (standalone-full.xml is not a option) so we built a set of CLI command which are working fine (jboss-cli.sh) : batc...