You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom JSF resource handler (ResourceHandlerWrapper) which uses ResourceHandler.RESOURCE_IDENTIFIER. The contents of that constant is currently not updated in die class files in WildFly 24 Beta1.
I've modified the file impl/ecl/src/main/resources/org/wildfly/extras/transformer/eclipse/jakarta-direct.properties and added the following line:
/javax.faces.resource=/jakarta.faces.resource
That fixed it for me.
The text was updated successfully, but these errors were encountered:
I have a custom JSF resource handler (
ResourceHandlerWrapper
) which usesResourceHandler.RESOURCE_IDENTIFIER
. The contents of that constant is currently not updated in die class files in WildFly 24 Beta1.I've modified the file
impl/ecl/src/main/resources/org/wildfly/extras/transformer/eclipse/jakarta-direct.properties
and added the following line:That fixed it for me.
The text was updated successfully, but these errors were encountered: