apache-tomee Questions
2
I am working on an application that consists of several backend services and a frontend client. The entire application is written in Java, and we use the Apache TomEE webserver to run it.
The back...
Kraft asked 17/1, 2016 at 15:37
1
Solved
Context
We use a javax.ws.rs.ext.ExceptionMapper<Exception> annotated as @javax.ws.rs.ext.Provider to handle all exceptions. Internally this ExceptionMapper is distinguishing between differe...
Discovery asked 17/11, 2015 at 14:55
1
Solved
I have just migrated to Tomcat 8. I used to work with system property org.apache.el.parser.COERCE_TO_ZERO=false so empty strings, numbers, booleans etc. are treated as null.
In Tomcat 8, EL 3.0, i...
Angilaangina asked 25/10, 2015 at 19:37
2
I am trying to run my application in TomEE server, After much hassles I am able to run the application.
However for some reason I am getting some sort of jar conflict for resteasy and hence an err...
Sharrisharron asked 5/6, 2015 at 8:52
2
Solved
I want to deploy EJB ear in a server but I am really confused about choosing a server among tomcat, TomEE and TomEE Plus.
What are the differences between Tomcat and TomEE?
What are the new featu...
Mantelet asked 29/5, 2015 at 17:23
1
Solved
Whats the difference between service tomcat start/stop and ./catalina.sh run/stop in Tomcat or TomEE?
Do they do exactly the same thing?
Sinuous asked 1/5, 2015 at 9:9
3
Solved
I have two tomee instances clustered.
Each one have a method annotated like
@Schedule(dayOfWeek = "*")
public void runMeDaily() {...}
I'd like to run this method only once a day. Not twice a da...
Xenocryst asked 16/10, 2014 at 10:58
1
Solved
I'm converting a web application to use TomEE instead of Jboss 5.1.0 and seeing the following exception:
ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[mlui]- Servlet.ser...
Usia asked 1/12, 2014 at 20:15
2
Solved
Summary
I'm trying to run a Java web application JPA 2.0 example. The example application was written to run in Glassfish, using EclipseLink as JPA provider.
I would like to convert it to run in T...
Andromache asked 20/5, 2012 at 23:3
6
Solved
I am upgrading a code that uses Jersey JAX-RS to run on an Apache TomEE server. Unfortunately it throws errors when I try to use Jersey with TomEE.
I am using eclipse and have the JAX-RS project f...
Gundry asked 14/5, 2012 at 12:41
1
Solved
I don't know may be my question is completely meaningless, but I can't find any straight information about it.
I had my JSF + Tomcat application and it worked just fine. I want to implement Restf...
Univalve asked 28/7, 2013 at 13:42
6
Solved
We build 3-tier enterprise solutions that typically consists of several webapp and ejbjar modules that all talk to a db and have several external integration points.
Each module typically needs it...
Haag asked 17/11, 2011 at 9:2
1
im currently trying to make a JSFUnit-Test with Arquillian and TestNG, but the JSFServerSession and JSFClientSession-object is NULL. Is there a working EXAMPLE for having JSFUnit and TestNG? Or is ...
Armil asked 9/1, 2013 at 11:31
2
I have following code to run on Apache-tomee, i am using eclipse for coding, and i want to run my simple schedule job using @Schedule annotation at application start-up.
@Startup
@Singleton
publi...
Fy asked 21/12, 2012 at 5:36
2
Solved
I would test my EJB with TomEE embedded EJBContainer.
This is my JUnit test case skeleton:
package com.xxx.indexer.scheduler.service;
import java.util.Properties;
import javax.ejb.embeddable.EJ...
Killen asked 27/9, 2012 at 15:45
3
Solved
I am developing a simple application with EJB 3.0 using OpenEJB for deployment and Eclipse as an IDE.
I created the project as a 'dynamic web application' in Eclipse. When I tried creating the fi...
Rainier asked 10/4, 2012 at 9:50
1
Solved
Using stock TomEE+, I cannot get a simple JAX-RS resource to work. I constantly get an error of:
Jun 30, 2012 5:09:59 PM org.apache.cxf.jaxrs.utils.ResourceUtils checkMethodDispatcher
WARNING: No ...
Cleanshaven asked 30/6, 2012 at 21:43
1
Solved
I understand that Apache TomEE is a regular Tomcat installation with openejb as a web app.
I am trying to understand how all this bootstraps. I will try and ask a few directed questions:
Is it i...
Mello asked 18/4, 2012 at 8:42
2
Solved
Like the title says. I don't have much knowledge regarding the inner workings of Java EE6 certification. However, it seems that TomEE+ is just just a superset of TomEE, so shouldn't TomEE+ also be ...
Condominium asked 13/4, 2012 at 22:46
© 2022 - 2024 — McMap. All rights reserved.