Posts

Showing posts from July, 2016

Getting error while using XSLT mapping on execData attachment structure

I need to add more than one attachment in bpm Human Task. To achieve this when I use XSLT mapping on execData attachment structure, Jdeveloper through below error  Invalid url: oramds:/soa/shared/workflow/WorkflowTask.xsd  java.lang.IllegalStateException: Invalid url: oramds:/soa/shared/workflow/WorkflowTask.xsd  at oracle.bpm.io.fs.protocol.VFileURLConnection.parse(VFileURLConnection.java:135)  at oracle.bpm.io.fs.protocol.VFileURLConnection.get(VFileURLConnection.java:67)  at oracle.bpm.io.fs.utils.VFileUtils.vFileUrlToVFile(VFileUtils.java:201)  at oracle.bpm.io.fs.utils.VFileUtils.vFileUriToVFile(VFileUtils.java:182)  at oracle.bpm.fusion.soa.transformation.XSLTransformationServiceImpl.getMapperElement(XSLTransformationServiceImpl.java:233)  at oracle.bpm.fusion.soa.transformation.XSLTransformationServiceImpl.toMapperTargets(XSLTransformationServiceImpl.java:202)  at oracle.bpm.fusion.soa.transformation.XSLTransformationServiceImpl.createNewXSLMap(XSLTransformationServic