Update: It turns out that this has nothing to do with CGLIB. The collections in the CGLIB generated objects work just fine, as long as you just serialize the object. However, I was wrapping them in another object and it turns out that the problem only occurs when I use the wrapper.
The ServiceResponse wrapper and the object being return are from different namespaces. Could this be the cause of the problem? -- View this message in context: http://www.nabble.com/Aegis-Collection-binding-problem-with-CGLib-generated-objects-tp14740824p14743770.html Sent from the cxf-user mailing list archive at Nabble.com.
