]
Richard Opalka commented on AS7-994:
------------------------------------
I cannot reproduce this issue:(
How did U manage to deploy endpoints?
I'm using hot deployment and it works.
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
Fix For: 7.0.0.CR1
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: