On Wed, Jan 21, 2009 at 8:52 AM, Paul French <[email protected]> wrote: > How about taking a copy of this one class and putting that in your service > .aar file. I think that might work since each service will have its own > classloader and so own copy of the ApplicationContextHolder. You could leave > the spring libraries in WEB-INF/lib then? >
FYI, you can't do spring in the aar and still have any spring related jars - springframework, axis2 or anything else - in WEB-INF. I tested this alot when I wrote the code and it doesn't work any other way. - R
