* @throws Exception
*/
public void initialize() throws Exception
{
// setup jetspeed test datasource and component manager
jndiDS = new JetspeedTestJNDIComponent();
jndiDS.setup();
final JetspeedBeanDefinitionFilter beanDefinitionFilter = new JetspeedBeanDefinitionFilter("default,jdbcDS,xmlPageManager,security,dbSecurity");
final String [] bootConfigurations = new String[]{"boot/datasource.xml"};
final List<String> configurationsList = new ArrayList<String>();
configurationsList.add("transaction.xml");