Hi experts! I've faced with a problem with building my process. The error ocuries when I try to map different complex types. I created test process to simplify a type of problem. Compile error was like this:
[BpemTask] Compiling process 'main_pool' ...
[BpemTask] "BPM.bp.00006" BC-BMT-BPM-SRV com.sap.tc.glx.BpemTask execute() - Exception during process compilation, compilerType: BPMN2CSVCOMPILERcaused by com.sap.glx.paradigmInterface.bpmn.compiler.BPMNCompilerException: Mapping compilation failed!
[BpemTask] [ERROR] Incompatible expression type.
[BpemTask] Expected:ParentType
[BpemTask] Found:ProcessInstanceAttributes
[BpemTask] at com.sap.glx.paradigmInterface.bpmn.compiler.helpers.MappingHelper.compileMapping(MappingHelper.java:74)
[BpemTask] at com.sap.glx.paradigmInterface.bpmn.compiler.helpers.MappingHelper.compile(MappingHelper.java:51)
[BpemTask] at com.sap.glx.paradigmInterface.bpmn.compiler.rules.MappingActivityRule.compile(MappingActivityRule.java:36)
[BpemTask] at com.sap.glx.paradigmInterface.bpmn.compiler.rules.MappingActivityRule.compile(MappingActivityRule.java:23)
[BpemTask] at com.sap.glx.paradigmInterface.bpmn.compiler.stage.CompileArtifactsStage.compile(CompileArtifactsStage.java:110)
Mapping screen:0
During design there are no any erros icon.
Moreover, If I copy this broken Development Component to a new Software Component of other local Development Configuration with standart SCA's
it will be compiled well!
So what the matter? My project was loaded from NWDI, The all dependens components there - are of version 7.31.
I use NWDS 7.31 SP05 PAT0001
Possibly there is an incompartible componet, but I don't know how to check it
Thanks in advance