Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Project creation listener

That is probably correct. A *post* install listener should probably work, assuming there isn't a race condition between that event thread and our project creation thread.

Max Rydahl Andersen wrote:
On 28-01-2009 23:48, Paul Fullbright wrote:
Dmitry,

This work is on our radar, and was logged in this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=260008
If you have some requirements, this would be the place to describe them.

As far as using a project facet listener, it's a good way to find out if the JPA facet has been installed or uninstalled (or its version changed, which does not apply as of yet), but it won't help you determine when a *Hibernate* project has been created, and the JPA project has likely not been created at the time you receive this event,
Facet post-install listener should be able to query the data, shouldn't it ?

/max
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev


--
Paul Fullbright
Eclipse Java Persistence Tools (Dali) Development
Oracle



Back to the top