users@jaxb.java.net

Re: Use of anyAttribute in a schema

From: Dmitri Colebatch <colebatchd_at_gmail.com>
Date: Mon, 25 Jul 2005 09:55:38 +1000

> On 7/22/05, Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_sun.com> wrote:
> > Dmitri Colebatch wrote:
> > > Michael - a word of warning though, there are a few gotchas in doing
> > > what you're trying to do. You might want to search the bug archive
> > > for soap issues. You actually need to modify the schema in order to
> > > make it compile - see the archives for the discussion, its a major
> > > flaw in JAXB 2.0 imho.
> >
> > Could you help me refresh my memory? What is the issue?
> > I searched the archive with a few obvious keywords but I couldn't find
> > any. Even just a subject line would be greatly appreciated.

Its this bug: https://jaxb.dev.java.net/issues/show_bug.cgi?id=15

Essentially its related to xjc not being able to compile the SOAP schema.

cheers
dim