System.out.println("ManagedUimaService initializing...");
// parse command args and run dd2spring to generate spring context
// files from deployment descriptors
String[] contextFiles = service.initialize(serviceArgs);
if (contextFiles == null) {
throw new Exception(
"Spring Context Files Not Generated. Unable to Launch Uima AS Service");
}
// Make sure that the dd2spring generated file exists