Search:

Type: Posts; User: popprem; Keyword(s):

Search: Search took 0.03 seconds.

  1. Soring, eclipselink sequence connection pool

    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....
  2. I have mentioned my spring - eclipselink...

    I have mentioned my spring - eclipselink configurations in the question. In Dao layer, i'm using eclipselink like this:



    private EntityManager entityManager;

    @PersistenceContext...
  3. Thanks Marten. I can see the transaction...

    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...
  4. I'm stuck with this issue.. your answers are much...

    I'm stuck with this issue.. your answers are much appreciated...
  5. Spring Transaction management with tomcat and mysql

    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...
  6. Replies
    1
    Views
    603

    Hi all, aren't there anybody who has done...

    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.....
  7. Replies
    1
    Views
    603

    problem using geybox

    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...
  8. Replies
    16
    Views
    1,907

    Hi, Thanks a lot Karl, it worked. I...

    Hi,

    Thanks a lot Karl, it worked.

    I changed my code like this:


    HttpSession session = request.getSession();
    ApplicationContext ctx =...
  9. Replies
    16
    Views
    1,907

    Hi, Thanks a lot for your reply. Here is...

    Hi,

    Thanks a lot for your reply.

    Here is the relevent part of my application-context.xml file:



    <bean id="sessionFactory"...
  10. Replies
    16
    Views
    1,907

    Using getHibernateTemplate() problem

    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 ...
  11. Replies
    3
    Views
    807

    Hi, No reply for me yet...... am i asking a...

    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.
  12. Replies
    3
    Views
    807

    Hi justin, I didnt understand what you have...

    Hi justin,

    I didnt understand what you have replied. Can you please be more detail???

    Thanks.
  13. Replies
    3
    Views
    807

    inserting a popup form

    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...
Results 1 to 13 of 13