Re: [Carbon-dev] Exceptions when DOM is used instead of DOOM in Rampart (Relates to Axis2/Rampart Performance Improvement)

2010-06-07 Thread kasun Gajasinghe
On Sat, Jun 5, 2010 at 5:13 PM, Prabath Siriwardena wrote: > I guess this is the ClassCastException you get when casting the > timestamp to a OMElement. > > Please check the creation of timestamp element... > I have checked that. The problem was that RampartUtil.addWsuIdToElement (OMElement) meth

Re: [Carbon-dev] Exceptions when DOM is used instead of DOOM in Rampart (Relates to Axis2/Rampart Performance Improvement)

2010-06-05 Thread Prabath Siriwardena
I guess this is the ClassCastException you get when casting the timestamp to a OMElement. Please check the creation of timestamp element... Thanks & regards. -Prabath kasun Gajasinghe wrote: > Hello, > we were trying to use Rampart without using DOOM objects. i.e. instead > of converting OMEle

[Carbon-dev] Exceptions when DOM is used instead of DOOM in Rampart (Relates to Axis2/Rampart Performance Improvement)

2010-06-05 Thread kasun Gajasinghe
Hello, we were trying to use Rampart without using DOOM objects. i.e. instead of converting OMElement -> DOOM we do OMElement -> DOM conversion. This is done by passing *false* for the parameter '*useDoom*' in methods "getSOAPEnvelopeFromDOMDocument(Document doc, boolean useDoom)" and getDocumentFr