hammock-project/hammock

JPA support without a persistence.xml

Closed this issue · 1 comments

It would be great to have JPA support without needing persistence.xml.

Ok, so here's what I'm seeing. JpaInjectionServices is created and operated prior to CDI being booted, even doing things like CDI.current() causes an issue. While I can generally work around this, I want a default DataSource as well.