So I didn't have to do any getBeans, I simply had to take out the createObject in my code that were overriding the coldspring version of variables.instance.ActiveDirectroyDAO.
All is working well now. Thanks very much to Peter for recognizing the problem. Thanks to all who contributed to my thought process in this. 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(). > On 8/11/07, Bryan S <[EMAIL PROTECTED]> wrote: > 5) It creates the error > Element INSTANCE.ACTIVEDIRECTORYDAO is undefined in VARIABLES. > > 6) I know from debugging that prior to getting to the line of code the > generates the error variables.instance.securityService is being set in > setSecurity Service > > 7) I know from debugging that when getActiveDirectoryService is called in > 4 above variables.instance.securityService is not defined > > So the real question here is what is causing > variables.instance.securityService to become undefined between the call to > setSecurityService and the call to getActiveDirectoryService
