I forgot to mention that my "propertyConfigurer" has systemPropertiesModeName property set to
SYSTEM_PROPERTIES_MODE_OVERRIDE.
For this property setting, the springframework javadoc says: ...
Type: Posts; User: iyengark; Keyword(s):
I forgot to mention that my "propertyConfigurer" has systemPropertiesModeName property set to
SYSTEM_PROPERTIES_MODE_OVERRIDE.
For this property setting, the springframework javadoc says: ...
In my properties file, I have the following :
export SUBSCRIPTION_TEST_EMAIL=
In Test, this environment variable is assigned a valid email address.
In Production, no value is assigned to this...
Thanks Dave.
I upgraded to 1.0 rc1 and switched to jTds driver from sourceforge
and now I am able to connect to Sybase.
I have posted my earlier dbcp/jconnect issue on DataAccess forum of ...
Getting Runtime Exception on createStatement when using Spring Batch's JdbcCursorItemReader to go after a table on Sybase 12.5
(see stack trace below).
Same code works against DB2 (8.1) and...
Getting Error on createStatement when using JdbcCursorItemReader to go after a table on Sybase (see stack trace below).
Same code works against DB2 (8.1) and Oracle (10g).
Additional info...