Skip to content

Commit c8325b8

Browse files
authored
Fix another instance of reference to missing /dbscripts/other/Table.ddl
1 parent 32d494d commit c8325b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daytrader-ee7-web/src/main/java/com/ibm/websphere/samples/daytrader/web/jsf/TradeConfigJSF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public String buildDatabaseTables() {
241241
} else if (dbProductName.startsWith("Oracle")) { // if the Db is Oracle
242242
ddlFile = "/dbscripts/oracle/Table.ddl";
243243
} else { // Unsupported "Other" Database
244-
ddlFile = "/dbscripts/other/Table.ddl";
244+
ddlFile = "/dbscripts/derby/Table.ddl";
245245
result = result + "TradeBuildDB: **** This Database is unsupported/untested use at your own risk ****<br/>";
246246
}
247247

0 commit comments

Comments
 (0)