Hi, It seems that whenever I want to register my name space context using "_nsContext.register(prefix, uri);" within bpelobject.java, it turned out that my prefix is always null. The getLocalName() method always return null. No idea why...although my attribut is not null and indeed do have the necessary prefix.
Could you tell me which jars are missing or needed? Thanks a lot, aries -----Original Message----- From: Dwiputera Aries Fajar (CI/AFR-SG) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 11:21 AM To: [email protected] Subject: Can not deploy process Hi, I tried to deploy a process inside my Integration Server. However, I keep getting this error message. Could anybody help me on this? The HelloWorld2 bpel is exactly the same from the example in the war file. Already tried to replace all the xerces implementation jar. Still doesn't work. Thanks, aries Retrieving document at 'packages/TestAries/pub/bpel/sample.wsdl'. Current Java version is: 1.5.0_16 Retrieving document at 'packages/TestAries/pub/sapService_V1.0_2008-07-16_055854 .wsdl'. 11:16:08,400 ERROR [BpelC] file:/C:/aries/processes/HelloAries/HelloAries.bpel:1 2: error: [UnrecognizedVariableDeclaration] The declaration of variable "input" was not recognized. 11:16:08,400 ERROR [BpelC] file:/C:/aries/processes/HelloAries/HelloAries.bpel:1 3: error: [UnrecognizedVariableDeclaration] The declaration of variable "output" was not recognized. 11:16:08,415 ERROR [RbODEDeploymentSource] Deployment of HelloAries failed, abor ting for now. java.lang.NullPointerException at org.apache.ode.bpel.compiler.WSDLRegistry.getPartnerLinkType(WSDLRegi stry.java:265) at org.apache.ode.bpel.compiler.BpelCompiler.resolvePartnerLinkType(Bpel Compiler.java:447) at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1 002) at org.apache.ode.bpel.compiler.BpelCompiler.access$1200(BpelCompiler.ja va:127) at org.apache.ode.bpel.compiler.BpelCompiler$8.run(BpelCompiler.java:112 5) at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1 065) at org.apache.ode.bpel.compiler.BpelCompiler.compileScope(BpelCompiler.j ava:1105) at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:7 03) at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:260) at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330) at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java :162) at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java :126) at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:16 5) at com.bosch.eai.lego.connectors.ws.workflow.activebpel.RbODEDeploymentS ource.check(RbODEDeploymentSource.java:106) at com.bosch.eai.lego.connectors.ws.workflow.activebpel.RbODEDeploymentS ource.access$2(RbODEDeploymentSource.java:75) at com.bosch.eai.lego.connectors.ws.workflow.activebpel.RbODEDeploymentS ource$PollingThread.run(RbODEDeploymentSource.java:151) 11:16:08,699 ERROR [BpelC] file:/C:/aries/processes/HelloWorld2/HelloWorld2.bpel :39: error: [UnrecognizedVariableDeclaration] The declaration of variable "myVar " was not recognized. 11:16:08,699 ERROR [BpelC] file:/C:/aries/processes/HelloWorld2/HelloWorld2.bpel :40: error: [UnrecognizedVariableDeclaration] The declaration of variable "tmpVa r" was not recognized. 11:16:08,699 ERROR [RbODEDeploymentSource] Deployment of HelloWorld2 failed, abo rting for now. java.lang.NullPointerException at org.apache.ode.bpel.compiler.WSDLRegistry.getPartnerLinkType(WSDLRegi stry.java:265) at org.apache.ode.bpel.compiler.BpelCompiler.resolvePartnerLinkType(Bpel Compiler.java:447) at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1 002) at org.apache.ode.bpel.compiler.BpelCompiler.access$1200(BpelCompiler.ja va:127) at org.apache.ode.bpel.compiler.BpelCompiler$8.run(BpelCompiler.java:112 5) at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1 065) at org.apache.ode.bpel.compiler.BpelCompiler.compileScope(BpelCompiler.j ava:1105) at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:7 03) at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:260) at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330) at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java :162) at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java :126) at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:16 5) at com.bosch.eai.lego.connectors.ws.workflow.activebpel.RbODEDeploymentS ource.check(RbODEDeploymentSource.java:106) at com.bosch.eai.lego.connectors.ws.workflow.activebpel.RbODEDeploymentS ource.access$2(RbODEDeploymentSource.java:75) at com.bosch.eai.lego.connectors.ws.workflow.activebpel.RbODEDeploymentS ource$PollingThread.run(RbODEDeploymentSource.java:151)
