Skip to content
Snippets Groups Projects
Commit d573537f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5156 Accept FIM messages in XTA adapter

rename fim application yml
parent 54cd297e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import de.ozgcloud.eingang.common.formdata.IncomingFile;
import de.ozgcloud.eingang.semantik.enginebased.EngineBasedSemantikAdapter;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.PropertySource;
import org.springframework.stereotype.Component;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;
......@@ -18,6 +19,7 @@ import java.util.Optional;
@Log4j2
@Component
@PropertySource("classpath:fim-application.yml")
public class FimBasedAdapter implements EngineBasedSemantikAdapter {
static final String FIM_FORM_ENGINE_NAME = "FIM";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment