Author: cwiklik Date: Wed Oct 16 19:20:54 2013 New Revision: 1532869 URL: http://svn.apache.org/r1532869 Log: UIMA-2674 align with uima-as version
Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/java/org/apache/uima/ducc/test/service/UIMA_Service.java Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/java/org/apache/uima/ducc/test/service/UIMA_Service.java URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/java/org/apache/uima/ducc/test/service/UIMA_Service.java?rev=1532869&r1=1532868&r2=1532869&view=diff ============================================================================== --- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/java/org/apache/uima/ducc/test/service/UIMA_Service.java (original) +++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/java/org/apache/uima/ducc/test/service/UIMA_Service.java Wed Oct 16 19:20:54 2013 @@ -164,7 +164,7 @@ public class UIMA_Service implements App * @throws Exception */ public SpringContainerDeployer deploy(String[] springContextFiles) throws Exception { - SpringContainerDeployer springDeployer = new SpringContainerDeployer(); + SpringContainerDeployer springDeployer = new SpringContainerDeployer(this); // now try to deploy the array of spring context files springDeployer.deploy(springContextFiles); // Poll the deployer for the initialization status. Wait for either successful