[seam-issues] [JBoss JIRA] Created: (SEAMPERSIST-34) drop persistence from the org.jboss.seam.persistence.transaction package
Dan Allen (JIRA)
jira-events at lists.jboss.org
Tue Mar 1 17:11:05 EST 2011
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
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: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list