at com.tibco.plugin.hl7.bwactivities.HL7TranslateActivity.eval(HL7TranslateActivity.java:143)
at com.tibco.pe.plugin.Activity.eval(Unknown Source)
at com.tibco.pe.core.TaskImpl.eval(Unknown Source)
at com.tibco.pe.core.Job.a(Unknown Source)
at com.tibco.pe.core.Job.k(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source)
called by: [BusinessProcesses/SubProcesses/Receiver.process/TranslateMessage]
even though the correct targetNamespace is in the .xsd
Cause: The .xsd file is not included in a folder named HL7Resources which should be part of the project file.
Resolution
Make sure there is a separate folder named HL7Resources where all the schemas for HL7 are placed for the project. The HL7 .xsd file should be included there. See the HL7 BW sample project for an example of how to do this.
Issue/Introduction
Translate HL7 Activity Error, "Could not open the target schema".