
I am very new to Mule. I am trying to implement a REST proxy service in Mule 3.1.2 which starts a HTTPS server and forwards REST requests (after transforming them) using JMS to another server which in turn sends back JMS replies, which can then be transformed back into REST responses. I guess this is similar to the "Async Request Response" service messaging style. However, I want to use jersey components as well. Is there any example of using jersey with service (not flow) in Mule 3.1.x ?
...
FULL TEXT IN ATTACHMENT [6445-more.txt]
1 answer

*Message imported, originaly posted: Tue, 26 Jul 2011 16:45:29 .Ok, my bad ..
I had an unfortunate typo while using "<jersey:resources>" within <service>.
sorry about that.