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
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
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
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
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
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
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
Could you please post your log4j configuration file?
Aitor
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
9 matches
Mail list logo