Hi all.

I have a question about bean-serializing process.
When my web service program returns object to the AxisServlet, Axis got
into endless loop. 
Returned object name is 'Operator', that also includes Operator called
'createdBy' in his ParentClass. so when BeanSerializer try to serialize
'createdBy', it comes Operator itself, and again trying to serialize all
the type of the Operator's properties. I suspect that leads endless loop.

Is this a right behavior or am i something misunderstanding?
If right, then all i do is prepare something like OperatorSerializer,
or break 'createdBy' into simple data-type and returns each objects,
right?

t.sasaki

Reply via email to