wocommunity / wonder

Project Wonder
http://wiki.wocommunity.org/
239 stars 166 forks source link

ERXNavigationManager.registerObserverForFramework throws an NullPointerException #1005

Closed sal-bock closed 1 year ago

sal-bock commented 1 year ago

ERXNavigationManager.registerObserverForFramework throws an NullPointerException, if the navigationMenuFile is contained in a jar.

the reason is, that ERXFileUtilities.pathForResourceNamed returns null, when the navigationMenuFile is contained in a jar.

Using pathURLForResourceNamed should fix the problem.

paulhoadley commented 1 year ago

I assume this was fixed in #1006.