Information about changelog

2004-12-14 Thread philippe . laflamme
Can someone provide me with information regarding this entry in the 2.0.8 changelog: o Probes now always return true for hasReadable/hasWriteable property checks. Is there a thread about this? Or can someone brief me on it? I'm looking to upgrade my version of iBatis and I think this modificati

JNDI data source setting for using JDBC transaction manager in iB atis DAO

2004-12-14 Thread But, Kelvin-KW
Title: JNDI data source setting for using JDBC transaction manager in iBatis DAO I'd like to seek for more documentation on how to configure proper JNDI data source setting for using JDBC transaction manager in iBatis DAO.  I encounter this error when my DAO JDBC implementation execute a store

Can I encode elements directly into sql-map-config.xml?

2004-12-14 Thread crarmor-ibatis
I'm really interested in using SqlMaps, but am reticent to use it with the onerous requirement of creating separate XML configuration files for EACH of my persistent JavaBeans. This requirement is also one of the things that turns me off about Hibernate...sigh... Is there a setting where I can gro

JNDI data source setting for using JDBC transaction manager in iB atis DAO

2004-12-14 Thread But, Kelvin-KW
Title: JNDI data source setting for using JDBC transaction manager in iBatis DAO I'd like to seek for more information on how to configure proper JNDI data source setting for using JDBC transaction manager in iBatis DAO.  I encounter this error when my DAO JDBC implementation execute a stored

Re: Oracle and Invalid column type:

2004-12-14 Thread Brandon Goodin
for inserts you should use the following syntax for value specification: #propertyName:TYPE# check out page 21 of the developer's guide. I hope that helps you can use inline parameter maps. You simply need to specify the type rather than simply calling #propertyName# to extract the value. Brando

Oracle and Invalid column type:

2004-12-14 Thread Robert Dare
Hi all, The iBATIS-SqlMaps-2.pdf Developer Guide notes that when using an Oracle driver, one mustspecify the SQL type of a column if it is nullable. For doing inserts, does this mean that one must use a rather than just passing in a classType in the statement XML? I read elsewhere in the iB

Re: Warning messages coming while using Log4j

2004-12-14 Thread rohit . vohra
Hi,         Another module of mine is using Log4j, so can't remove it.         I looked up the following log4j.properties file in my application starting class : # Global logging configuration log4j.rootLogger=ERROR, stdout # SqlMap logging configuration... #log4j.logger.com.ibatis=DEBUG log4j.l

Re: Warning messages coming while using Log4j

2004-12-14 Thread Aitor Imaz
Could you please post your log4j configuration file? Aitor

Warning messages coming while using Log4j

2004-12-14 Thread rohit . vohra
Hi,         When working with IBatis SQLMaps, I'm getting the following warning message everytime ...           log4j:WARN No appenders could be found for logger (java.sql.Connection).         log4j:WARN Please initialize the log4j system properly.         I'm not able to get what extra settin