All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dent.lum.ks-lum-ui.1.1.source-code.lum-ui.properties Maven / Gradle / Ivy

There is a newer version: 2.0.3-cm
Show newest version
#
# Copyright 2010 The Kuali Foundation Licensed under the
# Educational Community 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.osedu.org/licenses/ECL-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.
#

jpa.vendor=hibernate
db.vendor=oracle

jpa.vendorAdapter=${${jpa.vendor}.jpa.vendorAdapter}
hibernate.jpa.vendorAdapter=org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
eclipselink.jpa.vendorAdapter=org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter

jpa.databasePlatform=${${jpa.vendor}.${db.vendor}.jpa.databasePlatform}
hibernate.oracle.jpa.databasePlatform=org.hibernate.dialect.OracleDialect
hibernate.derby.jpa.databasePlatform=org.hibernate.dialect.DerbyDialect
eclipselink.oracle.jpa.databasePlatform=org.eclipse.persistence.platform.database.OraclePlatform
eclipselink.derby.jpa.databasePlatform=org.eclipse.persistence.platform.database.DerbyPlatform

jdbc.xaDataSourceClassName=${${db.vendor}.jdbc.xaDataSourceClassName}
oracle.jdbc.xaDataSourceClassName=oracle.jdbc.xa.client.OracleXADataSource
derby.jdbc.xaDataSourceClassName=org.apache.derby.jdbc.EmbeddedXADataSource

propertiesPrefix.jdbc.xaDataSourceProperties=$[${db.vendor}.jdbc.xaDataSourceProperties]

# Derby (Atomikos)
derby.jdbc.xaDataSourceProperties.user=lu
derby.jdbc.xaDataSourceProperties.password=lu
derby.jdbc.xaDataSourceProperties.databaseName=target/luDB
derby.jdbc.xaDataSourceProperties.createDatabase=create

# Oracle (Atomikos) 
oracle.jdbc.xaDataSourceProperties.URL=jdbc:oracle:thin:@localhost:1521:XE
oracle.jdbc.xaDataSourceProperties.user=KSEMBEDDED
oracle.jdbc.xaDataSourceProperties.password=KSEMBEDDED

jpa.showSql=false
jpa.generateDdl=true

jdbc.maxPoolSize=20

jdbc.validationQuery=${${db.vendor}.jdbc.validationQuery}
oracle.jdbc.validationQuery=SELECT 1 FROM DUAL
derby.jdbc.validationQuery=VALUES(1)

propertiesPrefix.jpa.properties=$[jpa.properties]

jpa.properties.eclipselink.weaving=false
jpa.properties.eclipselink.application-location=target
jpa.properties.eclipselink.ddl-generation=drop-and-create-tables
jpa.properties.eclipselink.ddl-generation.output-mode=database
jpa.properties.eclipselink.target-server=org.kuali.student.common.util.jta.AtomikosJtaTransactionController
jpa.properties.hibernate.transaction.manager_lookup_class=com.atomikos.icatch.jta.hibernate3.TransactionManagerLookup
jpa.properties.hibernate.hbm2ddl.auto=create-drop
jpa.properties.hibernate.connection.release_mode=after_statement


# Atomikos (transaction service properties)
propertiesPrefix.atomikos.properties=$[atomikos.properties]
atomikos.properties.com.atomikos.icatch.service=com.atomikos.icatch.standalone.UserTransactionServiceFactory
atomikos.properties.com.atomikos.icatch.output_dir=target
atomikos.properties.com.atomikos.icatch.log_base_dir=target
atomikos.properties.com.atomikos.icatch.console_log_level=WARN
atomikos.properties.com.atomikos.icatch.enable_logging=true

## These properties will be written as system properties
propertiesPrefix.systemProperties=$[system.properties]
system.properties.derby.stream.error.file=target/derby.log

ks.lum.serviceAddress=http://localhost:8080/ks-lum-web/services/LuService
ks.rice.simpleDocActions.serviceAddress=http://localhost:8081/ks-embedded/remoting/simpleDocumentActionsService
ks.rice.workflowUtility.serviceAddress=http://localhost:8081/ks-embedded/remoting/WorkflowUtilityServiceSOAP
ks.rice.kimIdentity.serviceAddress=http://localhost:8081/ks-embedded/remoting/kimIdentityServiceSOAPUnsecure
ks.rice.personLookup.serviceAddress=http://localhost:8081/ks-embedded/kr/lookup.do
ks.rice.actionList.serviceAddress=http://localhost:8081/ks-embedded/kew/ActionList.do
ks.core.org.serviceAddress=http://localhost:8080/ks-lum-web/services/OrgService
ks.core.comment.serviceAddress=http://localhost:8080/ks-lum-web/services/CommentService
ks.brms.factFinder.serviceAddress=http://localhost:8080/ks-brms/services/FactFinderService
ks.brms.ruleManagement.serviceAddress=http://localhost:8080/ks-brms/services/RuleManagementService
ks.brms.ruleExecution.serviceAddress=http://localhost:8080/ks-brms/services/RuleExecutionService
ks.brms.ruleRepository.RuleRepositoryService=http://localhost:8080/ks-brms/services/RuleRepositoryService




© 2015 - 2024 Weber Informatics LLC | Privacy Policy