]
Stuart Douglas closed SEAMPERSIST-34.
-------------------------------------
Assignee: Stuart Douglas
Resolution: Done
drop persistence from the org.jboss.seam.persistence.transaction
package
------------------------------------------------------------------------
Key: SEAMPERSIST-34
URL:
https://issues.jboss.org/browse/SEAMPERSIST-34
Project: Seam Persistence
Issue Type: Task
Affects Versions: 3.0.0.CR1
Reporter: Dan Allen
Assignee: Stuart Douglas
Fix For: 3.0.0.Final
The transaction APIs in Seam Persistence should be moved from:
org.jboss.seam.persistence.transaction
to:
org.jboss.seam.transaction.
Nesting the transaction package under the persistence package locks us into a tight
coupling between orthogonal concerns. It also causes some misconception that the
transaction features can only be used with persistence.
Although we've decided that the transaction APIs alone don't warrant their own
module, we can still have two separate packages within this module.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: