Hi all,
I have Spring Integration working within a webapp (using Tomcat). Following another post in this forum, I got it starting a different context for the integration part, from a bean initialized in the main webapp.
It works fine now, but... I cannot access the beans of the webapp context. I'd like to use some of the business layer services. They are using spring transactions (@Transactional on their interfaces), so instantiate them "by hand" doesn't seem to be a good option.
Any idea?

Thanks in advance