mohiniagrawal opened a new issue #21:
URL: https://github.com/apache/tomcat-jakartaee-migration/issues/21


   I am trying to deploy a war in which there is a class extending 
javax.servet.ServletContextListener and overriding method 
contextIntialized(javax.servlet.ServletContextEvent) method.
   After migrating the war using the tomcat-jakartaee-migration tool, the 
following issue is resolved.
           **java.lang.NoClassDefFoundError: 
javax/servlet/ServletContextListener**
   
   But now it is looking for overriden method 
contextIntialized(jakarta.servlet.ServletContextEvent) but in actual code it is 
contextIntialized(javax.servlet.ServletContextEvent). 
   So since the migration tool is in progress now, so I wanted to ask if there 
is a plan to handle such a scenario as well while migration or it should be 
handled by application developers themselves?
   
   And if there is a plan to handle such a scenario then may I know the 
expected timeline it is planned for? 
   
   Thanks


-- 
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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to