Please file a JIRA with your code and the generated WSDL. Thanks.
On 9/24/07, Roland Piazzi <[EMAIL PROTECTED]> wrote: > when i modify the wsdl-file (delete the doubled content) and after that > create the wsdl2java files there misses the method setCalendarDate3. > How can I do without modifying the wsdl-file? > > ----- Original Message ----- > From: "Roland Piazzi" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, September 24, 2007 9:27 AM > Subject: Re: Searching for help for error: java.lang.RuntimeException: > Schema for namespace 'http://calendar.util.sun/xsd' already contains type > 'Abstract Calendar' > > > > I'm not creating it manually, its created within the wsdl file and this is > > created via java2wsdl...? Should i modify my wsdl-file? > > > > ----- Original Message ----- > > From: "Anne Thomas Manes" <[EMAIL PROTECTED]> > > To: <[email protected]>; "Roland Piazzi" <[EMAIL PROTECTED]> > > Sent: Sunday, September 23, 2007 10:58 PM > > Subject: Re: Searching for help for error: java.lang.RuntimeException: > > Schema for namespace 'http://calendar.util.sun/xsd' already contains type > > 'Abstract Calendar' > > > > > >> How are you creating/generating the schema(s)? > >> You need to make sure that the "Abstract Calendar" type is declared only > >> once. > >> > >> Anne > >> > >> On 9/23/07, Roland Piazzi <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>> Hi! > >>> > >>> I'm searching for help for my problem that is: > >>> > >>> java.lang.RuntimeException: Schema for namespace > >>> 'http://calendar.util.sun/xsd' already contains type 'Abstract Calendar' > >>> at > >>> org.apache.ws.commons.schema.XmlSchema.addType(XmlSchema.java:311) > >>> > >>> I think its because my program wants to enter a new Date Type and within > >>> this has to access the Namespace for a Date Object (i has only Date > >>> objects) > >>> that already exists. > >>> > >>> I receive this error message when generating classes with wsdl2java. > >>> > >>> Does anyone know how to correct this error? > >>> > >>> Roland > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
