private JobExecutionContext jobExecutionContext;
@Before
public void setUp() throws Exception {
GFacConfiguration gFacConfiguration = new GFacConfiguration(null);
GSISecurityContext context = getSecurityContext();
//have to set InFlwo Handlers and outFlowHandlers
gFacConfiguration.setInHandlers(Arrays.asList(new GFacHandlerConfig[]{new GFacHandlerConfig(null,"org.apache.airavata.gfac.handler.GramDirectorySetupHandler"), new GFacHandlerConfig(null,"org.apache.airavata.gfac.handler.GridFTPInputHandler")}));
gFacConfiguration.setOutHandlers(Arrays.asList(new GFacHandlerConfig[] {new GFacHandlerConfig(null,"org.apache.airavata.gfac.handler.GridFTPOutputHandler")}));
/*
* Host
*/
String serviceName = "Prepare_Model_Reference_Data";
HostDescription host = new HostDescription(GlobusHostType.type);