ppfuse-web-common.2.1.0.source-code.sql-map-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appfuse-web-common Show documentation
Show all versions of appfuse-web-common Show documentation
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.
<?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