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>
...
Type: Posts; User: Nick_Andy; Keyword(s):
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>
...
Problem resolved - Error was bcoz of Stored procedure.
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});
...
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...
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...
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...
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...
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...
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...
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...