Re: Dynamically add sqlMaps to Config.xml

2005-05-30 Thread Brandon Goodin
None of this functionality is currently possible. It is possible the dynamic sqlmap functionality could be added. Put in a JIRA ticket for it In regards to the space trimming... I think it needs to be discussed. It would be hard to predict what should be trimmed and what should not be trimmed. If

Re: Dynamically add sqlMaps to Config.xml

2005-05-29 Thread Brandon Goodin
I am a bit confused as to what you are asking. Do you just want to add an sql map xml file dynamically? Brandon On 5/27/05, Steffen Legler <[EMAIL PROTECTED]> wrote: > Hi. > > We need to add dynamically sqlMaps to our SqlMapClient. > Please can you implement something like this example in furthe

Dynamically add sqlMaps to Config.xml

2005-05-29 Thread Steffen Legler
Hi. We need to add dynamically sqlMaps to our SqlMapClient. Please can you implement something like this example in further releases? Example: sqlMapClient = SqlMapClientBuilder.buildSqlMapClient(configReader, props); sqlMapClient.addResource(xyz.xml) Dynamically build SQL-Statements include a

Dynamically add sqlMaps to Config.xml

2005-05-29 Thread Steffen Legler
Hi. We need to add dynamically sqlMaps to our SqlMapClient. Please can you implement something like this example in further releases? Example: sqlMapClient = SqlMapClientBuilder.buildSqlMapClient(configReader, props); sqlMapClient.addResource(xyz.xml) Dynamically build SQL-Statements include a