While deploying bpel process to bpel server, you could get the error below even if xmllib folder contains ws-adressing.xsd file. to pass the error, you can set the xsd location in wsdl location.
simply,project folder contains
files, in asd.wsdl file you can type
or
then you could pass the error. if you are developing behind a proxy server , some times (I faced to this problem ) you can't reach directly, this time you can set you production servers xmllib, like that
simply,project folder contains
asd.bpel
asd.wsdl
files, in asd.wsdl file you can type
or
then you could pass the error. if you are developing behind a proxy server , some times (I faced to this problem ) you can't reach directly, this time you can set you production servers xmllib, like that
Error while loading process.
The process domain encountered the following errors while loading the process "Gsmrd_04_DosyaHavale" (revision "1.1"): BPEL validation failed.
BPEL source validation failed, the errors are:
[Error ORABPEL-10902]: compilation failed
[Description]: in "bpel.xml", XML parsing failed because "undefined part element.
In WSDL at "file:/oracle/products/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_Gsmrd_04_DosyaHavale_1.1_f90805a5b72673303a7c1466879be50b.tmp/Gsmrd_04_DosyaHavale.wsdl", message part element "{http://schemas.xmlsoap.org/ws/2003/03/addressing}RelatesTo" is not defined in any of the schemas.
Please make sure the spelling of the element QName is correct and the WSDL import is complete.
".
[Potential fix]: n/a.
.
.
If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:946)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:821)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:456)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
Yorumlar
Yorum Gönder