Arggg,I forgot that issue. I fixed the things I've mentioned in the issue only. Thanks for reminding it. Will fix it now.
-- EC > -----Original Message----- > From: Shahi, Ashutosh [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 8:42 PM > To: [email protected] > Subject: RE: [jira] Resolved: (AXIS2-51) blocking access to some OMElement > methods within SOAPElements > > Hi Eran, > What is being done for detaching the body from SOAPEnvelope? I think we > are allowing detaching of the body; then should not accessing body after > that return null, so that user can add body again if we want. Currently > an exception comes up. > Or we should not allow detaching the body at all. > > Thanks, > Ashutosh > > > -----Original Message----- > From: Eran Chinthaka (JIRA) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 3:15 PM > To: [email protected] > Subject: [jira] Resolved: (AXIS2-51) blocking access to some OMElement > methods within SOAPElements > > [ http://issues.apache.org/jira/browse/AXIS2-51?page=all ] > > Eran Chinthaka resolved AXIS2-51: > --------------------------------- > > Resolution: Fixed > > Fixed. > > > blocking access to some OMElement methods within SOAPElements > > ------------------------------------------------------------- > > > > Key: AXIS2-51 > > URL: http://issues.apache.org/jira/browse/AXIS2-51 > > Project: Apache Axis 2.0 (Axis2) > > Type: Bug > > Components: om > > Reporter: Eran Chinthaka 2 > > Assignee: Eran Chinthaka > > Priority: Minor > > > > > - Since SOAPEnvelope extends from OMElement, its allowed to have > children other than SOAPHeader and SOAPBody. This must be fixed. > > - references to the header, body are cached inside the envelope. If > some one discard either body or header, the reference in he envelope is > of no use. Have to update that. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > >
