8 Replies Latest reply on Oct 27, 2008 11:29 AM by jorg1

    Error testing seambay example

    jorg1

      I am trying to test the seambay example. When i use the 'Invoke Service' button in the web service test page I got following error:


      java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
           at javax.xml.soap.SOAPMessage.setProperty(Unknown Source)...
      


      I have found a similar error description in https://jira.jboss.org/jira/browse/JBWS-1439 indicating that it should have something to do with the java version. However, I have tried with JBoss4.4.2, JBoss4.4.3 and JBoss5.0 and jre1.5 and jre1.6 and the error still exists. I've used Seam 2.0.2SP1. Does anyone have a suggestion ?