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 tested converting a large javaEE webapp and discovered some errors on specific pages, and tracked the error related to not locating "javax.faces.Integer".
I did manually adjust this specific page with new identifier "jakarta.faces.Integer".
Next recompiling war to javaEE8, then transform to EE10 and running it on tomcat10+ and the pages work as expected.
Is this outside the scope of the transformer, does it only apply for java classes?
The text was updated successfully, but these errors were encountered:
Problem Description
Package names in JSP/JSF files may not be transformed.
Steps to reproduce
Example 1: sample.xhtml
Have text fields hooked together with converter strategy
I tested converting a large javaEE webapp and discovered some errors on specific pages, and tracked the error related to not locating "javax.faces.Integer".
I did manually adjust this specific page with new identifier "jakarta.faces.Integer".
Next recompiling war to javaEE8, then transform to EE10 and running it on tomcat10+ and the pages work as expected.
Is this outside the scope of the transformer, does it only apply for java classes?
The text was updated successfully, but these errors were encountered: