hammock-project/hammock

Decouple Weld and JPA

Closed this issue · 2 comments

This is similar to, possibly blocking, possibly duplicate to #35

The current strategy for JPA includes native Weld support via JpaInjectionServices, this works for @PersistenceContext etc, but not well for other use cases. I want to decouple the two. add weld support if needed, but also allow it to work without Weld.

Removing from milestone - the code in there now is reduced, so its less Weld specific.

Needs to be done to solve an OWB compatibility issue. OWB provides this OOTB so needs to be moved into the weld module.