]
Brian Stansberry resolved WFLY-3574.
------------------------------------
Resolution: Won't Fix
management API blocking write requests during initialization
------------------------------------------------------------
Key: WFLY-3574
URL:
https://issues.jboss.org/browse/WFLY-3574
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 8.1.0.Final
Environment: default configuration
Reporter: Michael Mutschler
Assignee: Brian Stansberry
I want to apply some configuration before the real application is starting. Mainly I want
to update a datasource. Therefore I wrote a WebListener, and during the initialization I
want to modify the wildfly configuration via management API.
I can read the configuration, but when I want to execute a delete or add request, nothing
happens; the command does not return! There seems to be a deadlock.