Author: fnasser(a)redhat.com
Date: 2010-08-03 11:45:40 -0400 (Tue, 03 Aug 2010)
New Revision: 12722
Modified:
thirdparty/cxf/branches/cxf-2.2.6/api/src/main/java/org/apache/cxf/endpoint/ClientCallback.java
Log:
Patch for JBPAPP-4761 (Alessio Soldano)
Modified:
thirdparty/cxf/branches/cxf-2.2.6/api/src/main/java/org/apache/cxf/endpoint/ClientCallback.java
===================================================================
---
thirdparty/cxf/branches/cxf-2.2.6/api/src/main/java/org/apache/cxf/endpoint/ClientCallback.java 2010-08-03
15:44:06 UTC (rev 12721)
+++
thirdparty/cxf/branches/cxf-2.2.6/api/src/main/java/org/apache/cxf/endpoint/ClientCallback.java 2010-08-03
15:45:40 UTC (rev 12722)
@@ -35,7 +35,7 @@
protected Map<String, Object> context;
protected Object[] result;
protected Throwable exception;
- protected boolean done;
+ protected volatile boolean done;
protected boolean cancelled;
protected boolean started;