Results 1 to 2 of 2

Thread: Error while logging to application in Redhat Linux

  1. #1

    Default Error while logging to application in Redhat Linux

    hii..
    I've an application using Spring-Hibernate.... I've successfully deployed my application in GateIn 3.2 in Windows environment.. I'm unable to log in to the application in Redhat Linux... I'm getting an exception in backend..... The stacktrace is :


    Caused by: java.lang.NoSuchMethodError: org.springframework.orm.hibernate3.HibernateTransa ctionManager.determineTimeout(Lorg/springframework/transaction/TransactionDefinition)
    at org.springframework.orm.hibernate3.HibernateTransa ctionManager.doBegin(HibernateTransactionManager.j ava:499)
    at org.springframework.transaction.support.AbstractPl atformTransactionManager.getTransaction(AbstractPl atformTransactionManager.java:315)


    plz help me... Thanks in advance...

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,629

    Default

    Check the environment. You are probably mixing spring versions or have a classloading problem (same jar in different locations).
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •