Results 1 to 4 of 4

Thread: Spring JDBC Support for DB2 on z/OS

  1. #1
    Join Date
    Nov 2006
    Posts
    2

    Default Spring JDBC Support for DB2 on z/OS

    Hello.
    Does Spring JDBC, particularly the exception mapping mechanism, support DB2 on z/OS (mainframe)?

  2. #2
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    Yes it does. I don't have one of these myself, but I know of companies using this in production. You can customize the exception translation for certain error codes or use your own exception classes as well.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  3. #3
    Join Date
    Nov 2006
    Posts
    2

    Default Was there a need to customize

    Thanks for the quick response. I'm just quickly determining if I need to do any additional error code analysis (spelunking through the mainframe manuals basically), or if we should just begin testing. Was there a need to customize the sql-error-codes.xml for this purpose as far as you know?

  4. #4
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    I don't know, but the capability is there if you should need it.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •