Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
928 views

Wicket Spring Hibernate Transactional

I have the following problem. Within my wicket application i want to use @Transactional annotations. All my DAO's are loaded with the @Component annotations ; @Component @Transactional(propagation = ...
Niels Van Haren's user avatar
1 vote
2 answers
962 views

How to add transaction to wicket + spring + hibernate application for junit test

Hi I have the following problem when running junit test. org.hibernate.HibernateException: No Session found for current thread at org.springframework.orm.hibernate4.SpringSessionContext....
Chun ping Wang's user avatar
3 votes
2 answers
6k views

Why doesn't my (spring)HibernateTransactionManager work in wicket?

I tried to shorten this to what I think is relevant, I hope it's sufficient and not overwhelming. Please help! I'm converting a small wicket+databinder+hibernate web application to use wicket+spring+...
RMorrisey's user avatar
  • 7,709
3 votes
2 answers
3k views

Three tier layered application using Wicket + Spring + Hibernate. How would you handle transactions?

I'm thinking about using the Open Session In View (OSIV) filter or interceptor that comes with Spring, as it seems like a convenient way for me as a developer. If that's what you recommend, do you ...
user avatar