Hi Alessio.

I'm thinking about global RESTEasy settings in server. Currently, there are no option for change of global RESTEasy settings for all deployment. All RESTEasy settings needs to be done in deployment.

Ideally global RESTEasy settings should be available from WildFly CLI.


Example: Let's say that server admin needs to disable DataSourceProvider for all deployments on server. Now, AFAIK, he needs to:

These steps are really uncomfortable, server admin needs to manually update all deployments in server. Ideally WildFly server admin could be able to disable DataSourceProvider by CLI. But at least server admin could be able to disable DataSourceProvider by system properties.


We can create feature request for this, WDYT?


Marek