Questions tagged [tomee-7]

Apache TomEE 7 is the Java Enterprise Edition (JEE7) of Apache Tomcat that combines several Java enterprise projects. Use this tag to mark questions which clearly relate to TomEE versions >= 7.0.0-M1.

Definition

From Apache TomEE's current JEE7 information website:

The latest release of Apache TomEE 7.1.2, which is based on Apache Tomcat 8.5.50 ...

Apache TomEE 7.1.2 can be downloaded at the official download page.

It combines several software components of different projects of the Apache foundation:

  • Apache Tomcat
  • Apache OpenEJB
  • Apache OpenWebBeans
  • Apache OpenJPA
  • Apache MyFaces
  • Apache ActiveMQ
  • Apache CXF
  • Apache Derby
144 questions
1
vote
1 answer

org.apache.openejb.OpenEJBException: Unable to load servlet class: com.sun.xml.ws.tx.coord.v11.endpoint.RegistrationRequesterPortImpl: null

I am using NetBeans 12 and apache-tomee-plume-7.0.9. I have deployed a project from Tomee manager app and put necessary jar files under /WEB-INF/lib folder of the deployed project. Previously I was getting this error Caused by:…
1
vote
0 answers

Running TomEE 7.0.3 on port 443 on Centos 7 server

We are running TomEE as the only webserver (ie not with apache). I want to redirect all traffic to the secure site. Everything works if I use port 8443 as the connector, but of course it displays the port number in the URL. But if I edit…
PatriciaM
  • 11
  • 2
1
vote
1 answer

Apache Tomee 7.0.2 - Maven compilation error for microservices

I am playing around with Apache Tomee 7.0.2 microprofile and trying to learn more about microservices. One of the tutorial link is found on https://www.javacodegeeks.com/2017/03/microservices-series-microprofile-apache-tomee.html. Using the…
yapkm01
  • 3,590
  • 7
  • 37
  • 62
1
vote
0 answers

java.lang.ClassNotFoundException: javax.ws.rs.ext.MessageBodyReader in Apache TomEE when trying to use Jackson instead of Johnzon as JSON provider

Starting from my original problem, I get that I need to specifically configure Apache TomEE to use Jackson as JSON provider (instead of the default Johnzon). I imported the following in my pom.xml