Allows a properties.config file to begin by a root element appSettings
----------------------------------------------------------------------
Key: IBATISNET-240
URL: https://issues.apache.org/jira/browse/IBATISNET-240
Project: iBatis for .NET
Issue Type: Improvement
Components: DataMapper
Affects Versions: DataMapper 1.6.1
Reporter: Gilles Bayon
Assignee: Gilles Bayon
Priority: Minor
Fix For: DataMapper 1.6.2
Allows a properties.config file to begin by a root element appSettings
<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
<!-- iBATIS key -->
<add key="userid" value="IBatisNet" />
<add key="password" value="test" />
<add key="database" value="IBatisNet" />
<add key="datasource" value="Potiron" /><!-- Potiron\SqlExpress -->
<!-- path directory -->
<add key="RepertoireCFT" value="\..\FichiersCFT\" />
</appSettings>
so that it can included app setting and be included in app.config/web.cong
via
<appSettings file="../properties.config">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.