matthiasblaesing commented on PR #6160: URL: https://github.com/apache/netbeans/pull/6160#issuecomment-2163718868
I think this might be the cause for issues: #7449, #7436, #7354. I can't reproduce the issues, but my gut feeling is, that maven embedder loading causes class loading with the wrong classloader. My idea would be to pull out the places that trigger potential class loading: https://github.com/apache/netbeans/blob/b332b296700219ecd1d6ee6255124f3486171af3/enterprise/web.jsf.editor/src/org/netbeans/modules/web/jsf/editor/facelets/FaceletsLibrarySupport.java#L334-L361 out into `_findLibraries` right before the `try`-block that changes the context classloader. Would you mind having a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
