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
1
vote
1 answer

Set TomEE conf/system.properties properties from command line using TomEE Maven Plugin

I'd like to set up a one-liner to deploy my webapp in TomEE using Maven TomEE plugin. Normally, I'd just put the .war artifact in /webapps/ and set up /conf/system.properties in a way like this: myAppDS.jdbcUrl =…
cidra
  • 374
  • 1
  • 4
  • 16
1
vote
0 answers

selectBooleanCheckbox with ajax is not working on TomEE 8.0.8

I have a question concerning JSF/PrimeFaces on TomEE. Running the following code (PrimeFaces 7.0)
Horazon
  • 21
  • 1
1
vote
0 answers

Problem is deploying REST Web service with Tomee

I try to deploy a REST web service on my tomee. i use apache-tomee-plus-8.0.6 with JDK 15 I create a web application called test I create a class like this: import java.util.Arrays; import java.util.HashSet; import java.util.Set; import…
Ignolito
  • 11
  • 1
1
vote
0 answers

Autodeploy war on tomee

I'm trying to create a working development environment using a TomEE 8.0.4 docker image. I'm packaging my project into a war with all the dependencies (those which not provided with TomEE). Then I'm copying that war to the webapps directory in the…
Alfredo Tostón
  • 327
  • 2
  • 12
1
vote
1 answer

How to cure ASM issues with TomEE 8.x, Hibernate 5.4 and Java 8?

According to this page, TomEE 8.0 is compatible with Java 8: http://tomee.apache.org/master/docs/java-compatibility.html However, I am getting some issue setting up a project with TomEE and Hibernate with java 8. I creating a project from the Maven…
Béatrice Cassistat
  • 1,048
  • 12
  • 37
1
vote
2 answers

Injecting a Resource in a javax.ws.rs.container.ContainerRequestFilter in TomEE 8

I'm trying to inject a DataSource into a ContainerRequestFilter in TomEE [Apache Tomcat (TomEE)/9.0.20 (8.0.0-M3]. However, I'm getting errors no matter what I do. I see that the JNDI name is being registered in TomEE…
Gerb
  • 883
  • 12
  • 31
1
vote
1 answer

How to differentiate TomEE different versions using jar files?

I have downloaded TomEE plume 8.0.0-M2, TomEE plus 8.0.0-M2, TomEE webprofile 8.0.0-M2, TomEE microprofile 8.0.0-M2 and OpenEJB Standalone 8.0.0-M2 (from http://tomee.apache.org/download-ng.html) I have installed all those TomEE versions and changed…
Mohit Rathore
  • 428
  • 3
  • 10
1
vote
0 answers

Resources auto linking to TomEE EJB beans

I am developing JMS based module which consume message from IBM MQ and persist the data. My app is running in TomEE 8.0.0-M2. While starting my application I notice that Auto-linking resource-ref 'openejb/Resource is happening against all my EJB…
Gnana
  • 2,130
  • 5
  • 26
  • 57
1
vote
1 answer

ActiveMQ configuration: BrokerXMLConfig activemq.xml - relative path file not found

I'm configuring an embedded instance of ActiveMQ using a WEB-INF/resources.xml file in my Dynamic Web Project that references an external activemq.xml file. ActiveMQ starts & functions as expected using an absolute path to activemq.xml placed in…
Ted Spradley
  • 3,414
  • 3
  • 22
  • 26
1
vote
2 answers

Microprofile | Config - Testing with dynamic values

I am using Microprofile Config (@Inject, not ConfigProvider) in my application. I have a configuration that takes different branches for different values. In order to test (Arquillian) all paths in my code, I need to be able to change this value at…
James
  • 329
  • 2
  • 12
0
votes
0 answers

TomEE can't send messages to ActiveMQ Artemis, but can recieve them. ActiveMQ "Classic" works fine same code

I am trying to configure TomEE to send messages to ActiveMQ Artemis. I can receive them in an MDB if I send with the ActiveMQ Artemis web console. However statless service (works with ActiveMQ "Classic") doesn't send messages to ActiveMQ Artemis,…
0
votes
0 answers

ClassNotFoundException while trying to migrate from JUnit4 to JUnit5

I have a task at work to migrate our tests (bots junit and integration tests) from JUnit4 to JUnit5. I replaced all the dependencies in pom.xml with those related to JUnit5 but somehow I got this error: java.lang.ClassNotFoundException:…
Costel
  • 1
  • 1
0
votes
0 answers

Not able to start TomEE windows service

enter image description hereHere I was trying to install TomEE 8.0.9 on my Windows server as a prerequisite for other applications. For that I have installed tomee on my server and it is starting with the startup.bat file. but when I installed Tomee…
Naji
  • 1
  • 1
0
votes
1 answer

Tomcat 9 and Spring Security redirecting to login page after successful authentication

Background: We are using Spring Version 5.3.2 Spring Security Version 5.4.1 Spring data 2.4.1 jstl 1.2 Servlet 3.1.0 Trying to Migrate from Weblogic to Apache Tomcat (TomEE)/9.0.71 (8.0.14). We have Custom Authentication, AuthenticationFilter …
Bhanu123
  • 1
  • 2
0
votes
1 answer

OWB 2.0.27, TomEE 8.0.14, JSF (myfaces) 2.3.10 startup errors

We are upgrading our webapp to JSF 2.3.10, OWB 2.0.22, and TomEE 8.0.14. I realize we should move to Jakarta EE, but, for now, this is our tech stack. I'm seeing stacktraces in the catalina logs concerning Default qualifiers. A snippet of…
RandyB
  • 1
  • 2