Hi, In the Wildfly CLI-scripts it is possible to test for existence of a resource and execute some conditional logic: if (outcome != success) of /subsystem=datasources/xa-data-source=MY_DATASOURCE:read-resource… Show more
Hi all, I'm wondering if Eclipse MicroProfile is also implemented in WildFly application server (not WildFly Swarm). I think it would be quite cool, if you follow a thin-war microservice strategy with docker. For example, Adam Bien is pushing this strategy continuously (Launching Java EE Thin WARs In The Clouds : Adam Bien's Weblog ) If… Show more

Hi, I would also be interested in a statement on this issue. I am quiet suprised that JBoss is the only major vendor that does not implement microprofile in their app-server (only thorntail). Speaking only for myself, there are a lot of projects out there running on Java EE and JBoss/Wildfly and would like to use microprofile APIs. Thorntail to…