You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/29 19:46:30 UTC

svn commit: r226405 - /webservices/pubscribe/trunk/src/examples/consumer/method_impls/consumerport_service_notify.txt

Author: scamp
Date: Fri Jul 29 10:46:29 2005
New Revision: 226405

URL: http://svn.apache.org/viewcvs?rev=226405&view=rev
Log: (empty)

Modified:
    webservices/pubscribe/trunk/src/examples/consumer/method_impls/consumerport_service_notify.txt

Modified: webservices/pubscribe/trunk/src/examples/consumer/method_impls/consumerport_service_notify.txt
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/consumer/method_impls/consumerport_service_notify.txt?rev=226405&r1=226404&r2=226405&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/consumer/method_impls/consumerport_service_notify.txt (original)
+++ webservices/pubscribe/trunk/src/examples/consumer/method_impls/consumerport_service_notify.txt Fri Jul 29 10:46:29 2005
@@ -4,7 +4,7 @@
         org.apache.ws.resource.properties.ResourcePropertySet resourcePropertySet = ((org.apache.ws.resource.PropertiesResource)getResource()).getResourcePropertySet();
 
         //get the property
-        org.apache.ws.resource.properties.ResourceProperty resourceProperty = resourcePropertySet.get(ConsumerPortPropertyQNames.LASTMESSAGE);
+        org.apache.ws.resource.properties.ResourceProperty resourceProperty = resourcePropertySet.get(ConsumerPropertyQNames.LASTMESSAGE);
         resourceProperty.clear();//clear old notifs
         
         //add the new entry