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

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



Back to the top