property embedded
IBATISNET-63 :-) --- "Gilles Bayon (JIRA)" <[email protected]> wrote: > [ > http://issues.apache.org/jira/browse/IBATISNET-75?page=comments#action_66420 > ] > > Gilles Bayon commented on IBATISNET-75: > --------------------------------------- > > The new syntax will be > <properties> > <propertie resource="sqlmap-config.xml"/> > <propertie resource="${root}Resources/Query/database.xml"/> > <propertie key="Hello" value="World" /> ( To resolve > IBATISNET-63 ) > <properties> > > propertie tag will accept resource|url|embededd attribute > or key/value attribute > > We will also support old syntax > <properties url="..." /> > <properties resource="..." /> > <properties embededd="..." /> > > > > > Extend properties element to accept multiple resources > > ------------------------------------------------------ > > > > Key: IBATISNET-75 > > URL: http://issues.apache.org/jira/browse/IBATISNET-75 > > Project: iBatis for .NET > > Type: Improvement > > Reporter: Ted Husted > > Assignee: Gilles Bayon > > Priority: Minor > > > > > To allow use of multiple properties file, the element could be > extended to permit > > <properties> > > <resource>sqlmap-config.xml</resource> > > <resource>${root}Resources/Query/database.xml</resource> > > </properties> > > where ${root} is defined in the first resource listed. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the > administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > >
