I have what I think is probably a simple question for an expert, but is proving too much for me. First, here are the relevant source codes for my question:
http://www.nopaste.com/p/a9YVax7Ylb POJO I'm trying to return from a webservice http://www.nopaste.com/p/a1Id4Gr6t The webservice interface http://www.nopaste.com/p/aMidVn3uW The webservice implementation When I call this webservice, it is correctly creating an instance of the pojo and setting all the values. I watched this with some debug code, so I know that part is working. I'm not seeing any exceptions, so everything appears to be working, but the service isn't returning anything. I get an empty result set. Can someone please shed some light on this for me? Thanks Sean -- View this message in context: http://www.nabble.com/Webservice-returning-empty-tp18156407p18156407.html Sent from the cxf-issues mailing list archive at Nabble.com.
