Search:

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

Search: Search took 0.04 seconds.

  1. Issue resolved

    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...
  2. Getting two different errors in STS-2.3.3M1

    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...
  3. Replies
    1
    Views
    777

    Spring Oracle issue

    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...
  4. Getting SQL state [null]; error code [17041]; Missing IN or OUT parameter at index::

    I think I am doing everything correct. However, I am getting following error --
    org.springframework.jdbc.UncategorizedSQLException: CallableStatementCallback; uncategorized SQLException for SQL...
  5. No I am not using new operator.Actually I am...

    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...
  6. spring xml file added

    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...
  7. Here is the Business code

    /////////////////////////////////
    public class EmployeeBusinessServiceImpl implements IEmployeeBusinessService {

    IEmployeeDAO dao;
    public List getEmployeeWithSalaryRange(Map salaryMap){
    ...
  8. getNamedParameterJdbcTemplate() returns null

    Hello,
    I am new to Spring framework and trying to develop simple applicaiton.However,
    NamedParameterJdbcTemplate daoTmpt = this.getNamedParameterJdbcTemplate();
    return...
Results 1 to 8 of 8