Thanks for replay, This may be very basic question. How to call doJob, so that it creates new transaction? Some code example or link to reference is really appreciated.
Type: Posts; User: nisharg; Keyword(s):
Thanks for replay, This may be very basic question. How to call doJob, so that it creates new transaction? Some code example or link to reference is really appreciated.
Hi,
I have below code
@Transactional
public interface Picker {
public List<Conversation> pickConversations();
Hi,
I dont think, there is problem with class path. I have removed project from eclipse, and imported it again, And there was no errors.
Because of some reason I have force quite eclipse and...
Can you post structure of your war file?
Hi,
I am getting "Build path is incomplete. Cannot find class file for xxx", Type : Spring AOP for only few beans in one of the Eclipse project which is having only one bean declaration file.
...