I'm using eclipselink and spring in tomcat, mysql enviornment.
I want to use a sequence connection pool, so that sequence allocations are done outside of the running transactions with mail pool....
Type: Posts; User: popprem; Keyword(s):
I'm using eclipselink and spring in tomcat, mysql enviornment.
I want to use a sequence connection pool, so that sequence allocations are done outside of the running transactions with mail pool....
I have mentioned my spring - eclipselink configurations in the question. In Dao layer, i'm using eclipselink like this:
private EntityManager entityManager;
@PersistenceContext...
Thanks Marten.
I can see the transaction interceptor in the stack trace, so it is clear that transactions are being applied.
According to the following statements i saw in logs today, i...
I'm stuck with this issue.. your answers are much appreciated...
Hi all,
I've got lot of confusions after googling for spring transactions with eclipselink, tomcat and mysql. Please consider the following questions and guide me on this topic.
1. Can i run...
Hi all,
aren't there anybody who has done greybox with spring?????? I really need help in this problem. Looking for your valuable suggestions soon.....
Hi all,
I'm working with Spring MVC and greybox (popup window) to popup a login form.
But still i couldn't get this working.
In my home.jsp i have defined the following as stated in the...
Hi,
Thanks a lot Karl, it worked.
I changed my code like this:
HttpSession session = request.getSession();
ApplicationContext ctx =...
Hi,
Thanks a lot for your reply.
Here is the relevent part of my application-context.xml file:
<bean id="sessionFactory"...
Hi,
I'm a newbie to Spring. May be this question sound a childish, but still i need some help in this problem.
In a DAO which extends HibernateDaoSupport, i have a method named ...
Hi,
No reply for me yet...... am i asking a wrong question???? or no answers to this question????
If anyone has an idea, please guide me since i'm a newbie to spring...
Thanks.
Hi justin,
I didnt understand what you have replied. Can you please be more detail???
Thanks.
Hi all,
I'm very new to Spring & i am working in a project using Spring technologies. So far, i have done as the login form shows in a seperate jsp after clicking on login anchor. Instead of...