...
[16:22:22 CDT(-0500)] <athena> i told him that probably most of the spring context stuff is at the bottom of persistenceContext.xml - does that sound right?
[16:23:42 CDT(-0500)] <EricDalquist> hi
[16:23:46 CDT(-0500)] <EricDalquist> ah yeah
[16:23:56 CDT(-0500)] <EricDalquist> though uPortal's use is fairly customized
[16:24:10 CDT(-0500)] <EricDalquist> but in generally you use spring's local entity manager factory
[16:24:17 CDT(-0500)] <EricDalquist> create a persistence.xml that goes in META-INF
[16:24:32 CDT(-0500)] <EricDalquist> and then in code you annotate a setter/field with @PersistenceContext