[jboss-jira] [JBoss JIRA] Resolved: (AS7-994) WS endpoint resources not updated at runtime

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Jun 20 13:46:24 EDT 2011


     [ https://issues.jboss.org/browse/AS7-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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 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