|
|
|
|
Re: Propagated component name becomes of 'unknown' type by some reason [message #1176371 is a reply to message #1175188] |
Fri, 08 November 2013 04:38  |
Eclipse User |
|
|
|
Hi,
I beleive that I found the way to fix the problem, at least component stopped to be of Unknown type and can be used now.
1. Export corrupted project.
2. Search corrupted component in xml dump. It will look like:
<componentNames><compType>guidancer.abstract.unknown</compType><GUID>a79efa110e31490cabeb0afa7ed13f30</GUID><creationContext>OVERRIDDEN_NAME</creationContext><refGuid xsi:nil="true"/><compName>nn_TreeTable</compName></componentNames>
3. Replace <compType>guidancer.abstract.unknown</compType> with proper class for component, in my case it is <compType>org.eclipse.swt.widgets.SwtTree</compType>.
4. Save and import modified xml to DB.
Hope it will help.
Thanks,
Alexander.
|
|
|
Powered by
FUDForum. Page generated in 0.05475 seconds