You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/08/16 21:10:16 UTC

svn commit: r431993 - /webservices/muse/trunk/modules/muse-wsrf-api/src/org/apache/muse/ws/resource/properties/WsrpConstants.java

Author: danj
Date: Wed Aug 16 12:10:15 2006
New Revision: 431993

URL: http://svn.apache.org/viewvc?rev=431993&view=rev
Log:
Fix for MUSE-51, as outlined in the submission.

Modified:
    webservices/muse/trunk/modules/muse-wsrf-api/src/org/apache/muse/ws/resource/properties/WsrpConstants.java

Modified: webservices/muse/trunk/modules/muse-wsrf-api/src/org/apache/muse/ws/resource/properties/WsrpConstants.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf-api/src/org/apache/muse/ws/resource/properties/WsrpConstants.java?rev=431993&r1=431992&r2=431993&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf-api/src/org/apache/muse/ws/resource/properties/WsrpConstants.java (original)
+++ webservices/muse/trunk/modules/muse-wsrf-api/src/org/apache/muse/ws/resource/properties/WsrpConstants.java Wed Aug 16 12:10:15 2006
@@ -179,7 +179,7 @@
     public static final QName UPDATE_QNAME = 
         new QName(NAMESPACE_URI, "Update", PREFIX);
     
-    public static final String RESOURCE_PROPERTY = "resourceProperty";
+    public static final String RESOURCE_PROPERTY = "ResourceProperty";
 
     public static final QName INVALID_MODIFICATION_QNAME = 
         new QName(WSDL_NAMESPACE_URI, "InvalidModificationFault", WSDL_PREFIX);
@@ -189,6 +189,10 @@
 
     public static final QName SET_RP_FAILED_QNAME = 
         new QName(WSDL_NAMESPACE_URI, "SetResourcePropertyRequestFailedFault", WSDL_PREFIX);
+
+    public static final QName UNABLE_TO_PUT_RP_QNAME = 
+      new QName(WSDL_NAMESPACE_URI, "UnableToPutResourcePropertyDocumentFault", WSDL_PREFIX);
+    
     
     //
     // below are the semi-standard WS-RP/WS-N change notification elements



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org