Project

General

Profile

« Previous | Next » 

Revision 62068

pidsystems

View differences:

MdBuilderJobNode.java
42 42
	private XSLTMappedResultSetFactory xsltMappedResultSetFactory;
43 43

  
44 44
	@Autowired
45
	private LocalDatasourceManager<Datasource<?, ?>, Api<?>> dsManager;
45
	private LocalDatasourceManager<Datasource<?, ?, ?>, Api<?>> dsManager;
46 46

  
47 47
	@Autowired
48 48
	private UniqueServiceLocator serviceLocator;
......
54 54
		if (inputEpr == null || inputEpr.isEmpty()) { throw new MSROException("InputEprParam (" + inputEprParam + ") not found in ENV"); }
55 55
		StringTemplate st = null;
56 56
		try {
57
			final Datasource<?, ?> ds = dsManager.getDs(datasourceId);
57
			final Datasource<?, ?, ?> ds = dsManager.getDs(datasourceId);
58 58
			final Api<?> api = dsManager.getApis(datasourceId)
59 59
				.stream()
60 60
				.filter(a -> a.getId().equals(datasourceInterface))

Also available in: Unified diff