[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-06-06 Thread [EMAIL PROTECTED]
Generally speaking, the "Endpoint already registered" error can be caused by a failed deploy/undeploy that left the endpoint registry in a inconsistent state (i.e. the endpoint is registered but is actually not available). Do the errors you get somehow influence the deploy/undeploy? View the or

Re: [jboss-user] [JBossWS] - Re: Endpoint already registered

2008-06-01 Thread Alexander Lvov
Hi, i am no expert but a developer who subsribes to this list. I just wanted to say that this seems rather like a practical problem which has to do with that AS needs to first undeploy an installed application in order to deploy it again. Doing that over over again leaves u in a situation when AS d

[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-05-30 Thread bsisson
Additional information. This issue appears to only happen when in Debug mode within Eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154761#4154761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154761 __

[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-05-08 Thread bsisson
I would like to provide additional information for this issue. Our whole team has looked at this issue and cannot find a work around or the cause of the issue but we have figured out the sequence that triggers the issue. 1) We created a web service using annotations (@WebService(name = "TestWs"