Hello!
My environment is: Windows7 32, jboss-5.1.0.GA, jdk1.6.0_20.
When trying to run a SOAP-message I get the following error:
In short:
#java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
Whole error: http://pastebin.com/zjF6wsF9
I can not figure out how to solve this. I've goggled around and found something about moving some jar-files to lib endorsed (from JBOSS_HOME\lib\endorsed to JAVA_HOME\lib\endorsed) but it still does not work.
For the guy next to me, it all works fine. However he is using Windows XP. We made the same kind of configurations, so it should not be a problem. It feels like the difference in OS changes the outcome. Cant figure out what needs to be made different to get it to work though.
Tips/ideas are much appreciated! Thanks in advance.