| Author |
HELP! org.apache.axiom.om.impl.llom.OMElementImpl cannot be cast to com.axis2.client.beans.ChildBean
|
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
|
|
Hi;
I have been trying to get an test app using Axis2 working and thought I was there until I came across this issue!
I have a 'Parent' bean which contains an ArrayList of 'Child' beans.
Even though the results are coming back as expected and I can read the value of 'Parent' bean; as soon as I try to get a value from the 'Child' bean(s), I get this error:
"org.apache.axiom.om.impl.llom.OMElementImpl cannot be cast to com.axis2.client.beans.ChildBean"
It seems that even though the ArrayList has been populated, then 'Child' beans have become 'OMElementImpl' object and can not be turned into 'Child' beans
How do I get around this???
KS
|
 |
 |
|
|
subject: HELP! org.apache.axiom.om.impl.llom.OMElementImpl cannot be cast to com.axis2.client.beans.ChildBean
|
|
|