Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,174

    Thanks for ur reply. Can I achieve the same using...

    Thanks for ur reply. Can I achieve the same using Spring IOC instead of AOP?
  2. Replies
    5
    Views
    1,174

    Spring Exception Handling

    Hi all ,

    I ahve the following requirement. I need to be able to configure an exception and if the particular exception is caught I need the handler to be invoked.

    Is this possible in Spring
    ...
  3. Hi , Yes but I there is no answer. can someone...

    Hi ,

    Yes but I there is no answer. can someone please reply

    Thanks
  4. Replies
    4
    Views
    2,418

    DataAccessException And SQLException

    Hi all ,

    How can the following be achieved in Spring?
    I have to go through the resultSet and based on Business validations, I need to throw a custom exception, so that the layers above can map it...
  5. Custom Exception instead of DataAccessException

    Hi all,

    I am using Spring JDBCTemplate at the DAO layer for database access and a delegate which invokes the DAO (again using Spring)
    So any exceptions while inserting/update/delete etc gets...
  6. Replies
    1
    Views
    696

    What is proxyInterfaces

    Hi all,

    Can some one please explain what are proxyINterfaces and when we can use them in Spring?

    Thanks,
  7. Replies
    9
    Views
    1,685

    ok. Thanks Bill

    ok. Thanks Bill
  8. Replies
    9
    Views
    1,685

    Thanks Bill. Your knowledge helped resolve this...

    Thanks Bill. Your knowledge helped resolve this issue.
    But I have one question. The same code worked while using db2java-1.2.jar in Geronimov1.0 and does not work in Geronimo V1.1 and...
  9. Replies
    9
    Views
    1,685

    code that does not work: ...

    code that does not work:

    jdbcTemplate.query(queryString.toString(),
    new RowCallbackHandler() {
    public void processRow(ResultSet rs)
    throws SQLException {
    while (rs.next()) {
    String str =...
  10. Replies
    9
    Views
    1,685

    Hi. I have added the exception info above and...

    Hi.

    I have added the exception info above and the code that works is somethig like this:

    DAOFactory.getConnection()

    then database operations:

    then in finally I close the resultset and...
  11. Replies
    9
    Views
    1,685

    JDBCTemplate and result set closed issue

    Hi all,

    I am using JDBCTemplate and db2java-1.2.jar ,spring version spring-1.2.6.jar to connect to a db2 database.

    I am getting the following exception when I try this...
  12. Replies
    1
    Views
    846

    Login Modules and Spring Exception

    Hi ,

    I am using geronimo 1.0 server. In my login modules I use the ClassPathXmlApplicationContext to get a handle to the Delegate bean

    At the point when I try to cast the Bean returned I get...
Results 1 to 12 of 12