* @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");
final String [] bootConfigurations = new String[]{"boot/datasource.xml"};
final String [] configurations = new String[]{"database-page-manager.xml", "transaction.xml"};
baseDir = System.getProperty("basedir");