protected DataSource getWsAuthSource() {
   return Jndi.findDataSource("db/byuprd");
 }
 // Separate method to ease testing
 protected DataSource getDataSource() {
   Stage stage = getStage();
   return Jndi.findDataSource("db/ces" + stage.cesStage);
 }
 protected DataSource getProDataSource() {
   return Jndi.findDataSource("db/cesprd");
 }