Author: dkulp
Date: Wed Oct 20 19:16:23 2010
New Revision: 1025679

URL: http://svn.apache.org/viewvc?rev=1025679&view=rev
Log:
[CXF-3075] Sync the create method as state is recorded during
processing.

Modified:
    
cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java

Modified: 
cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java?rev=1025679&r1=1025678&r2=1025679&view=diff
==============================================================================
--- 
cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
 (original)
+++ 
cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
 Wed Oct 20 19:16:23 2010
@@ -233,7 +233,7 @@ public class ReflectionServiceFactoryBea
     }
 
     @Override
-    public Service create() {
+    public synchronized Service create() {
         reset();
         sendEvent(Event.START_CREATE);
         initializeServiceConfigurations();


Reply via email to