jakartaee-examples
jakartaee-examples copied to clipboard
Jakarta EE Examples
[jakartaee-examples](https://github.com/eclipse-ee4j/jakartaee-examples/tree/main)/[tutorial](https://github.com/eclipse-ee4j/jakartaee-examples/tree/main/tutorial)/[jaxws](https://github.com/eclipse-ee4j/jakartaee-examples/tree/main/tutorial/jaxws)/[helloservice-war](https://github.com/eclipse-ee4j/jakartaee-examples/tree/main/tutorial/jaxws/helloservice-war) /pom.xml modify jakarta.examples.tutorial.helloservice.Hello as jakarta.tutorial.helloservice.Hello
- Currently, I am working on an Issue of JakartaEE's tutorial project. According to that issue I have to change all files or folders with name or containing artifact `jaxrs`...
I would like to suggest correcting the values of mainClass in pom.xml files in tutorial/jms module which have this element. java.lang.ClassNotFoundException occured when I executed jar files generated after building...
Add more explanation to README file.
ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven3-plugin:1.10.6:redeploy (deploy) on project hello1: Execution deploy of goal org.codehaus.cargo:cargo-maven3-plugin:1.10.6:redeploy failed: Failed to create deployer with implementation class org.codehaus.cargo.container.glassfish.GlassFish7xInstalledLocalDeployer for the parameters (container [id =...
Added example of using jms with queues
### javax/servlet/ServletRequestListener not found when deployed on Tomcat 10 ( Jakarta lib ) Why ? **POM successful Build and run on Tomcat 10.0.27 the following Error is displayed** ``` Dec...
Issue with Dukes-bookstore: I thought managed beans declared in faces-config.xml were still allowable in Jakarta 10. The image map in index.xhtml does not work because none of the managed beans...