Using cxf 2.0.12 as well as 2.2.7, working from Java first model using JAXB/SOAP
My Beans contain List collections and when I operate the service over http:// an empty list returned is reported by the client generated classes. That is the desired behavior. However if I use the local:// transport for Unit testing, the returned value for an empty list is null. What causes this difference in behavior and is there a way to configure this differently. Or is this a bug? Thanks K<o> -- View this message in context: http://old.nabble.com/local%3A---returns-empty-list-as-null-tp28387765p28387765.html Sent from the cxf-user mailing list archive at Nabble.com.
