On 8/11/07, Bryan S <[EMAIL PROTECTED]> wrote: > <parameters> > <parameter name="configFilePropertyName" > value="ColdspringConfigFile" /> > <parameter name="configFilePathIsRelative" value="false" /> > <parameter name="resolveMachiiDependencies" > value="false" />
Set this to true - I think that will trigger the autowiring which is what you need. > <parameter > name="placeFactoryInApplicationScope" value="false" /> > </parameters> > </plugin> > </plugins> > </mach-ii> ... > 5) It creates the error > Element INSTANCE.ACTIVEDIRECTORYDAO is undefined in VARIABLES. This indicate setActiveDirectoryDao() was not called. > 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 Which seems to have nothing to do with the above variable? > 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 You're talking about two different variables. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
