Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-de committed Aug 28, 2024
1 parent 81921dc commit 3a6e090
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/datenwerke/rs/ReportServerServiceConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public class ReportServerServiceConfig extends DwGwtFrameworkBase {

private final Logger logger = LoggerFactory.getLogger(getClass().getName());

public static final String CODE_VERSION = "2024-08-21-10-56-58";
public static final String CODE_VERSION = "2024-08-27-14-38-59";

public static final String ENTERPRISE_MODULE_LOCATION = "net.datenwerke.rsenterprise.main.service.RsEnterpriseModule";
private static final String ENTERPRISE_MODULE_LOAD_MODULE_METHOD = "getEnterpriseModules";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ protected void installDatasource() {
mds.setUsername(username);
mds.setPassword(password);
mds.setUrl("rs:mondrian:demodata");
mds.setKey("FOODMART_DATASOURCE");

try {
mds.setMondrianSchema(IOUtils.toString(is));
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 3a6e090

Please sign in to comment.