Bug 528543 - obsolete property test id in org.locationtech.udig.info plugin.xml
Summary: obsolete property test id in org.locationtech.udig.info plugin.xml
Status: NEW
Alias: None
Product: uDig
Classification: LocationTech
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 minor
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard: 171
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-02 07:12 EDT by Nikolaos Pringouris CLA
Modified: 2017-10-02 07:12 EDT (History)
0 users

See Also:


Attachments
excerpt from metadata .log file (7.74 KB, application/octet-stream)
2017-10-02 07:12 EDT, Benny Fong CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaos Pringouris CLA 2017-10-02 07:12:22 EDT
Created attachment 27 [details]
Example of truncation for long substitutions:

when in the LayersView you select a layer and click properties (in the right click popup menu) then an exception:
org.eclipse.core.runtime.CoreException: No property tester contributes a property org.locationtech.udig.catalog.featureSource to type class 

occurs (check the .metadata/.log file). The full stack trace is provided in the attachment.

From some investigation it seems that the exception is related to the existence of the following entry (in lines 131, 153) in the org.locationtech.udig.info plugin.xml file:

               <test
                     property="org.locationtech.udig.catalog.featureSource">
               </test>
 
which seems to refer to a missing/obsolete property test id.
Removing the aforementioned entries from the plugin.xml clears the error.
Comment 1 Nikolaos Pringouris CLA 2017-10-02 07:12:22 EDT
Created attachment 27 [details]
Example of truncation for long substitutions:

when in the LayersView you select a layer and click properties (in the right click popup menu) then an exception:
org.eclipse.core.runtime.CoreException: No property tester contributes a property org.locationtech.udig.catalog.featureSource to type class 

occurs (check the .metadata/.log file). The full stack trace is provided in the attachment.

From some investigation it seems that the exception is related to the existence of the following entry (in lines 131, 153) in the org.locationtech.udig.info plugin.xml file:

               <test
                     property="org.locationtech.udig.catalog.featureSource">
               </test>
 
which seems to refer to a missing/obsolete property test id.
Removing the aforementioned entries from the plugin.xml clears the error.