Re: How to not add namespace on save

2007-11-26 Thread Jacob Danner
I'm confused, does the instance you are parsing already have the namespace defined? Why is the namespace being set as the default? Thx, -jacobd On 11/26/07, bob bob <[EMAIL PROTECTED]> wrote: > I have an xml bean that I load an xml document by adding the namespace > programatically (because the xm

How to not add namespace on save

2007-11-26 Thread bob bob
I have an xml bean that I load an xml document by adding the namespace programatically (because the xml document never has it). XmlOptions validateOptions = new XmlOptions(); validateOptions.setErrorListener(validationErrors); HashMap ns = new HashMap();

Re: @Nullable annotations?

2007-11-26 Thread Willis Morse
This Jetbrains doc should be enough: http://www.jetbrains.com/idea/documentation/howto.html Thanks, Willis Morse On Nov 26, 2007, at 6:49 AM, Schalk Neethling wrote: On this point, what are the current annotations that we can use for the generated bean code? Just a pointer to the

RE: @Nullable annotations?

2007-11-26 Thread Schalk Neethling
On this point, what are the current annotations that we can use for the generated bean code? Just a pointer to the docs would be perfect, thanks! Schalk -Original Message- From: Willis Morse [mailto:[EMAIL PROTECTED] Sent: 24 November 2007 01:50 PM To: user@xmlbeans.apache.org Subject: @