Hi,

Can you try the following:

  a) Change the types of repeatTimes and repeat to int.
  b) Use XPath 2.0 instead of XPath 1.0. This requires adding the
queryLanguage and expressionLanguage attributes in the process element
declaration like here:

http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X/distro/src/examples-war/HelloWorld2/HelloWorld2.bpel

Thanks,
Matthieu

On Thu, Sep 18, 2008 at 9:54 PM, yebo <[EMAIL PROTECTED]> wrote:

>
> http-consumer xbean.xml:
>
> <beans xmlns:http="http://servicemix.apache.org/http/1.0";
>       xmlns:impl="http://bupt.edu.cn";
>           xmlns:bp="http://getHelloWorld";
>           xmlns:cp="http://ode.fivesight.com/schemas/2006/06/27/dd";
>       xmlns="http://www.springframework.org/schema/beans";
>       xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance";
>       xsi:schemaLocation="http://servicemix.apache.org/http/1.0
> http://servicemix.apache.org/schema/servicemix-http-3.2.2.xsd
>       http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>
>
>  <http:endpoint service="impl:HelloService"
>                 endpoint="Hello"
>                 targetService="impl:HelloService"
>                 defaultOperation="impl:getHelloWorld"
>                 role="consumer"
>                 locationURI="http://0.0.0.0:8192/HelloService/";
>                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
>                 soap="true" />
>
> </beans>
>
>
>
> http-provide xbean.xml:
> <beans xmlns:http="http://servicemix.apache.org/http/1.0";
>       xmlns="http://www.springframework.org/schema/beans";
>        xmlns:impl="http://bupt.edu.cn";
>        xmlns:yebo="http://bupt.yebo";
>        xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance";
>       xsi:schemaLocation="http://servicemix.apache.org/http/1.0
> http://servicemix.apache.org/schema/servicemix-http-3.2.2.xsd
>       http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>
>
>  <http:endpoint service="yebo:yebo_HelloService"
>                 endpoint="yebo_helloHttpPort"
>                 role="provider"
>                 locationURI="http://localhost:8181/Hello/services/Hello";
>                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
>                 soap="true" />
>
> </beans>
>
> --
> View this message in context:
> http://www.nabble.com/ODE--while--error-tp19566046p19566230.html
> Sent from the Apache Ode User mailing list archive at Nabble.com.
>
>

Reply via email to