[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: EPackage.Registry

Alex,

Yes, exactly, and that's needed because otherwise any thread could get access to a partially initialized package, which is the problem that was fixed. I suppose at the end of the init method we could put the package into the registry...


Alex Boyko wrote:
I think it's broken because when EPAckage is created we put a "resolved" descriptor instead of the EPackage itself in the registry see the constructor EPackageImpl(String, EFactory)

Perhaps I could check if the EFactory is there?

Cheers,
Alex