# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. ################################################################################### ## These are the properties which are specific for the Rave extension of Shindig ## ## that are required to run the various Rave unit tests. ## ################################################################################### shindig.host=localhost shindig.port=8080 shindig.contextroot= shindig.spring.base-package=org.apache.rave # Default Rave Shindig database settings with in memory H2 database rave-shindig.dataSource.url=jdbc:h2:mem:portal;DB_CLOSE_DELAY=-1 rave-shindig.dataSource.driver=org.h2.Driver rave-shindig.dataSource.username=sa rave-shindig.dataSource.password=local rave-shindig.jpaDialect=org.apache.rave.persistence.jpa.impl.H2OpenJpaDialect rave-shindig.jpaVendorAdapter.databasePlatform=org.apache.openjpa.jdbc.sql.H2Dictionary rave-shindig.jpaVendorAdapter.database=H2 # General Rave Shindig database settings rave-shindig.jpaVendorAdapter.showSql=true rave-shindig.openjpa.Log=DefaultLevel=WARN, Runtime=INFO, Tool=INFO, SQL=WARN rave-shindig.openjpa.RuntimeUnenhancedClasses=supported rave-shindig.openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true) rave-shindig.openjpa.jdbc.MappingDefaults=ForeignKeyDeleteAction=restrict, JoinForeignKeyDeleteAction=restrict ######################################################### ## These are the properties that came from Shindig ## ## which are required for Rave unit tests. ## ######################################################### shindig.containers.default=res://containers/default/container.js shindig.signing.key-name= shindig.signing.key-file= shindig.signing.global-callback-url=http://%authority%%contextRoot%/gadgets/oauthcallback