I have the addressing module in my modules folder as well. I have the <module ref="addressing"/>
uncommented as well. But, it is still giving the error. I searched in another thread on Stack Overflow:
But, it did not help.
I have the addressing module in my modules folder as well. I have the <module ref="addressing"/>
uncommented as well. But, it is still giving the error. I searched in another thread on Stack Overflow:
But, it did not help.
Disclaimer- The axis2 war was working on JBoss Server but not on WAS server.
Solution- In axis2.xml file, there is a parameter 'EnableChildFirstClassLoading' which was commented, uncommenting it and deploying axis2 war again solved the issue.
Needed to make the above mentioned change on WAS server only.