I am trying to figure out if I can integrate spring with axis2 outside and
inside the aar at the same time.

For instance I have a bunch of services implemented within their own .aar
file and I want them to each have their own spring application context, but
also when I create that application context in the startup() method in each
of my Services I want to set a parent application context that is defined
outside the aar. The idea being is that beans defined outside the aar
provide shared services such defining a 'datasource' bean to beans defined
within the aar. 

So can the two methods of creating an application context inside and outside
the aar co-exist together - I see that the docs suggest that when using the
outside aar approach that the axis2-spring-*.jar files must be moved from
WEB-INF/lib so I don't see how the spring application context could be
created outside the aar. 


Many Thanks
Trevor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to