Dear GWT Community,
We are currently upgrading our application to the latest GWT version using an Eclipse plugin–based, Ant-managed project.
After creating a sample GWT project and deploying it on Payara Server 6, we encounter deployment errors related to the Servlet API (javax.servlet).
After analysis, we observed that:
The latest GWT version still depends on javax.servlet
However, Payara 6 and newer Java/Jakarta EE versions require jakarta.servlet
Due to this mismatch, the application fails during deployment on Payara 6.
Could you please guide us .
Best Regards,
Pankaj Kumar
Java Developer
Thank you all for your responses.
I am currently facing an issue where the package is not found for the following import statement:
import com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet;
I have also tried resolving this by importing external JAR files, but the issue still persists.
Could you please advise on the possible cause of this error and suggest an appropriate solution?
Thank you in advance for your support.
Best Regards,
Pankaj Kumar
Java Developer
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/00894826-62f0-4072-8c88-7b9827d2ac29n%40googlegroups.com.
I am currently facing an issue where the package is not found for the following import statement:
import com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet;I have also tried resolving this by importing external JAR files, but the issue still persists.
Could you please advise on the possible cause of this error and suggest an appropriate solution?