ok i get it.. manage to solve the problem thanks
Type: Posts; User: vitalstrike82; Keyword(s):
ok i get it.. manage to solve the problem thanks
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 =...
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...
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,...
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...
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...
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...
This post is moved to core container as advise. Thanks
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
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...
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: ...
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...