-
Mar 17th, 2008, 07:23 AM
#1
Spring Integration + webapps: accesing beans in the main context
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules