0 Replies Latest reply on Apr 22, 2010 12:21 PM by bittramp

    jboss5.1.0-java1.6-mac

    bittramp

      Greetings, I downloaded jboss-5.1.0.GA.zip from http://www.jboss.org/jbossas/downloads.html and tried a webservice tutorial from http://www.jboss.org/ejb3/docs.html.  WSDL comes up fine but when I tried to access the exposed services I got the infamous exception

       

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

       

      Most answers I have seen posted about this involve copying jboss-saaj.jar into jboss-home/lib/endorsed but that class is not included in this release.  There are however, these jars

       

      jboss-home/client/jbossws-native-saaj.jar
      jboss-home/common/lib/jbossws-native-saaj.jar
      jboss-home/server/all/deploy/juddi-service.sar/juddi-saaj.jar
      jboss-home/server/standard/deploy/juddi-service.sar/juddi-saaj.jar

       

      Which I also tried in the endorsed directory without change.  I also tried Java1.5 with no change.

      Anyone have another suggestion?

      Thanks,

      BBB