ResourceProperty attribute constant in WsrpConstants.java has a type
--------------------------------------------------------------------

                 Key: MUSE-51
                 URL: http://issues.apache.org/jira/browse/MUSE-51
             Project: Muse
          Issue Type: Bug
          Components: WSRF WSRP ResourcePropertyCollection and Capabilities
    Affects Versions: 2.0.0 M1
         Environment: any
            Reporter: Mohammad Fakhar
         Assigned To: Dan Jemiolo


WsrpConstants.RESOURCE_PROPERTY is set to "resourceProperty" instead of 
"ResourceProperty"

I disovered this while using the wsrf SetResourceProperties - Delete operation.
Code from DeleteRequest.java that uses WspConstants:

    public DeleteRequest(Element request)
    {................        
        String property = request.getAttribute(WsrpConstants.RESOURCE_PROPERTY);
     .................
    }

  and the WsrpConstants.RESOURCE_PROPERTY is set to "resourceProperty"; it 
should be "ResourceProperty"

Subsequently, wsrf setRP Delete operations fail.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to