org.kuali.rice.ksb.config.OJB-repository-ksb-registry.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2013 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.opensource.org/licenses/ecl2.php 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. --> <!--<!DOCTYPE descriptor-repository PUBLIC "-//Apache Software Foundation//DTD OJB Repository//EN" "http://db.apache.org/dtds/1.0/repository.dtd">--> <descriptor-repository version="1.0"> <jdbc-connection-descriptor jcd-alias="rice.ksb.registryDataSource" default-connection="false" jdbc-level="3.0" eager-release="false" batch-mode="false" useAutoCommit="0" ignoreAutoCommitExceptions="false"> <sequence-manager className="org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager"> <attribute attribute-name="property.prefix" attribute-value="datasource.ojb.sequenceManager" /> </sequence-manager> <object-cache class="org.apache.ojb.broker.cache.ObjectCachePerBrokerImpl" /> </jdbc-connection-descriptor> <class-descriptor class="org.kuali.rice.ksb.impl.registry.ServiceInfoBo" table="KRSB_SVC_DEF_T"> <field-descriptor column="SVC_DEF_ID" name="serviceId" jdbc-type="VARCHAR" primarykey="true" autoincrement="true" sequence-name="KRSB_SVC_DEF_S" /> <field-descriptor column="SVC_NM" name="serviceName" jdbc-type="VARCHAR"/> <field-descriptor column="SVC_URL" name="endpointUrl" jdbc-type="VARCHAR"/> <field-descriptor column="INSTN_ID" name="instanceId" jdbc-type="VARCHAR"/> <field-descriptor column="APPL_ID" name="applicationId" jdbc-type="VARCHAR" /> <field-descriptor column="SRVR_IP" name="serverIpAddress" jdbc-type="VARCHAR" /> <field-descriptor column="TYP_CD" name="type" jdbc-type="VARCHAR" /> <field-descriptor column="SVC_VER" name="serviceVersion" jdbc-type="VARCHAR" /> <field-descriptor column="STAT_CD" name="statusCode" jdbc-type="VARCHAR" /> <field-descriptor column="SVC_DSCRPTR_ID" name="serviceDescriptorId" jdbc-type="VARCHAR" /> <field-descriptor column="CHKSM" name="checksum" jdbc-type="VARCHAR" /> <field-descriptor column="VER_NBR" name="versionNumber" jdbc-type="BIGINT" locking="true"/> </class-descriptor> <class-descriptor class="org.kuali.rice.ksb.impl.registry.ServiceDescriptorBo" table="KRSB_SVC_DSCRPTR_T"> <field-descriptor column="SVC_DSCRPTR_ID" name="id" jdbc-type="VARCHAR" primarykey="true" autoincrement="true" sequence-name="KRSB_SVC_DSCRPTR_S" /> <field-descriptor column="DSCRPTR" name="descriptor" jdbc-type="CLOB" nullable="false" /> </class-descriptor> </descriptor-repository>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy