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

ppfuse-web-common.2.1.0.source-code.sql-map-config.xml Maven / Gradle / Ivy

Go to download

Common web files (images, stylesheets, scripts) and Java classes (listeners and filters) used by all web frameworks. This module is not meant to be included in a project utilizing AppFuse. It's designed to be used internally by AppFuse only.

There is a newer version: 3.5.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
    "http://ibatis.apache.org/dtd/sql-map-config-2.dtd">

<sqlMapConfig>
    <settings enhancementEnabled="true" maxTransactions="20"
        maxRequests="32" maxSessions="10"/>

    <!-- Identify all SQL Map XML files to be loaded by this SQL map. Relative to classpath -->
    <sqlMap resource="sqlmaps/LookupSQL.xml"/>
    <sqlMap resource="sqlmaps/RoleSQL.xml"/>
    <sqlMap resource="sqlmaps/UserSQL.xml"/>
</sqlMapConfig>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy