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 7970249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:22:07+00:00 2026-06-04T07:22:07+00:00

With Hibernate: @PersistenceUnit(unitName = oracle) private EntityManagerFactory emf; @Resource private UserTransaction u; protected void

  • 0

With Hibernate:

@PersistenceUnit(unitName = "oracle")
private EntityManagerFactory emf;
@Resource
private UserTransaction u;

protected void doGet(HttpServletRequest request, HttpServletResponse response)
            throws ServletException, IOException {
         EntityManager em = emf.createEntityManager();
try {
         u.begin();
         em.persist(some entity);
         u.commit();
     } catch (Exception e) {
         e.printStackTrace();
     }

This doesn’t write anything to the database, if I switch to EclipseLink it works ok.

If I use

EntityTransaction et = em.getTransaction();

instead of UserTransaction hibernates writes to the DB. (So somehow hibernate doesn’t see the JTA, like EclipseLink does).

What’s wrong with Hibernate ? (4.0.0-Final)
Thanks

edit:

I added the last 2 properties: (i’m using glassfish)

<properties>
    <property name="hibernate.dialect" value="org.hibernate.dialect.OracleDialect"/>
    <property name="hibernate.show_sql" value="true"/>
    <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
    <property name="hibernate.transaction.factory_class" value="org.hibernate.transaction.JTATransactionFactory" />
    <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.SunONETransactionManagerLookup" />
</properties>

but still doesn’t work

  • 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-04T07:22:08+00:00Added an answer on June 4, 2026 at 7:22 am

    I removed the last two properties, as they aren’t necessary.
    My problem was that I was creating the EM outside the u.begin(), and I should create it inside the transaction or call em.joinTransaction().

    Thanks:

    I got my answer from here:
    Hibernate JPA with JTA and Glassfish Application Server doesn't seem to commit

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

Sidebar

Related Questions

Hibernate 3.5-Final is finally here and it offers the much anticipated JPA2 support, amongst
Hibernate connections to MySQL my db are not closing. After clicking 10 times in
Does hibernate provide a method that returns an object's state (transient, persistent, detached)?
So Hibernate Supports the latest Version of Firebird, which is really great. But... I
Using hibernate, how can I persist a class with a List<String> field? Consider the
Can Hibernate 3.5.x be used as the JPA provider instead of the default provider
JPA/Hibernate missing column I am using JPA with Hibernate as the provider. I had
In Hibernate Envers, all related collections of an entity are loaded lazily, regardless of
I am using hibernate, spring, struts framework for my application. In my application, each
I use Hibernate with Java. I have two tables which are associated with foreign

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.