users@glassfish.java.net

Re: How to add elementFormDefault to a WebService

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Thu, 10 Aug 2006 15:24:34 -0700

I believe JAXWS team has responded to you with details and solution.
Hope it helped

Please let us know if the problem persists

Vijay

On Wed, 2006-08-09 at 15:42, Edson Carlos Ericksson Richter wrote:
> I did put package-info as specified, but no changes at all.
> Attached is the complete project, with EJB (session) and WebService.
>
> If you have some time to check the project, it could lead to discover an
> interesting bug (or a big mine mistake)...
>
> Thanks,
>
> Richter
>
>
>
> Vijay Ramachandran escreveu:
> > Here is what is recommended by the JAXWS team :
> >
> > --------
> > Create package-info.java in the corresponding package with following
> > contents.
> > @XmlSchema (
> > namespace = "http://example.com/foo/bar",
> > elementFormDefault=XmlNsForm.QUALIFIED )
> > package com.example.foo.types;
> > import javax.xml.bind.annotation.XmlNsForm;
> > import javax.xml.bind.annotation.XmlSchema;.
> >
> > Currently there is bug when the namespace is not specified, and is
> > under investigation. You can specify the namespace to get around it
> > for now.
> > --------------
> >
> > Hope this helps
> >
> > Vijay
> >
> > Edson Carlos Ericksson Richter wrote:
> >> Sorry for reposting, but I really need advice on how to this. I
> >> already included IZ 903 bcs Glassfish ignores package-info and
> >> annotations put in there.
> >>
> >> I'll appreciate any help!
> >>
> >> TIA,
> >>
> >> Richter
> >>
> >>
> >> Edson Carlos Ericksson Richter escreveu:
> >>> Hi!
> >>>
> >>> I'm trying add annotation to specify elementFormDefault=QUALIFIED to
> >>> a web service, without success.
> >>> In NetBeans 5.5, I got an advise to add
> >>> @XmlSchema(elementFormDefault=QUALIFIED) into package-info.java file.
> >>> I've done it, but WSDL still have no elementFormDefault=QUALIFIED on
> >>> it.
> >>>
> >>> Someone could tell me how to do it (I'm using NB 5.5 latest daily
> >>> build with Glassfish b48).
> >>>
> >>>
> >>> TIA,
> >>>
> >>> Richter
> >>>
> >>>
> >>> ------------------------------------------------------------------------
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> >>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> >> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> > For additional commands, e-mail: users-help_at_glassfish.dev.java.net
> >
> >
> >
> >
>
>
> ______________________________________________________________________
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net