Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] @PostConstruct doesn't get called

In the tooling we have been facing it for a while https://bugs.eclipse.org/bugs/show_bug.cgi?id=394327

On Tue, Mar 19, 2013 at 8:15 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
There is a problem with having javax.annotation as a required bundle. Making it an import package solved the problem for me. 

Inline image 1


On Tue, Mar 19, 2013 at 7:03 PM, Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> wrote:
On Tue, Mar 19, 2013 at 2:02 PM, Eric Moffatt <emoffatt@xxxxxxxxxx> wrote:

I've just tried to create a very simple demo project for my talk but using M6 I see that the call to @PostConstruct is no longer called. It appears to be a mis-match between the definition in the 'javax.annotation' bundle and the one in the 1.6 JRE I'm using...

Is anybody else experiencing this issue ?
Is there a workaround ?

For everybody's reference:

Bug 403814 - 4.3M6 is using two different @PostConstruct annotation definitions causing severe usability issues



--
Paul Webster
Hi floor.  Make me a sammich! - GIR

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



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



Back to the top