This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/com/topcoder/web
tc/controller/request/bugrace Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ TRUVEO_DATASOURCE_NAME = java:JTS_TRUVEO_OLTP
22
22
AOLICQ_DATASOURCE_NAME = java:JTS_AOLICQ_OLTP
23
23
WINFORMULA_DATASOURCE_NAME = java:JTS_WINFORMULA_OLTP
24
24
CSF_DATASOURCE_NAME = java:JTS_CSF_OLTP
25
- JIRA_MYSQL_DATASOURCE_NAME = java:BUGS
25
+ JIRA_DATASOURCE_NAMEE = java:BUGS
26
26
27
27
CONTEST_ADMIN_DATASOURCE = java:OLTP
28
28
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public static void init(ServletConfig servletConfig) {
182
182
DB_LIST .add (new DatabaseBean (DBMS .WINFORMULA_DATASOURCE_NAME , "Winning Formula" ));
183
183
DB_LIST .add (new DatabaseBean ("java:/PIPELINE" , "Pipeline" ));
184
184
DB_LIST .add (new DatabaseBean ("java:/BUGS" , "Jira" ));
185
- DB_LIST .add (new DatabaseBean (DBMS .JIRA_MYSQL_DATASOURCE_NAME , "Jira MySQL " ));
185
+ DB_LIST .add (new DatabaseBean (DBMS .JIRA_DATASOURCE_NAME , "Jira" ));
186
186
/*
187
187
DB_LIST.add(new DatabaseBean("java:/GOOGLE_OLTP", "Google"));
188
188
DB_LIST.add(new DatabaseBean("java:/GOOGLE_DW", "Google DW"));
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ protected void businessProcessing() throws Exception {
64
64
s .addDefault (5 , "desc" ); // Active Since
65
65
getRequest ().setAttribute (SortInfo .REQUEST_KEY , s );
66
66
67
- DataAccessInt dai = getDataAccess (DBMS .JIRA_MYSQL_DATASOURCE_NAME , true );
67
+ DataAccessInt dai = getDataAccess (DBMS .JIRA_DATASOURCE_NAME , true );
68
68
Map result = dai .getData (dataRequest );
69
69
70
70
ResultSetContainer rsc = (ResultSetContainer ) result .get (dataRequest .getContentHandle ());
You can’t perform that action at this time.
0 commit comments