« Return to Thread: [mule 2.X] CXF Transformers does not take affect

Re: CXF Transformers does not take affect

by MikeJC :: Rate this Message:

Reply to Author | View in Thread

I was able to get a test case that shows the same issue. Run AppTest, I hacked your BookStore example. As you will see it tries to send a string to the CXF service as opposed to going through the transformer setup at the endpoint.
service-consumer-bcs-gateway.tar.gz


>Just to be clear - in the example you gave, you're saying the
>AccountInfoResponseToMdx transformer is not being run?

Yes

>Looking at the code, I'm not sure why this is happening. We *are*
>grabbing the transformed message, so I don't see why the transformers
>wouldn't be run.

>Any chance you can submit a small test case?
I am working on something

Dan Diephouse-2 wrote:
MikeJC wrote:
> String -> JAXB Object -> CXF Web Service Request   (request)
> CXF Web Service Response -> JAXB Object -> String
>
> I am working with the following scenario, a string gets placed in a file or
> jms queue, mule will pick it up and marshall it to a JAXB Object, from this
> we will create the CXF Web Request and send it to the Web Service.
>
> From the response, the original JAXB Object will be filled in with values
> from this response from the CXF Web Request and sent off to the originating
> system.
> http://www.nabble.com/file/p16541302/mule-config.xml mule-config.xml
> I want to be able to manipulate this at the component level so, the inbound
> endpoint has a StringToCustomObject transformer on it. I tried to put a
> transformer on the cxf outbound endpoint but it is not picking it up. Any
> advice?
>
>
>  
Just to be clear - in the example you gave, you're saying the
AccountInfoResponseToMdx transformer is not being run?

Looking at the code, I'm not sure why this is happening. We *are*
grabbing the transformed message, so I don't see why the transformers
wouldn't be run.

Any chance you can submit a small test case?

Dan

--
Dan Diephouse
MuleSource
http://mulesource.com | http://netzooid.com 


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email





 « Return to Thread: [mule 2.X] CXF Transformers does not take affect