Results 1 to 2 of 2

Thread: Batch Job with encrypted password for database connection

  1. #1
    Join Date
    Jul 2008
    Location
    Penarth, Wales, UK
    Posts
    27

    Default Batch Job with encrypted password for database connection

    Hi

    I need to run some batch jobs (hence looking at Spring Batch) with encrypted password for database connection (security policy).

    We use WebLogic Server which will encypt the datasource password. I can then either access the datasource via a jndi lookup from a "Spring batch java client" or by running the batch job within the WebLogic Server as per http://static.springsource.org/sprin...omWebContainer

    Any advice?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I'm not sure how you would get to JNDI from a "Spring batch java client". I suggest deploying in WLS with Spring Batch Admin (but writing your own web service wrapper as you suggest is not hard).

    You can also use trusted OS accounts and native drivers with most enterprise database servers, if you want to go down the java client route.

Posting Permissions

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