Results 1 to 2 of 2

Thread: Error when trying to set Springframework-2.0-m3 as Eclipse project

  1. #1

    Default Error when trying to set Springframework-2.0-m3 as Eclipse project

    Classes TransactionSynchronizationManager and AbstractPlatformTransactionManager will not compile, with error 'The type javax.transaction.TransactionManager cannot be resolved. Indirectly referenced from required .class files'. Where do I get the javax.transaction.TransactionManager from?

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    See the lib folder and the readme file from the project root - it explains the jars that are contained and what purpose they serve. In your case you need jta.jar
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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