Keith Chapman wrote:
Hi Chanaka
What exactly was the issue? Was it
<xmlObject>.getElementsByTagName("Body")[0]? or calling childnodes?
Keith, I think the issue is getElementsByTagName and passing just the
localName to retrieve the nodes. But I am not 100% sure on this, because
I don't have FF3 for the moment to test it.
Thanks,
Ruwan
I'm sure this fix will be needed for the other products too.
Thanks,
Keith.
chanaka jayasena wrote:
Hi all,
WSO2 ESB is not working with the Firefox newest version (Version 3).
I have been able to find a solution for this.
In ESB UI we are using
<xmlObject>.getElementsByTagName("Body")[0].childNodes[0] to read
the Soap body of a Soap message. But Firefox3 is no longer supporting
this method to read Soap body. How ever there is an alternative
method (<xmlObject>.documentElement.childNodes[1]) ,which we can use
to overcome this problem. This fix needed to be done in the "Admin
Framework". I think we need to do a new release on the branch of
"Admin Framework" we are currently using with this fix.
There are lot of places in our ESB code which is using this method
and some other incompatibilities that needed to be fixed. I have
fixed most of them by now and there are 2 remaining unresolved
problems in "Statistics" and "System Information" sections. I will
commit the code to ESB trunk as soon as I am done with these issues.
Thanks,
Chanaka
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev