Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Commercial » how to set V$session to eclipselink(JPA auditing)
how to set V$session to eclipselink [message #535584] Mon, 24 May 2010 17:50
enrique  is currently offline enrique Friend
Messages: 4
Registered: May 2010
Junior Member
hello everybody i am using eclipselink with oracle and i need to set the property v$session which jdbc4 has, it allows you to set an identification name to the application for auditing purposes but i had no lucky i have been trying through entitiyManager with the following lines :

emProperties.put("v$session.program","Customers");
factory=Persistence.createEntityManagerFactory("clientes",emProperties);
em=factory.createEntityManager(emProperties);
em.persist(customer);



does anybody know how to do it or any idea....

thanks.-
Previous Topic:Looking for volunteers - J2EE/Java EE developers - reward offered
Next Topic:how to set V$session to eclipselink
Goto Forum:
  


Current Time: Fri Apr 26 05:02:51 GMT 2024

Powered by FUDForum. Page generated in 0.02788 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top