Skip to content

Commit

Permalink
MONDRIAN
Browse files Browse the repository at this point in the history
       This change should have been part of the 6652 checkin.
       Changed to support new datasouces xml format.

[git-p4: depot-paths = "//open/mondrian/": change = 6660]
  • Loading branch information
Richard Emberson committed May 23, 2006
1 parent 6e9db0b commit 710d980
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions demo/derby/datasources.xml
@@ -1,12 +1,15 @@
<?xml version="1.0"?>
<DataSources>
<DataSource>
<DataSourceName>Provider=Mondrian;DataSource=MondrianFoodMart;</DataSourceName>
<DataSourceName>MondrianFoodMart;</DataSourceName>
<DataSourceDescription>FoodMart 2000 Data Warehouse</DataSourceDescription>
<URL>http://localhost:8080/mondrian-embedded/xmla</URL>
<DataSourceInfo>Provider=mondrian;Jdbc='jdbc:derby:classpath:/foodmart';Catalog=/WEB-INF/queries/FoodMart.xml;JdbcDrivers=org.apache.derby.jdbc.EmbeddedDriver;JdbcUser=sa;JdbcPassword=sa;PoolNeeded=false;</DataSourceInfo>
<DataSourceInfo>Provider=mondrian;Jdbc='jdbc:derby:classpath:/foodmart';JdbcDrivers=org.apache.derby.jdbc.EmbeddedDriver;JdbcUser=sa;JdbcPassword=sa;PoolNeeded=false;</DataSourceInfo>
<Catalogs>
<Catalog name="FoodMart" >/WEB-INF/queries/FoodMart.xml</Catalog>
</Catalogs>
<ProviderName>Mondrian</ProviderName>
<ProviderType>MDP</ProviderType>
<AuthenticationMode>Unauthenticated</AuthenticationMode>
</DataSource>
</DataSources>
</DataSources>

0 comments on commit 710d980

Please sign in to comment.