Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Fixed: [Bug 162522] New: WebService annotation wizard give wrong default value for namespace.

----- Original Message ----- From: <bugzilla-daemon@xxxxxxxxxxx>
To: <johnson.ma@xxxxxxxx>
Sent: Friday, October 27, 2006 3:01 PM
Subject: [Bug 162522] New: WebService annotation wizard give wrong default value for namespace.


https://bugs.eclipse.org/bugs/show_bug.cgi?id=162522
Product/Component: SOA / org.eclipse.stp.servicecreation

          Summary: WebService annotation wizard give wrong default value
                   for namespace.
          Product: SOA
          Version: unspecified
         Platform: PC
       OS/Version: Windows XP
           Status: NEW
         Severity: normal
         Priority: P3
        Component: org.eclipse.stp.servicecreation
       AssignedTo: Adrian.skehill@xxxxxxxx
       ReportedBy: johnson.ma@xxxxxxxx
               CC: johnson.ma@xxxxxxxx


For java class: com.iona.Test
The WebService annotation wizard give:
@WebService(targetNamespace="http://com.iona/";, name="Test")

It should be:
@WebService(targetNamespace="http://iona.com/";, name="Test")



--
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
You reported the bug, or are watching the reporter.



Back to the top