Hi , thanks for replying.
We're using the SI to process the RestMessages and in a future add also a Ws.inbound endpoints ... the OSGI stuff make sense because we're having a lot of different modules with different clients in each of them so we need to be able not redeploying everythin each time one of them need to change something ...
Now i've been able to configure the eviroment , and my bundles ( my example module , the wab app and the http bridge , along with all the spring integration bundles ) are up and runnning ...
Now my porblem is how to send the rest rquest through http ... i mean , i used to make it work usign a DispatcherServlet in the web.xml but now i have the httpsBridge proxyServlet and no idea about how to configure my
servlets ... i'm really anewbie in this eviroment actually and maybe i'm missign something , i'll keep trying
thanks!