Kayıtlar

Haziran, 2010 tarihine ait yayınlar gösteriliyor

ws-adressing schema import in bpel deployment

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 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_f90805a5b72...

jdeveloper 10.1.3.5 bpel deploy error

if you compile bpel proccess with jdeveloper environment , you could get the following error. To pass this error , you can decrease your jdeveloper version, or you can compile your source with ant build file. Process "SimpleTest" (revision "1.0") successfully compiled. java.lang.NumberFormatException: null at java.lang.Long.parseLong(Long.java:372) at java.lang.Long.parseLong(Long.java:461) at com.collaxa.cube.rm.suitcase.SuitcaseDescriptor.getTimestamp(SuitcaseDescriptor.java:117) at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:154) at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:67) at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:174) at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:943) at com.collaxa.cube.engine.deployment.Deploymen...