You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by Wa...@cec.eu.int on 2005/03/09 15:08:11 UTC

[jira] Created: (IBATIS-83) Dynamically set data source and other properties in sqlmapconfig.xml

Hi, 

Make the application write the property file, after fetching and before
initializing the sqlMapClient.

Cheers

Re: [jira] Created: (IBATIS-83) Dynamically set data source and other properties in sqlmapconfig.xml

Posted by Clinton Begin <cl...@gmail.com>.
You can already do this by passing a Properties instance to the
SqlMapClientBuilder.build() method.

Clinton


On Wed, 9 Mar 2005 15:08:11 +0100, Walther.HAUTERMANN@cec.eu.int
<Wa...@cec.eu.int> wrote:
>  
> 
> Hi, 
> 
> Make the application write the property file, after fetching and before
> initializing the sqlMapClient. 
> 
> Cheers