Search:

Type: Posts; User: iyengark; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    671

    PropertyPlaceholderConfigurer and z/OS

    I forgot to mention that my "propertyConfigurer" has systemPropertiesModeName property set to
    SYSTEM_PROPERTIES_MODE_OVERRIDE.

    For this property setting, the springframework javadoc says: ...
  2. Replies
    2
    Views
    671

    PropertyPlaceholderConfigurer and z/OS

    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...
  3. Thanks Dave. I upgraded to 1.0 rc1 and...

    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 ...
  4. AbstractMethodError: java/sql/Connection.createStatement(III)Ljava/sql/Statement

    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...
  5. InfrastructureException on java.sql.Connection.createStatement(III)

    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...
Results 1 to 5 of 5