I committed the code from
http://www.seamframework.org/Community/HowDoIGetAJPAEntityManagerReferenc...
to
https://svn.jboss.org/repos/seam/modules/trunk/persistence
and
https://svn.jboss.org/repos/seam/modules/trunk/transaction
I imported persistence into a trivial web app and it appears to work. I
haven't had time to write any useful tests yet.
The transaction project is not compiling. Perhaps it's older code? I
commented out the dependencies that are not on the repo and changed
jsr299-api to cdi-api. It was originally failing to validate because it
was missing ${webbeans.groupId}.