Questions tagged [tomee-8]

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

Definition

The latest release of Apache TomEE 8.0.2, which is based on Apache Tomcat 9.0.35 ...

Apache TomEE 8.0.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
47 questions
0
votes
0 answers

org.apache.openejb.server.rest.OpenEJBRestRuntimeException: can't create class com.web.config.CryptoApplication When starting TomEE Server

I have deployed a war file that rely on Jersey instead of Apache CXF package on TomEE 8.0.14 My Web.xml CryptoService
0
votes
0 answers

Error while deploying with MP config in TomEE 9.0.0 SEVERE: CDI Beans module deployment failed with No ConfigProviderResolver implementation found

SEVERE: CDI Beans module deployment failed org.apache.webbeans.exception.WebBeansDeploymentException: Error while sending SystemEvent to a CDI Extension! org.apache.webbeans.portable.events.discovery.AfterDeploymentValidationImpl@4cc26df …
0
votes
0 answers

Mail Session fails in Tomee Server

I can send an email via a simple Java programme but if I use exactly the same settings to create Java Mail Session resource in Tomee's conf/tomee.xml file, the code fails: Here is the simple Java code that WORKS: public static void main(String[]…
Singam
  • 443
  • 3
  • 12
0
votes
0 answers

JSF Mojarra 2.3 @ Tomee is not running correctly as WindowsService

Used Software apache-tomee-8.0.13-plume javax.faces-2.3.9 Mojarra OpenJDK java-17-openjdk-17.0.3.0.6-1.win.x86_64 Windows Server 2019 and 2022 I have created a little sample app using the JSF WebSocket. Exactly this example If TOMEE is started by…
PosNerd
  • 33
  • 4
0
votes
1 answer

TomEE and Intellij

I followed this tutorial but at the end I got an 404 Not Found. http://localhost:8080/TomEE_war_exploded/ The requested resource [/TomEE_war_exploded/] is not available In Intellij I don't see a mistake. The Apache Tomee runs under windows in…
Clueless
  • 163
  • 16
0
votes
0 answers

where is the server log for tomcat when running inside (Tomcat plugin) of Intellij?

Using Intellij ultimate 2021.3.2 with tomcat & tomEE built in plugin to a run a grails app And I need to access tomcat logs (server.log) Any idea where I can find this on the Mac ?
0
votes
1 answer

Spring Durable JMS Subscriber in TomEE (Setting clientID on a used Connection is not allowed)

I am in the process of updating an application that ran on TomEE 7 to TomEE 8 and in doing so we started to receive errors in regards to our Spring message listener containers. TomEE 8 runs Apache Active MQ 5.16 where TomEE 7 ran Apache Active MQ…
Jamie
  • 135
  • 1
  • 11
0
votes
1 answer

Apache Netbeans 11.3 could not run web maven projects under Apache Tomee(plume, microprofile, plus)

Recently I have big problem, Netbeans could not run any web/maven project under TomEE. Just create simple maven web project and run. TomEE server start but unable to deploy WAR. Then you run TomEE from console and build WAR and copy to…
Armen Arzumanyan
  • 1,939
  • 3
  • 30
  • 56
0
votes
1 answer

TomEE PolicyConfigurationFactory & TransactionManagerImpl error

I have a problem while trying to start my server TomEE PluME 8.0.1. Hereunder are my logs. I’m doing a POC for a client, to know if we could pass one of their applications from weblogic to TomEE. I deploy this application (EAR) in apps and I have…
fayabobo
  • 81
  • 1
  • 1
  • 7
0
votes
1 answer

How to enable https on a Tomee docker container?

I'm running a tomee(8.0.1) docker image version and I would like to enable ssl on it. I have seen these topics: https://mkyong.com/tomcat/how-to-configure-tomcat-to-support-ssl-or-https/ how to make java - tomee application HTTPS? How to enable…
user13009230
0
votes
1 answer

Apache Cxf Webclient Doen't Work As Expected in Tomee 8

I am trying to get jwk keyset from google for use with Apache Cxf OIDC and Jose Libs. The code works fine when I run it on a stand alone main method. public class Main { /** * @param args the command line arguments */ public…
chege
  • 323
  • 5
  • 16
0
votes
1 answer

netbeans unable to copy context xml file from temp folder to tomee's localhost when deploy. FileNotFoundException(access denied)

netbeans unable to copy context xml file from AppData\Local\Temp\ folder to tomee's conf\Catalina\localhost when deploy. already tried: deploy to tomee 7.0.X is fine but tomee 8.0.0 fail. fatal error in stderr.log: 03-Oct-2019 16:31:22.358 fatal…
YuanJhen
  • 1
  • 3
0
votes
1 answer

Testing persistence with Arquillian and Tomee8. Tests are passing but Exception is thrown

I am trying to test my DAO Class using Tomee8 and Arquillian. I use Hibernate as persistence provider. The tests are passing but an exception is terminating the build. The Exception: java.lang.IllegalStateException: Illegal access: this web…
0
votes
1 answer

Why this simple REST application deploys/runs successfully to Tomee Plume 8.0.0-M2, but, *not* to Tomee Microprofile 8.0.0-M2?

Why does this simple REST application deploys successfully to Tomee Plume 8.0.0-M2, but, will NOT successfully deploy to Tomee Microprofile 8.0.0-M2? MICROPROFILE deployment (fails): - - - 21-Jun-2019 15:50:59.688 INFO [main]…
sairn
  • 461
  • 3
  • 24
  • 58
0
votes
0 answers

Why does data source not match migrating from TomEE 1.7.4 to 8.0.0-M2?

I try to migrate from Apache TomEE Plume from 1.7.4 to 8.0.0-M2 and there are some things which were working in the previous version and do not working with the new release. I have resource in context.xml