Hi guys, My application uses Axis2 v1.5. This application have been running under Websphere 7.0 with couple security restrictions. Due to this restrictions application can't use temp folder and read from was.install.root folder. Also it can not create class loader neither set context class loader.
I implement fixes similar to those, described in letter http://markmail.org/message/muzhns2ghyca3iqt This solution also allowed me to run my application without any reconfiguration of class loader order, as it's mentioned in https://issues.apache.org/jira/browse/AXIS2-4917 IMHO it's good idea to implements this behavior of axis2 as an option. Best regards -Sujan