Using SQL select to populate values in a contained object

2005-07-15 Thread REMIJAN, MICHAEL J [AG-Contractor/1000]
List:   I am using Oracle and I want to run an sql statement that looks similar to this:   Select     price as "product.price" From     ProductPrices   My intention is that the "product" object inside my resultClass="" will have it's setPrice() method called.  If I

RE: Using JNDI programmatically.

2005-07-13 Thread REMIJAN, MICHAEL J [AG-Contractor/1000]
substituted at runtime with the value in the properties object passed in that "myValue" is the key to. Does that makes sense? Larry On 7/13/05, REMIJAN, MICHAEL J [AG-Contractor/1000] <[EMAIL PROTECTED]> wrote: > > > Hello List: > > I am trying

Using JNDI programmatically.

2005-07-13 Thread REMIJAN, MICHAEL J [AG-Contractor/1000]
Title: Using JNDI programmatically. Hello List: I am trying to figure out how I can use the SqlMapClientBuilder.buildSqlMapClient(Reader reader, Properties props) to programmatically tell SqlMap the JNDI lookup name for my datasource.  Our existing application has this information in our own