-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My goal is 2 folds
1. use ease of @Transactional on my services
2. use ease of declaring the transactional semantics in one place such as
I was wondering if these 2 can be mixed?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am struggling to get my spring managed transactions to commit, could someone please spot what I have done wrong. All my tables are mysql InnonDB tables. My RemoteServiceServlet (GWT) is as follows:
public class TrainTrackServiceImpl extends RemoteServiceServlet implements TrainTrackService {
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i develop a app using struts2, spring 3.1, Jpa2 and Hibernate. From Spring i use transactions and IoC.
so, i have an ajax code block that calls for a struts2 action every second (this is happening for every user that is logged into application (simultaneous users are around 20-30 at a time)). this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Well, my project was using EJB and JPA (with Hibernate), but I had to switch to Spring.
Everything was working well before that. The EJB used to inject the EntityManager, controled the transaction, etc.
Ok, when I switched to Spring, I had a lot of problems because I'm new on Spring. But after everything…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I've been working on this task for too long to abandon the idea of using Spring Security to achieve it, but I wish that the community will provide with some support that will help reduce the regret that I have for choosing Spring Security. Enough ranting and now let's get to the point.
I'm…
>>> More