First-cut Activity Service (SLNG-20)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9128 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-05-15 16:34:11 +00:00
parent 9e67621ace
commit 067013afad
58 changed files with 5420 additions and 2 deletions

View File

@@ -95,6 +95,10 @@ public abstract class BaseSpringTest extends AbstractTransactionalDataSourceSpri
{
// The derived class is using the default context
defaultContext = true;
this.setAutowireMode(AUTOWIRE_BY_NAME);
//this.setDependencyCheck(false);
if (logger.isDebugEnabled())
{
logger.debug("Getting config locations");