Hi Izgur,

interesting issue. Could you please set the log level of
org.apache.ode.bpel.runtime or in particular
org.apache.ode.bpel.runtime.ASSIGN to debug? This would spit out more
details about variable assignment, perhaps this can help to find the root.

Tammo

On 15.02.2011 15:42, izgur wrote:
> 
> Hey!
> 
> Using JBoss5.1, jbossesb4.9 and riftsaw 2.2.0.
> RiftSaw 2.2.0 == ODE 1.3.5 running in JBossAS using JBossWS instead of
> Axis2. 
> 
> I made a BPEL process which just copies the input string to the output
> string.
> I'm sending "test: čšž", he responds with "test: ?šž".
> 
> What is somehow weird, it supports the Š/Ž(C5A0/C5BD) characters, but not
> the Č(C48C) character...
> 
> On the Riftsaw forum they could not tell me if it's a Riftsaw or ODE
> issue...
> 
> Code table for these characters:
> UCS-2Dec      UCS-2Hex        UTF-8Hex        HTML(&##;)      UTF-8 Native    
> Unaccented English
> 268   010C    C4 8C   Č       Č       C   not supported
> 269   010D    C4 8D   č       č       c not supported
> 352   0160    C5 A0   Š       Š       S supported
> 353   0161    C5 A1   š       š       s supported
> 381   017D    C5 BD   Ž       Ž       Z supported
> 382   017E    C5 BE   ž       ž       z supported
> 
> Log:
> 2011-02-15 13:19:07,143 DEBUG
> [org.jboss.soa.bpel.runtime.engine.ode.BPELEngineImpl]
> (http-172.17.3.15-9000-5) Message content:  <?xml version="1.0"
> encoding="UTF-8"?>
> <message><payload><cod:codesRequest xmlns:cod="http://kkissiskratel/codes";>
>          <cod:input>testiram čšž ČŠŽ</cod:input>
>       </cod:codesRequest></payload></message>
> 2011-02-15 13:19:07,144 DEBUG
> [org.jboss.soa.bpel.runtime.engine.ode.BPELEngineImpl]
> (http-172.17.3.15-9000-5) Commiting ODE MEX
> {MyRoleMex#hqejbhcnphr61a8w8i4pjt [Client hqejbhcnphr61a8w8i4pjs] calling
> {http://kkissiskratel/codes}codes.process(...)}
> 2011-02-15 13:19:07,144 DEBUG
> [org.jboss.soa.bpel.runtime.engine.ode.BPELEngineImpl]
> (http-172.17.3.15-9000-5) Commiting transaction.
> 2011-02-15 13:19:07,360 DEBUG
> [org.jboss.soa.bpel.runtime.engine.ode.EndpointReferenceContextImpl]
> (ODEServer-67) Map access not implemented
> 2011-02-15 13:19:07,361 DEBUG
> [org.jboss.soa.bpel.runtime.engine.ode.MessageExchangeContextImpl]
> (ODEServer-67) Invoking a partner operation: showMessage
> 2011-02-15 13:19:07,361 DEBUG
> [org.jboss.soa.bpel.runtime.engine.ode.MessageExchangeContextImpl]
> (ODEServer-67) Invoking a partner operation: showMessage
> 2011-02-15 13:19:07,361 DEBUG
> [org.jboss.soa.bpel.runtime.ws.WebServiceClient] (ODEServer-67) Invoking
> dispatcher 2d6074c8-b446-40fc-bf51-677312b13e00
> 2011-02-15 13:19:07,424 TRACE [org.jboss.wsf.common.DOMUtils] (ODEServer-69)
> createElement {http://schemas.xmlsoap.org/soap/envelope/}env:Envelope
> 2011-02-15 13:19:07,424 TRACE [org.jboss.wsf.common.DOMUtils] (ODEServer-69)
> createElement {http://schemas.xmlsoap.org/soap/envelope/}env:Header
> 2011-02-15 13:19:07,424 TRACE [org.jboss.wsf.common.DOMUtils] (ODEServer-69)
> createElement {http://schemas.xmlsoap.org/soap/envelope/}env:Body
> 2011-02-15 13:19:07,427 DEBUG
> [org.jboss.soa.bpel.runtime.ws.WebServiceClient] (ODEServer-69) ODE outbound
> message: 
> <message>
> <parameters>
>   <showMessage xmlns='http://ws.apache.org/axis2'>
>    <ns:args0 xmlns:ns='http://ws.apache.org/axis2'>testiram ?šž
> ?ŠŽ</ns:args0>
>   </showMessage>
> </parameters>
> </message>
> 
> BR, Igor!

-- 
Tammo van Lessen - http://www.taval.de

Reply via email to