Issue Details (XML | Word | Printable)

Key: CORE-2734
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Erik Bengtson
Reporter: Joerg von Frantzius
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JPOX Core (ARCHIVED)

Use of JPOX with JTA using JNDI without requiring JCA

Created: 03/Mar/06 03:34 PM   Updated: 17/Sep/07 09:17 AM   Resolved: 16/Aug/07 01:17 PM
Component/s: Transactions
Affects Version/s: 1.1.0-rc-1
Fix Version/s: 1.2.0-beta-4

File Attachments: 1. Zip Archive jpox-jta.zip (11 kB)

Issue Links:
Depend
 

Forum Thread URL: http://www.jpox.org/servlet/forum/viewthread?thread=3000


 Description  « Hide
J2EE-integration using the JCA adapter has some drawbacks:
- a large codebase to be maintained,
- buggy or restricted when used in JBOSS (http://www.jpox.org/servlet/forum/viewthread?thread=3000)

An alternative approach is to use the applications server's TransactionManager directly, see http://www.jpox.org/servlet/forum/viewthread?thread=3000 .

A first implementation (JtaSyncedTransaction) proves to be working in JBOSS when used in code without SessionBeans. Such code must pool/cache PersistenceManager instances by itself, something that is undesirable for SessionBeans.

For use with SessionBeans, please see a follow-up JIRA issue on this subject.