Re: Dynamic Database URL

2005-08-17 Thread Nathan Maves
... i.e SqlMapClientBuilder.buildSqlMapClient(configReader,properties); -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Wed 8/17/2005 5:34 AM To: user-java@ibatis.apache.org Subject: Re: Dynamic Database URL Not sure that I understand you. Let me explain a little

RE: Dynamic Database URL

2005-08-16 Thread James, Steven
); -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Wed 8/17/2005 5:34 AM To: user-java@ibatis.apache.org Subject: Re: Dynamic Database URL Not sure that I understand you. Let me explain a little better what I need and see if it is still the solution. I have a

Re: Dynamic Database URL

2005-08-16 Thread Nathan Maves
Not sure that I understand you. Let me explain a little better what I need and see if it is still the solution. I have a program that I need to 3 different instances of, in 3 different VM. I just want to pass some parameters from the command line all the way to the sqlmap config. Pos

Re: Dynamic Database URL

2005-08-16 Thread Larry Meadors
You can pass in a properties object to the sqlmapclient builder that is substituted into the sqlmapconfig.xml file. But, you will need 3 instances of the SqlMap client.. Larry On 8/16/05, Nathan Maves <[EMAIL PROTECTED]> wrote: > Is there a way to dynamically change the db url based on a parame