[jboss-jira] [JBoss JIRA] Commented: (AS7-994) WS endpoint resources not updated at runtime
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Mon Jun 13 07:29:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608195#comment-12608195 ]
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 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