Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] NEW DEPENDENCY - Re: JPA 2.1 Entity Listener Injection Check-in

BTW, this check in adds a new dependency to the Eclipse Core project. (the command line build will automatically pick it up).

To get the dependency, you have to options

1. Get the cdi.api_1.0.0 project from orbit
2. Copy cdi.api_1.0.0.v201105160744.jar to your Eclipse dropins directory and refresh you target platform. (Window - Preferences - Plug-in Development - Target Platform - Reload)

-Tom

On 07/01/2013 10:40 AM, Tom Ware wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366748

Checked in initial code to master stream.

Initial code has had injection manually tested and passed the JPA and Core LRGs.

Reviewed by Chris Delahunt

Still to come:

- some work on PreDestroy support
- automated testing


Back to the top