Skip to content

Commit 8cee59b

Browse files
authored
Merge pull request #12 from kgibm/patch-2
Fix another instance of reference to missing /dbscripts/other/Table.ddl
2 parents 32d494d + c8325b8 commit 8cee59b

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)