1

In JAXB 2.0 if you compile a schema to java classes and a class contains an inner class, are you required to do anything different while building your content tree from the generated classes?

If so, what?

Thanks!

Marc H
  • 1,228
  • 3
  • 18
  • 29

1 Answers1

1

I don't think it requires any special treatment.

oshai
  • 14,865
  • 26
  • 84
  • 140
  • Well, I posted the above question because it is (possibly, if I'm on the right track) a condensed version of an earlier question that hasn't been answered yet. – Marc H Oct 21 '11 at 21:47
  • If you could take a look at that one for me -- I'd be very grateful. This is the link to it: [link] http://stackoverflow.com/questions/7855067/jaxb-2-0-how-to-marshal-static-inner-classes [/link] – Marc H Oct 21 '11 at 21:49
  • I believe you mean that question: http://stackoverflow.com/questions/7853701/jaxb-2-0-marshal-the-marshalling-appears-to-be-ignorning-some-elements-what-a .Anyway, it is very difficult to see what you have there. try to give a staright-forward example. – oshai Oct 21 '11 at 22:04