Apache TomEE is Java EE 6 Web Profile implementation based on Apache Tomcat

learn more… | top users | synonyms

1
vote
2answers
852 views

TomEE and Hibernate dependencies

I have created very simple app with persistence context (hibernate as provider) to read some value from database. I use Eclipse with Maven. First, I get Caused by: ...
2
votes
2answers
747 views

Where to use EJB 3.1 and CDI?

I am making a Java EE based product in which I'm using GlassFish 3 and EJB 3.1. My application has session beans, a scheduler and uses web services. I recently came to know about Apache TomEE, which ...
10
votes
5answers
615 views

JavaEE solution configuration best practices

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 its ...
1
vote
2answers
351 views

error starting tomee server from eclipse servers tab

My OS is win 7 ultimate 32 bit After installing JDK 7u9, eclipse Juno (4.2) SR1 for Java EE and finally adding into it the new server Apache TomEE 1.5.0 October 2nd, 2012 ...
0
votes
2answers
115 views

persistencecontext makes queries empty

I recently changed my JPA design for that : persistence.xml <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" ...
0
votes
1answer
275 views

Error executing TommEE 1.0 with JSF 2.0

I'm trying use apache-tomee-1.0.0 with my JSF 2.0 web app... but I can't do it :(. My problem is when I run the server logs this error: 30-ago-2012 18:49:39 org.apache.catalina.core.StandardContext ...