You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Robert W. McKitrick Jr. (JIRA)" <ax...@ws.apache.org> on 2004/11/06 23:36:33 UTC

[jira] Updated: (AXIS-1652) Undefined namespace generated from Java2WSDL for java.util.Collection

     [ http://nagoya.apache.org/jira/browse/AXIS-1652?page=history ]

Robert W. McKitrick Jr. updated AXIS-1652:
------------------------------------------

    Attachment: AxisUndefinedNamespaceError.zip

Here is an example of the service the value types and the generated .wsdl file in the build directory.
You can delete the build and classes directories, set the ..._HOME paths in in the build.bat file and
regenerate the .wsdl file (on MS Windows).

> Undefined namespace generated from Java2WSDL for java.util.Collection
> ---------------------------------------------------------------------
>
>          Key: AXIS-1652
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1652
>      Project: Axis
>         Type: Bug
>     Versions: 1.2RC1
>  Environment: Windows, JDK-1.4.2_05, J2EE-1.3.1
>     Reporter: Robert W. McKitrick Jr.
>     Priority: Blocker
>  Attachments: AxisUndefinedNamespaceError.zip
>
> Given the following service:
> public class CPersonService implements IPersonService
> {
>     public CPersonInfo[] retrievePersons(String l_State)
>     {
>       // real code goes here
>       CPersonInfo[] l_Persons = new CPersonInfo[5];
>       return l_Persons;
>     }
> }
> If the class CPersonInfo has an attribute of type java.util.Collection, the .wsdl file generated using Java2WSDL will have an undefined namespace in it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira