Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,979

    Hibernate Encrypt Password

    Hi,
    I have Db user name and password configured in the hibernate.properties file.
    Password is an encrypted one.
    Is there any support or api in Hibernate to decrypt password in...
  2. Replies
    6
    Views
    2,758

    Thanks for your reply. It will be like muliple...

    Thanks for your reply. It will be like muliple application running on multiple servers. User need not get the login form to login into all the application (The second one).
  3. Replies
    6
    Views
    2,758

    Spring security with SSO

    I have an application developed in JDK1.4 and not using any Spring modules.
    I want to use Spring security and Single sign on.

    Is it possible to add Spring security module to a non-spring...
  4. Replies
    18
    Views
    18,455

    Could not get Spring Tool Suite in import

    Hi,
    Spring Tool Suite Version 2.3.0.RELEASE

    Right click Import-> import source is not showing the Spring tool suite option.
  5. Replies
    0
    Views
    738

    STS not showing schema name for JPA

    Hi,
    I am using STS Version: 2.3.0.RELEASE.

    I have createds new connection profile to connect to SQL server 2000.
    I have tried to Generate Entities from Table. It is not showing schemas and...
  6. Replies
    1
    Views
    1,182

    Spring batch to read mail attachment

    Hi
    I need to design new application which reads MS xls files from email attachment reads it and parse it.
    Can I use Spring Batch to read email attachment, parse it and process it?

    or Do i...
  7. Replies
    0
    Views
    537

    Reading multiple Email attachements

    I am going to design a new application which requires reading multiple xls attachments from the e-mail. Next step is to parse the xls file.
    Do we have Spring Apis for reading attachements?
    Like...
  8. Join in Spring Open Source Development

    Hi,
    I want to develop open source for Spring. I can spend 2 hrs per day for open source.
    What is the process for that and skillset requirement?
  9. Transaction inside batch is not commiting

    Hi,
    I am using Spring version 2.0.3 DB2 v9.1
    I have a class implementing ItemReader which reads data from DB2 Database.
    I have to commit the transaction in a staging table inside the Reader....
  10. Unable to locate table meta data for 'TableName'

    Hi,
    I am using DB2 V9.1 and JDBC 3.1 Spring 2.5.5.

    When I use simpleJdbcInsert.executeBatch(batch); where batch is a array of SqlParameterSource.
    I am specifying...
  11. Replies
    3
    Views
    1,092

    Replace Lib for New driver

    Hi,
    I have replaced my lib folder with new driver but getting the same error.

    Regards
    Maha
  12. Replies
    3
    Views
    1,092

    ExecuteAndReturnKey Error.

    Hi,
    I am using DB2 V9.1 JDBC V3.1 Windows OS.

    When I use
    Number newId = simpleJdbcInsert.executeAndReturnKey(parameters);

    parameters is a MapSqlParameterSource.

    The following errror...
  13. Replies
    0
    Views
    646

    Sequential Job execution from Queue

    External system sends the file in different periods. (like 9:00 PM, 9:30 PM, 10:12PM, 11:12PM). There is no specific interval.

    I need to start the job once the file is transfered completely. I...
Results 1 to 13 of 13