Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8566185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:35:55+00:00 2026-06-11T17:35:55+00:00

I am using appengine with Objectify to access my datasource. I use Spring for

  • 0

I am using appengine with Objectify to access my datasource. I use Spring for my business layer. In order to play with data I use the objectify-appengine-spring factory.

I would like to use annotation based local transactions. Do you know about an existing implementation which I could plug directly as a spring bean?

I’d really like to avoid the pain of implementing my own transaction provider with thread locals.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:35:56+00:00Added an answer on June 11, 2026 at 5:35 pm

    Check LushLife’s ObjectifyTransactionManager here or here.

    Spring XML config needed (you can find it here or here):

    <!-- ObjectifyManager -->
    <bean id="objectifyManager" class="ex.objectify.spring.ObjectifyManager">
            <property name="basePackage" value="gso.model" />
    </bean>
    
    <!-- ObjectifyFactoryBean -->
    <bean id="objectifyFactory" class="ex.objectify.spring.ObjectifyFactoryBean">
            <property name="manager" ref="objectifyManager" />
    </bean>
    
    <!-- Custom TransactionManager implementation -->
    <bean id="transactionManager" class="ex.objectify.spring.ObjectifyTransactionManager">
            <property name="manager" ref="objectifyManager" />
    </bean>
    
    <!-- Necesary to enable use of @Transactional in your services -->
    <tx:annotation-driven />
    

    Don’t forget to annotate your transactional methods or classes with @Transactional.

    Special thanks to author of this project.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using objectify on appengine with the java runtime. I am also using
I am using objectify 3.1 on appengine and attempting to do a ancestor query.
I am using AppEngine with Restlet to serve my data to a GWT app
I'm using Google AppEngine (python) and my application logs use UTC. My AppStats however
I'm using the Google AppEngine, with Java. When I use some datastore features, I'm
What would be the best way to get the latest inserted object using AppEngine
I am using objectify-appengine framework for querying. Here is my simplified problem: Consider these
Hi I cloned the repo using git clone https://code.google.com/p/objectify-appengine/ When I run ant jar
I'm using Google App Engine and Objectify 3.1 and slowly learning about denormalization and
I am using appengine webapp2 as wsgihandler, jinja2 as the template engine and wtforms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.