3 Replies Latest reply on Nov 16, 2007 12:04 PM by asoldano

    WS Endpoint registration issue...

    garypinkham

      So I sort of kind of have my web services working in a seam project. The issue remaining is whenever I make a change to my project (WS related or not) and restart my Jboss server my WS Endpoints don't register. I have to undeploy, clean and redeploy for them to take. Then the cycle starts all over again if I restart the server. I tried searching the forum bit didn't see anything (odd search terms..)

      Any ideas?
      Thanks
      Gary

        • 1. Re: WS Endpoint registration issue...
          asoldano

          It's hard to say what is causing this and whether it is a jbossws or jboss seam issue; could you please give us some more details? what are you doing to "clean"? Are there any error or warning in the log during the AS startup? Does this affect also other ws project (without seam)? which version of JBossAS, JBossSeam and JBossWS are you using?

          • 2. Re: WS Endpoint registration issue...
            garypinkham

             

            "alessio.soldano@jboss.com" wrote:
            It's hard to say what is causing this and whether it is a jbossws or jboss seam issue; could you please give us some more details? what are you doing to "clean"? Are there any error or warning in the log during the AS startup? Does this affect also other ws project (without seam)? which version of JBossAS, JBossSeam and JBossWS are you using?


            I should have posted an update (sorry bout that). I think its due to the web.xml being renamed.. I saw a few other postings and issues in the jira regarding this. Now before I start the server I copy web.xml.org over the one that jboss put in my web-inf. Now my end points register every time.

            Thanks,
            Gary

            • 3. Re: WS Endpoint registration issue...
              asoldano

               

              "garypinkham" wrote:
              "alessio.soldano@jboss.com" wrote:
              It's hard to say what is causing this and whether it is a jbossws or jboss seam issue; could you please give us some more details? what are you doing to "clean"? Are there any error or warning in the log during the AS startup? Does this affect also other ws project (without seam)? which version of JBossAS, JBossSeam and JBossWS are you using?


              I should have posted an update (sorry bout that). I think its due to the web.xml being renamed.. I saw a few other postings and issues in the jira regarding this. Now before I start the server I copy web.xml.org over the one that jboss put in my web-inf. Now my end points register every time.

              Thanks,
              Gary


              OK, thanks, the issue you're talking about is JBWS-1762.