Search:

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

Search: Search took 0.02 seconds.

  1. Log4j issue - Logs going to console instead of file

    Hi,

    I am trying to use log4j to log messages to a file. Following is the entry in my web.xml


    <context-param>
    <param-name>log4jConfigLocation</param-name>
    ...
  2. Replies
    1
    Views
    1,076

    Problem resolved - Error was bcoz of Stored procedure.

    Problem resolved - Error was bcoz of Stored procedure.
  3. Replies
    1
    Views
    1,076

    Help with Spring jdbctemplate error

    Hi,

    I am using JDBCTemplate to call a stored procedure in DB2 as below

    String sql = "call SP_MODIFYDATA(?,?,?,?)";
    jdbctemplate.update(sql, new Object[]{ids, dateVal, comments, role});
    ...
  4. Configuration required on Websphere App Server for Spring

    Hi,

    I am currently working on an application using Spring web framework in Rational App Developer(RAD). The application works fine with the test Websphere App Server ver 7.0 that comes with the...
  5. Replies
    0
    Views
    554

    help with multiple radio buttons.

    Hi,

    I am working on a spring form which has multiple radio buttons. The radio buttons are grouped in pairs as "Yes" or "No". How can I create a command object for this kind of field. Below is the...
  6. Help with Scrollable ResultSet - JDBCTemplate

    Hi,
    I am trying to execute a query using jdbctemplate and its throwing below error

    This method should only be called on ResultSet objects that are scrollable (type TYPE_SCROLL_SENSITIVE or...
  7. Instantiating an Object at session startup

    Hi,

    I am relatively new to Spring mvc framework and trying to find a way by which I can instantiate an Object at the start of a new session.

    Here is the scenerio I am trying to achieve, as soon...
  8. DispatcherServlet noHandlerFound No mapping found for HTTP request

    Hi,

    I am new to Spring framework and trying to run a small web application but getting below error.

    org.springframework.web.servlet.DispatcherServlet noHandlerFound No mapping found for HTTP...
  9. Replies
    3
    Views
    4,669

    Hi Rasky, Thanks for your inputs. I tried...

    Hi Rasky,

    Thanks for your inputs. I tried below code but its giving me an error. The problem seems to be bcoz of missing group name. Is there any wild card characters that I can use to allow it to...
  10. Replies
    3
    Views
    4,669

    Spring Ldap - User Authentication

    Hi,

    I am trying to authenticate a user with his userid and password through Active Directory. I do not know to which group the user belongs and also dont know the whole CN or DN. Is there a way...
Results 1 to 10 of 10