I think I need a much more detailed test case to make sense of this. However, what you appear to have stated is that, unless you declare a particular item to be nillable, it can't be null.
On Fri, Jul 23, 2010 at 8:43 AM, Mike Noordermeer <[email protected]> wrote: > Hi, > > I'm using CXF with Aegis databinding and a CXFNonSpringServlet. My SEI and > some parts of the data classes are annotated using JAXB annotations. > > I use the following Aegis type config: > > tOpts.setDefaultNillable(false); > tOpts.setDefaultMinOccurs(1); > > But when I set these options, I can't return nil from my webservice methods > anymore. Does anyone know if there is an annotation I can set to allow > null/nil returns from a service method? > > -- > Regards, > > Mike Noordermeer > [email protected] >
