Hi everybody, I am using ode 1.2. Could you help me to solve a problem of activity "pick" in BPEL.
ERROR - GeronimoLog.error(108) | Deployment of AsynTest failed, aborting
for now
.
java.lang.IllegalArgumentException: null-argument
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:8
32)
at
org.apache.ode.bpel.compiler.PickGenerator.compile(PickGenerator.java
:52)
at
org.apache.ode.bpel.compiler.BpelCompiler$7.run(BpelCompiler.java:901
)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1
065)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileActivity(BpelCompile
r.java:897)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:8
46)
at
org.apache.ode.bpel.compiler.SequenceGenerator.compileChildren(Sequen
ceGenerator.java:54)
at
org.apache.ode.bpel.compiler.SequenceGenerator.compile(SequenceGenera
tor.java:45)
at
org.apache.ode.bpel.compiler.BpelCompiler$7.run(BpelCompiler.java:901
)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:1
065)
at
org.apache.ode.bpel.compiler.BpelCompiler.compileActivity(BpelCompile
r.java:897)
at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:8
46)
at
org.apache.ode.bpel.compiler.BpelCompiler$5.run(BpelCompiler.java:723
)
at
org.apache.ode.bpel.compiler.BpelCompiler$8.run(BpelCompiler.java:115
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
org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.j
ava:144)
at
org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPol
ler.java:55)
at
org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(Deploy
mentPoller.java:188)
Thank in advance.
Regards,
Kinh
Asyn.wsdl
Description: XML document
AsynArtifacts.wsdl
Description: XML document
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:main="http://www.tsi.enst.fr/paam" xmlns:mws="http://www.tsi.enst.fr/paam" xmlns:resp="http://paam" xmlns:rws="http://paam"> <process name="main:Asyn"> <provide partnerLink="client"> <service name="mws:AsynService" port="AsynPort"/> </provide> <invoke partnerLink="linkVideo"> <service name="rws:VideoService" port="Video"/> </invoke> </process> <!-- <process name="resp:DynPartnerResponder"> <in-memory>true</in-memory> <type>resp:DynPartnerResponder</type> <provide partnerLink="mainPartnerLink"> <service name="rws:DynResponderService" port="DynResponderPort"/> </provide> </process> --> </deploy>
Video.wsdl
Description: XML document
