Peter So I'm re-reading your message to make sure I've answered all the questions you asked and I come to the one quoted below.
I've written this code fairly recently so I don't have it here at home yet. I will have to check when I get back to work on Monday but I think this may be the cause of my problem. I think that in my mach-ii app I am using createobject instead of getBean to create/get the SecurityService. If so I will live in eternal shame for my stupidity for having done so and eternal gratitude to you for having ferreted out my issue. Bryan On 8/10/07, Peter J. Farrell <[EMAIL PROTECTED]> wrote: > > How are you creating/getting the SecurityService (show code)? Are you > doing a createobject or are you asking CS for it via getBean()? To have CS > manage your dependencies, you need to ask CS for that object via getBean(). >
