First of all thank you for excellent discussion on this issue. This not only helped me understand how it works but also gave directions to resolve it.
I resolved this issue by adding...
Type: Posts; User: vishwajit; Keyword(s):
First of all thank you for excellent discussion on this issue. This not only helped me understand how it works but also gave directions to resolve it.
I resolved this issue by adding...
I am two errors -
1. Circular view path [resourceNotFound]: would dispatch back to the current handler URL [/app/resourceNotFound] again. Check your ViewResolver setup!
2. DataNucleus enhancer...
Hello,
We have Database product version : Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production and JDBC driver version : 10.2.0.3.0. We are using WAS 5.1.1.1.13. The...
I think I am doing everything correct. However, I am getting following error --
org.springframework.jdbc.UncategorizedSQLException: CallableStatementCallback; uncategorized SQLException for SQL...
No I am not using new operator.Actually I am trying to get the stacktrace.Can anybody guide me in that regards. I am not throwing exception anywhere in my classes.is there any setting i need to do in...
I had posted spring xml in my previous post. here it is again. Property name for EmpployeeBusiness object is 'business'. So I used setBusiness() as my setter method. Is it wrong? Has it to be always...
/////////////////////////////////
public class EmployeeBusinessServiceImpl implements IEmployeeBusinessService {
IEmployeeDAO dao;
public List getEmployeeWithSalaryRange(Map salaryMap){
...
Hello,
I am new to Spring framework and trying to develop simple applicaiton.However,
NamedParameterJdbcTemplate daoTmpt = this.getNamedParameterJdbcTemplate();
return...