NicolaIsotta commented on issue #4976: URL: https://github.com/apache/netbeans/issues/4976#issuecomment-1324948303
Ok find the cause. In ConfigManager, jakarta ee taglibs are not handled: https://github.com/apache/netbeans/blob/67393d2c6d8dc52aadb3477ac86b40bfc2dc4fef/enterprise/web.jsf.editor/src/org/netbeans/modules/web/jsf/editor/facelets/mojarra/ConfigManager.java#L1062-L1153 Solution: - add mojarra-4.0 as an external module (I don't really know how to do this) - refactor the code in the ConfigManager by calling the new mojarra function `DbfFactory.getSchema(ServletContext servletContext, String documentNS, String version, String localName)`: https://github.com/eclipse-ee4j/mojarra/blob/b9f62a28133b639a1f1d1f23de02fc7027e8aa23/impl/src/main/java/com/sun/faces/config/manager/DbfFactory.java#L320-L331 Any hint on how to go on? -- 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
