-
Sub-task
-
Resolution: Won't Do
-
Major
-
None
-
7.0.0.Beta1
-
None
-
None
A few things needs to happen for this to work.
1. Deployments that use container managed JPA support, need to be recognized by the JPADependencyProcessor. JPADependencyProcessor will inject the JPA dependencies into the deployment, so that it can access JPA stuff.
2. JPADependencyProcessor currently runs during DEPENDENCIES phase but we don't recognize annotations (JPAAnnotationParseProcessor) until later during the POST_MODULE phase.
Either we need to change JPAAnnotationParseProcessor to not use Attachments.COMPOSITE_ANNOTATION_INDEX (so we can move JPAAnnotationParseProcessor to the PARSE phase) or Attachments.COMPOSITE_ANNOTATION_INDEX needs to be built during the PARSE phase (again, allowing moving of JPAAnnotationParseProcessor to the PARSE phase).