Author: dkulp
Date: Fri Jan 17 16:41:33 2014
New Revision: 1559174
URL: http://svn.apache.org/r1559174
Log:
Merged revisions 1556706 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1556706 | dkulp | 2014-01-08 22:09:34 -0500 (Wed, 08 Jan 2014) | 2 lines
Update to work with spring4
........
Modified:
cxf/branches/2.7.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/processor/internal/SpringServiceBuilderFactory.java
Modified:
cxf/branches/2.7.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/processor/internal/SpringServiceBuilderFactory.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/processor/internal/SpringServiceBuilderFactory.java?rev=1559174&r1=1559173&r2=1559174&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/processor/internal/SpringServiceBuilderFactory.java
(original)
+++
cxf/branches/2.7.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/processor/internal/SpringServiceBuilderFactory.java
Fri Jan 17 16:41:33 2014
@@ -132,7 +132,7 @@ public final class SpringServiceBuilderF
throw new ToolException("Unable to open bean definition file "
+ pathname, bdse.getCause());
}
}
-
+ appContext.refresh();
return appContext;
}