JBoss Community

setProperty must be overridden by all subclasses of SOAPMessage ?

created by laures in JBoss Web Services - View the full discussion

Hi, i wrote a Webservice. When i try to test it with SoapUI i get a UnsupportedOperationException.

 

java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage

 

 

@Stateless
@WebService
public class BPStatisticsServiceBean implements BPStatisticsService {
   
    @EJB
    private BPAccountManagement accountManagement;
       
    public String getUserStats() {
        return "<statistics><users>" + users.size() + "</users><gmean>" + "</gmean></statistics>";

    }
}

 

 

I'm running my jboss from within eclipse.

Any ideas what goes wrong?

 

Greetings,

Alexander

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community