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]
