Author: dkulp Date: Wed Oct 20 19:29:34 2010 New Revision: 1025686 URL: http://svn.apache.org/viewvc?rev=1025686&view=rev Log: Merged revisions 1025681 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes
................ r1025681 | dkulp | 2010-10-20 15:17:26 -0400 (Wed, 20 Oct 2010) | 10 lines Merged revisions 1025679 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1025679 | dkulp | 2010-10-20 15:16:23 -0400 (Wed, 20 Oct 2010) | 2 lines [CXF-3075] Sync the create method as state is recorded during processing. ........ ................ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.2.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java?rev=1025686&r1=1025685&r2=1025686&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java (original) +++ cxf/branches/2.2.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java Wed Oct 20 19:29:34 2010 @@ -233,7 +233,7 @@ public class ReflectionServiceFactoryBea } @Override - public Service create() { + public synchronized Service create() { reset(); initializeServiceConfigurations();
