Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-1598

How to set role using OpenJPA

    XMLWordPrintableJSON

Details

    • Question
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • Windows

    Description

      I have weblogic system libraries having javax.persistence_1.0.0.0_1-0.jar and org.apache.openjpa_2.2.0.0_1-1-0.jar.

      EntityManager em = eClepRoleFactory.createEntityManager();

      1. Connection c = (Connection)OpenJPAPersistence.cast(em).getConnection();
      String s = "SET ROLE "role" IDENTIFIED BY "+pass;
      Statement stmt = c.createStatement();
      stmt.execute(s);
      stmt.close();

      2. em.getTransaction().begin();
      Query q = em.createNativeQuery("SET ROLE eclep_hpn_role IDENTIFIED BY role55");
      em.getTransaction().commit();

      Note: I am able to set the role using the steps in 1, but not with the steps in 2.
      Question: What is missing in steps 2, because of which I am not able to set the role. Doesn't createNatvieQuery support this feature. Please help me urgently.

      Attachments

        Activity

          People

            techhusky Jeremy Bauer
            veeraj21@gmail.com Rajeev Chaudhary
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 24h
                24h
                Remaining:
                Remaining Estimate - 24h
                24h
                Logged:
                Time Spent - Not Specified
                Not Specified