GithubHelp home page GithubHelp logo

Comments (6)

spring-projects-issues avatar spring-projects-issues commented on May 7, 2024

Oliver Drotbohm commented

entity-manager-factory-ref is (as the name suggests) to point the EntityManagerFactory bean to be used to obtain an EntityManager from. To point the repositories to use a transaction manager named other than transactionManager use the transaction-manager-ref attribute. Make sure your transaction manager uses the same EntityManagerFactory that you hand to the repositories element

from spring-data-jpa.

spring-projects-issues avatar spring-projects-issues commented on May 7, 2024

jokeway commented

hi,Oliver Gierke
I think the bug title should be changed to:
Why do not the attribute of the transaction-manager-ref be valid?
The method postProcessBeanDefinition had nothing to do with transaction-manager-ref config.

from spring-data-jpa.

spring-projects-issues avatar spring-projects-issues commented on May 7, 2024

Oliver Drotbohm commented

Sorry, I don't get you at all. What's wrong with transaction-manager-ref? Lowering the severity until we actually now what's wrong

from spring-data-jpa.

spring-projects-issues avatar spring-projects-issues commented on May 7, 2024

jokeway commented

The code in 'hades' process the transaction-manager-ref :

beanDefinitionBuilder.addPropertyValue("transactionManager",
        context.getTransactionManagerRef());

Missing in 'spring-data'

from spring-data-jpa.

spring-projects-issues avatar spring-projects-issues commented on May 7, 2024

Oliver Drotbohm commented

Ah, I see. Well spotted, thanks for filing!

from spring-data-jpa.

spring-projects-issues avatar spring-projects-issues commented on May 7, 2024

Oliver Drotbohm commented

Should be fixed and available in the snapshot tonight

from spring-data-jpa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.