servicesList = Collections.emptyList();
// all a bit hacky...
persistenceSessionFactory = new TestProxyPersistenceSessionFactory();
userprofileStore = new TestUserProfileStore();
userProfileLoader = new UserProfileLoaderDefault(userprofileStore, Mode.RELAXED);
persistenceSession = new TestProxyPersistenceSession(persistenceSessionFactory);
persistenceSessionFactory.setPersistenceSessionToCreate(persistenceSession);
configuration = new TestProxyConfiguration();
configuration.add(ConfigurationConstants.ROOT + "locale", "en_GB");