SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-429
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Support embedded OpenJPA Compass

Created: 01/Jul/07 03:07 PM   Updated: 02/Aug/07 04:54 PM
Component/s: Compass::Gps
Affects Version/s: None
Fix Version/s: 1.2 M3


 Description  « Hide
Support an embedded Compass mode with OpenJPA where configuring Compass will be within Open JPA configuration (a simple compass properties configured within persistence.xml file).

Compass will automatically integrate with OpenJPA lifecycle methods by registering object lifecycle listeners (mirroring) and transaction listeners (for Compass session and Compass transaction binding).

A simple OpenJPAHelper will be provided to get the Compass instance and Compass Gps instance bound to the current EntityManagerFactory, as well as getting the current Comapss Session bound to the EntityManager.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 01/Jul/07 03:24 PM
Added initial support. Still needs documentation.