- 
        1. Re: Error testing seambay exampleshane.bryzak Oct 22, 2008 11:32 PM (in response to jorg1)Could you try with 2.1.0.GA or trunk? 
- 
        2. Re: Error testing seambay examplejorg1 Oct 24, 2008 11:19 AM (in response to jorg1)I'm afraid that the problem is still there. I've now tested it with 2.1.0.GA, JBoss4.4.3 and jre1.5. 
- 
        3. Re: Error testing seambay exampleshane.bryzak Oct 24, 2008 11:51 AM (in response to jorg1)I just tried this yesterday and it seemed to all work. What are the exact steps you're following to get this exception? 
- 
        4. Re: Error testing seambay examplejorg1 Oct 24, 2008 1:36 PM (in response to jorg1)- running the unexplode ANT target from eclipse
- running the explode ANT target from eclipse
- starting JBoss4.3 server from Eclipse
- loading http://localhost:8080/seam-bay/test.seam in browser (FireFox and Chrome)
- Choosing one of the links in left side (doesn't matter which one - they all throw same exception). Now 'Selected Web Service' shows the name of the webservice and the 'request' text area shows the SOAP request
- invoking the Service button - and then the exception is thrown
 13:20:42,239 ERROR [SOAPFaultHelperJAXWS] SOAP request exception java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage at javax.xml.soap.SOAPMessage.setProperty(Unknown Source) 
- 
        5. Re: Error testing seambay exampleshane.bryzak Oct 24, 2008 2:25 PM (in response to jorg1)I tried this with latest trunk in JBossAS 4.2.3, and the web services are all working from the test page. Are you logging in first? 
- 
        6. Re: Error testing seambay examplejorg1 Oct 24, 2008 2:35 PM (in response to jorg1)Yes, I've tried to (using demo/demo), but 'Invoke Service' for login throws the same exception. I use JBoss4.2.3 as downloaded - should it be configured in any way, or having any special jars installed ? 
- 
        7. Re: Error testing seambay exampleshane.bryzak Oct 24, 2008 3:26 PM (in response to jorg1)Nope, I'm just using a plain vanilla install, nothing modified. I just noticed you said that you're using jre1.5. Could you try installing the JDK? Another thing to try would be JDK 1.6 also to see if that makes a difference. 
- 
        8. Re: Error testing seambay examplejorg1 Oct 27, 2008 11:29 AM (in response to jorg1)After deleting all other Java installations and testing it on a fresh Java 1.5 installation, it runs just fine. 
 Shane, thanks a lot for your help.
 
    