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
0
votes
1 answer

Spring 3.2.13 + Hibernate 4.2.7 + JTA: works on tomee with jotm but fails on WebLogic 12c

I am upgrading the stack of old app. I was able to test the JTA piece on tomcat/tomee(1.7.4) successfully, but when I try to deploy the same WAR file to WebLogic [12c], it fails to connect to data base with following stack trace. Both my hibernate…
H.B
  • 1
  • 3
0
votes
2 answers

tomee - how to use RESOURCE_LOCAL datasource

I have some classes (ejb, webservices, mdb, etc..) that can use JTA. For some classes I need RESOURCE_LOCAL (can't be injected). However I can't get tomee to reference the jndi name of RESOURCE_LOCAL. How do you setup tomee and RESOURCE_LOCAL? I…
user1889665
0
votes
1 answer

Error deploying CXF webservice: org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to ... XMLParserConfiguration

I am deploying a JSF app with TomEE 7 and after creating a Web Services the application runs, but not the WS, which gives me an HTTP 500 error. SEVERE - Error deploying CXF webservice for servlet xxxxx java.lang.ClassCastException:…
user1156544
  • 1,725
  • 2
  • 25
  • 51
0
votes
1 answer

MDB concurrent instances not starting

I have a requirement where i need 40 threads to do a certain task (merging) and around 20 threads to do another task(persistence). Merging takes about 5X more time than persistence. I am using message driven beans to accomplish this concurrency. I…
0
votes
1 answer

Testing JAX RS service with Arquillian and Tomee embedded

I'm starting a new proyect with Tomee 7.0.0-M1 and I would like to test a JAX-RS service with Arquillian but I'm getting the following error when I run the test from Intellilj: Exception in thread "main" java.lang.NoClassDefFoundError:…
coder
  • 71
  • 1
  • 3
  • 8
0
votes
1 answer

How to access @SessionScoped beans from @WebFilter

I am working on an AuthenticationFilter to redirect the user when he's not logged in. I am using TomEE 7.0.0-M2, so with Java-EE7 support. AuthenticationFilter @WebFilter(urlPatterns = "/*", dispatcherTypes = {DispatcherType.FORWARD,…
0bmis
  • 46
  • 1
  • 8
0
votes
0 answers

Session reloading fails on Tomee (JSF project in development in Eclips)

I have a JSF project developped in Eclipse and I've recently moved from Tomcat 8 + Mojarra JSF-2.2 using Managed beans/properties to a Tomee 7 + MyFaces-2 using CDI environment to be able to add Omnifaces into the project. After many hours…
Rada
  • 52
  • 5
0
votes
0 answers

SpringBoot deployed under context path

Have a SpringBoot application packaged as an EAR and deployed to a local TomEE 7 instance. Once deployed, is hosted under a context path of TOMEE/my-app-api A static index.html page in webapp folder is served correctly from…
timothyclifford
  • 6,799
  • 7
  • 57
  • 85
-1
votes
1 answer

How to configure SSL Certificate to TomEE 7?

I have a configured SSL Certificate to Glassfish 4, now I want this to be configured for TomEE-7. Please help me to achieve this. Thanks
Ratna Kumar
  • 84
  • 2
  • 10
1 2 3
9
10