Top "Apache-tomee" questions

Apache TomEE is the Java Enterprise Edition of Apache Tomcat that combines several Java enterprise projects.

The absolute uri cannot be resolved in either web.xml or the jar files deployed with this application

I'm converting a web application to use TomEE instead of Jboss 5.1.0 and seeing the following exception: ERROR org.apache.catalina.…

java jsp jboss5.x spring-social apache-tomee
How can I map postgresql json data type using Hibernate?

I am following the example mentioned in the below URL ? Mapping PostgreSQL JSON column to a Hibernate entity property But …

json hibernate postgresql jpa apache-tomee
How to use TomEE with Hibernate

I have created very simple app with persistence context (hibernate as provider) to read some value from database. I use …

java hibernate jpa openejb apache-tomee
"No resource methods" when using JAX-RS on TomEE+

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 …

java jakarta-ee tomcat jax-rs apache-tomee
How can I integrate Jersey with TomEE / openEJB

I am upgrading a code that uses Jersey JAX-RS to run on an Apache TomEE server. Unfortunately it throws errors …

java jakarta-ee jersey openejb apache-tomee
Gradle -> How to omit some jars from WEB-INF/lib

I have a subproject with a war spec that looks like this: war { from('resources') { include '*.properties' into 'WEB-INF/…

java jar war gradle apache-tomee
Making @Schedule run only once in a clustered environment

I have two tomee instances clustered. Each one have a method annotated like @Schedule(dayOfWeek = "*") public void runMeDaily() {...} I'd like …

java jakarta-ee quartz-scheduler apache-tomee
Java EE Error: javax.enterprise.inject.UnsatisfiedResolutionException: Api type

I'm in the process of building a simple webapp modelled on the MVC architecture. I have a little JSP page …

jsp jakarta-ee model-view-controller ejb apache-tomee
DDL generation and general persistence.xml settings (OpenJPA)

Summary I'm trying to run a Java web application JPA 2.0 example. The example application was written to run in Glassfish, …

java jpa openjpa openejb apache-tomee
How to configure connection failover for a PostgreSQL Hot Standby setup in a JavaEE application?

I have two Linux servers (A and B) with a PostgreSQL 9.5 database installed. I configured hot standby mode as described …

java postgresql hibernate jdbc apache-tomee