[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file
alesj
do-not-reply at jboss.com
Wed Mar 12 10:31:47 EDT 2008
The idea there is such:
You declare a root context, which is deployed by JBoss SpringDeployer.
Then you might have a child context also deployed by SpringDeployer.
But you also want to have a web context that is also a child of that root context.
e.g. having some common beans declared in the root
So, by that RootJndiApplicationContextName should be the name of the root context.
But it's been a while since I did this, so don't pull my leg if I got it wrong. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135966#4135966
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135966
More information about the jboss-user
mailing list