Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-7913

Top-Down ws wizard overwrites all java classes containing '@WebService(' string anywhere in the code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 3.2.0.CR1
    • 3.2.0.Beta2
    • webservices
    • None

    Description

      this came up as a result of JBIDE-7681 (see comment from 12/15/10)

      -create a new Dynamic web project
      -create following interface there:

      package x;

      import javax.jws.WebService;

      @WebService()
      public interface Zws {
      String test();
      }

      -create following class there:
      package x;

      import javax.jws.WebService;

      @WebService()
      public class ZwsImpl {
      public String test()

      { return "Hello Dolly!"; }

      }

      -create some Top-Down ws there using default settings package (use default package)
      -open ZwsImpl.java in the editor

      =>
      Current: ZwsImpl class is rewritten
      Expected: the class remains untouched

      Note for myself: Check this also for Bottom up case

      Attachments

        Activity

          People

            Grid.Qian Feng Qian (Inactive)
            lukas.jungmann@gmail.com Lukas Jungmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: