RE: Question regarding removal of a node from its parent

2008-12-18 Thread Bill Mitchell
Manjula, I think there is something else going on here. Axiom_node_free_tree performs a detach as the first step of its processing, so doing an explicit detach before calling it should have no effect. Looking at the code in axiom_node_navigator, it appears that it intends to do a depth first searc

[jira] Resolved: (AXIS2C-1303) Implementing a callabck for MTOM caching

2008-12-18 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Peiris resolved AXIS2C-1303. Resolution: Fixed Fix Version/s: 1.6.0 Assignee: Manjula Peiris Implemente

[jira] Resolved: (AXIS2C-1302) Implement a callback for attachment loading when sending an attachment using MTOM

2008-12-18 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Peiris resolved AXIS2C-1302. Resolution: Fixed Fix Version/s: 1.6.0 Assignee: Manjula Peiris Implemente

Re: Question regarding removal of a node from its parent

2008-12-18 Thread Manjula Peiris
Rinil, Call axiom_node_detach(node, env). -Manjula. On Thu, 2008-12-18 at 14:33 +, Baxi, Rinilkumar (TCS) wrote: > Hello, > > > > I am using axiom_navigator to traverse an axiom node. Now, I > need to remove a specific node from the parent and keep the rest of > the tree navigable

[jira] Updated: (AXIS2C-736) Unable to build Axis2/C on Solaris 9

2008-12-18 Thread Yannick LE NY (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yannick LE NY updated AXIS2C-736: - Attachment: axis2c-1.5.0-diff-FULL.txt The file patch axis2c-1.5.0-diff-FULL.txt allow to compile

Question regarding removal of a node from its parent

2008-12-18 Thread Baxi, Rinilkumar (TCS)
Hello, I am using axiom_navigator to traverse an axiom node. Now, I need to remove a specific node from the parent and keep the rest of the tree navigable. For eg; Initial struct : helloI sayworld After removal of node b: I sayworld I tried using the function axiom_node_free_tree. The f