[jboss-jira] [JBoss JIRA] Created: (AS7-994) WS endpoint resources not updated at runtime
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Fri Jun 10 10:20:59 EDT 2011
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 at 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 at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list