suhail-1997 opened a new issue, #25: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/25
Im trying to upgrade spring web app to tomcat 10 for the upgrade im using apache jakarta migration tool. the application got successfully migrated using this tool but when i run the application in tomcat 10 im facing following issue java.lang.IllegalArgumentException: Unknown Entity bean class please verify that this class has been marked with the @Entity annotation. and tables are not being created in the database. when i run same application in tomcat 9 the tables are being created and i dont face any exception there. i cant able to figure what is the problem in tomcat 10 even after using migration tool. -- 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]
