[jboss-jira] [JBoss JIRA] (WFLY-3574) management API blocking write requests during initialization
Brian Stansberry (JIRA)
issues at jboss.org
Wed Jul 2 11:16:28 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-3574:
-----------------------------------
Issue Type: Feature Request (was: Bug)
Priority: Major (was: Critical)
This isn't a bug, as the software is working as designed. Executing management operations from inside an MSC Service's start() method (which is what you are doing, since that's where your listener runs) is not supported.
> 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.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list