locationtech / udig-platform

uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community
http://udig.refractions.net
190 stars 133 forks source link

NullPointerException in ShpGeoResourceInfo while executing search in SearchView #678

Open fgdrf opened 2 years ago

fgdrf commented 2 years ago

What I did:

Obviously doesn't have the the FeatureType a namespace set.

fgdrf commented 2 years ago

After a debug-session it looks like that the ShpServiceExtension does't set ShapefileDataStoreFactory.NAMESPACEP.key in parameter map which leads to a Name-Object without a namespace.

Not sure why but the ShpGeoResourceInfo.getSchema(ShpGeoResourceInfo.java:96) does not handle null correctly, I guess I'll try to fix both ends.