Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. ./biserver-ce/pentaho-solutions/bi-developers/datasources/HQL_Datasource_HSQLDB.cfg.xml: <property name="connection.url">jdbc:hsqldb:hsql://localhost/hibernate</property>
  2. ./biserver-ce/pentaho-solutions/bi-developers/secure/secure-parameter-page-example.rptdesign: <property name="odaURL">jdbc:hsqldb:hsql://localhost/sampledata</property>
  3. ./biserver-ce/pentaho-solutions/steel-wheels/metadata.xmi: <CWM:TaggedValue xmi.id = 'a715' tag = 'DATABASE_JDBC_URL' value = 'jdbc:hsqldb:SampleData'/>
  4. ./biserver-ce/pentaho-solutions/system/applicationContext-spring-security-hibernate.properties:jdbc.url=jdbc:hsqldb:hsql://localhost:9001/hibernate
  5. ./biserver-ce/pentaho-solutions/system/applicationContext-spring-security-jdbc.xml: value="jdbc:hsqldb:hsql://localhost:9001/hibernate" />
  6. ./biserver-ce/pentaho-solutions/system/dialects/hsqldb/applicationContext-spring-security-hibernate.properties:jdbc.url=jdbc:hsqldb:hsql://localhost:9001/hibernate
  7. ./biserver-ce/pentaho-solutions/system/hibernate/hsql.hibernate.cfg.xml: <property name="connection.url">jdbc:hsqldb:hsql://localhost:9001/hibernate</property>
  8. ./biserver-ce/pentaho-solutions/system/metadata/Hsqldb.properties:MDRStorageProperty.org.netbeans.mdr.persistence.jdbcimpl.url = jdbc:hsqldb:cwm
  9. ./biserver-ce/pentaho-solutions/system/simple-jndi/jdbc.properties:SampleData/url=jdbc:hsqldb:hsql://localhost/sampledata
  10. ./biserver-ce/pentaho-solutions/system/simple-jndi/jdbc.properties:Hibernate/url=jdbc:hsqldb:hsql://localhost/hibernate
  11. ./biserver-ce/pentaho-solutions/system/simple-jndi/jdbc.properties:Quartz/url=jdbc:hsqldb:hsql://localhost/quartz
  12. ./biserver-ce/pentaho-solutions/system/simple-jndi/jdbc.properties:Shark/url=jdbc:hsqldb:hsql://localhost/shark
  13. ./biserver-ce/pentaho-solutions/system/simple-jndi/jdbc.properties:SampleDataAdmin/url=jdbc:hsqldb:hsql://localhost/sampledata
  14. ./biserver-ce/tomcat/conf/Catalina/localhost/pentaho.xml: driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:hsql://localhost/hibernate"
  15. ./biserver-ce/tomcat/conf/Catalina/localhost/pentaho.xml: driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:hsql://localhost/quartz"
  16. ./biserver-ce/tomcat/webapps/pentaho/jsp/UpdateSampleEmails.jsp: private static final String SampleDataJDBCUrl = "jdbc:hsqldb:hsql://localhost/sampledata";
  17. ./biserver-ce/tomcat/webapps/pentaho/META-INF/context.xml: driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:hsql://localhost/hibernate"
  18. ./biserver-ce/tomcat/webapps/pentaho/META-INF/context.xml: driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:hsql://localhost/quartz"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement