return params;
}
private void init() throws Exception {
try {
this._helper = new JpwttTestHelper();
DataSource dataSource = (DataSource) this.getApplicationContext().getBean("servDataSource");
this._helper.setDataSource(dataSource);
this._helper.initPermissions();
this._ticketManager = (TicketManager) this.getService(JpWttSystemConstants.TICKET_MANAGER);
} catch (Exception e) {