]
Heiko Braun resolved AS7-994.
-----------------------------
Fix Version/s: (was: 7.1.0.CR1)
Resolution: Out of Date
it works completely different on the new branch
WS endpoint resources not updated at runtime
--------------------------------------------
Key: AS7-994
URL:
https://issues.jboss.org/browse/AS7-994
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Web Services
Reporter: Heiko Braun
Assignee: Richard Opalka
To reproduce:
- deploy a ws endpoint on a running server
- execute CLI:
{noformat}
[standalone@localhost:9999 /]
/subsystem=webservices:read-children-names(child-type=endpoint)
{
"outcome" => "success",
"result" => undefined,
"compensating-operation" => undefined
}
{noformat}
- reboot server
- execute CLI again:
{noformat}
[standalone@localhost:9999 /]
/subsystem=webservices:read-children-names(child-type=endpoint)
{
"outcome" => "success",
"result" => ["jaxws-samples-handlerchain:TestService"],
"compensating-operation" => undefined
}
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: