Search:

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

Search: Search took 0.05 seconds.

  1. ok i get it.. manage to solve the problem thanks

    ok i get it.. manage to solve the problem thanks
  2. hi, just some updates, i try to add in some...

    hi, just some updates, i try to add in some changes but hit this error. Is it because the addExpression is not use in this way? :


    int start = 10
    int end = 20
    DetachedCriteria critera =...
  3. How to use the getHibernateTemplate() to extract data?

    Greetings,

    i need some advice on how to retrieve data from the database using the getHibernateTemplate.

    Currently i have this statment to execute to extract out the data:
    select * from table...
  4. ok.. i manage to find the solution to my problem....

    ok.. i manage to find the solution to my problem.



    int counter = 10;
    int number = 20;

    List obj = getHibernateTemplate().findByCriteria(DetachedCriteria.forClass(school.class), counter,...
  5. How to use hibernateTemplate to get records starting from row 10

    Hi,

    i want to retrieve 20 rows of records starting from row 10 in the database.

    I understand in simple sql, i can use 'Select * from table limit 10, 20;'

    However how do i write when using...
  6. Using the propagation require in spring and hibernate

    Greetings,
    currently i want to have transaction rollback for my application. However i'm currently stuck in this section what type of prop-key should i put.
    Actually i have this java file where i...
  7. How to start the quartz to automate jobs

    Greetings, i like to use quartz to start a batch job every min, but it seems that my configuration does not help to automate the job.

    i like to seek some advice what can i do to start the job...
  8. I'm not able to start quartz to run batch jobs.

    This post is moved to core container as advise. Thanks
  9. Hi, i managed to solve this problem. I forgot to...

    Hi, i managed to solve this problem. I forgot to add in the get and set methods for the specifc class to allow spring to instantiate the class files.

    Thanks for the help
  10. How to solve org.springframework.beans.factory.BeanCreationExce ption:

    Greetings, i encounter this error when i load in my applicationContext xml file. This is the error:



    I try to search what cause the error and this is what i found: Exception thrown when a...
  11. Greetings, Thanks for the answer. After i...

    Greetings,

    Thanks for the answer. After i change the naming, it solves the above error. However it encounter this error. It states i'm not able to locate this class: ...
  12. Error in Unable to locate MessageSource with name 'messageSource', ThemeSource

    Greetings, i have just started to use spring to try out on my projects. However i encounter errors while deploying my codes.


    Unable to locate MessageSource with name 'messageSource': using...
Results 1 to 12 of 12