Questions tagged [apache-tomee]

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

Definition

From Wikipedia:

Apache TomEE (pronounced "Tommy") is the Java Enterprise Edition of Apache Tomcat (Tomcat + Java EE = TomEE) that combines several Java enterprise projects

Components

  • Apache Tomcat
  • Apache OpenEJB
  • Apache OpenWebBeans
  • Apache OpenJPA
  • Apache MyFaces
  • Apache ActiveMQ
  • Apache CXF
  • Apache Derby
955 questions
0
votes
1 answer

Apache TomEE and Tomcat co-existence on Windows systems

Is it possible to have apache tomcat and apachetomee-plus on an windows machine together. Since while setting up Tomcat6; I had setup CATALINA_HOME environment variable; I think when apache tomee starts up [using the startup.bat file included in the…
Ayusman
  • 8,509
  • 21
  • 79
  • 132
0
votes
1 answer

TomEE: CDI Extension - provider not found error

I have running TomEE+ 1.5.1 and trying to create an CDI extension. I created a class implementing javax.enterprise.inject.spi.Extension and put that class name into the file META-INF/services/javax.enterprise.inject.spi.Extension The class itself is…
Jukkales
  • 117
  • 2
  • 11
0
votes
2 answers

persistencecontext makes queries empty

I recently changed my JPA design for that : persistence.xml
facewindu
  • 705
  • 3
  • 11
  • 31
0
votes
1 answer

How to setup precompiled jsps with Tomee/Openejb?

I am having this error: Caused by: org.apache.tomee.catalina.TomEERuntimeException: org.apache.openejb.OpenEJBException: Unable to load servlet class: org.apache.jsp.versionMessage_jsp: org.apache.jsp.versionMessage_jsp at…
mutya
  • 51
  • 6
0
votes
1 answer

tomee persistence.xml in EJB JAR META-INF crashes my application deployment

I am using TomEE to deploy an EAR file, that contains one EJB JAR and one WAR. I want to add entities using the default provider. I have created a resource in tomee.xml to use MySQL DB. Then I would like to use entity manager so I am trying to…
Eli Avital
  • 21
  • 1
  • 3
0
votes
3 answers

Using Hibernate or TomEE?

I have an EJB-based library that needs to be modified to be compatible with Tomcat application server (i.e. no JaveEE). I browsed a bit on Hibernate and got rather confused. Apparently, there's the natural Hibernate branch that uses a .cfg file as…
Some Newbie
  • 1,059
  • 3
  • 14
  • 33
0
votes
1 answer

Tomee+ JAX-RS: Jackson annotations ignored

I've got a problem with Jackson annotations that seem to be ignored in Tomee+ v1. I use Jackson to have my REST responses serialized to JSON. I switched it on setting: openejb.cxf.jax-rs.providers = org.codehaus.jackson.jaxrs.JacksonJsonProvider in…
qmacpit
  • 61
  • 1
  • 4
0
votes
1 answer

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 listenerStart GRAVE: Excepción enviando evento…
elo
  • 1
  • 3
0
votes
0 answers

Erroneous sym type: EmbeddedSolrServer.query

Im having a problem implementing the EmbeddedSolrServer from Solr, everything it seems to be in the right place, and its compiling and everything but when it tries to make a request> QueryResponse rsp = solrServer.getSolrServer().query(query); I…
cri_sys
  • 472
  • 1
  • 5
  • 17
0
votes
1 answer

Using TomEE and open JPA, i get the following error: SEVERE: JAVA AGENT NOT INSTALLED

I'm getting the following error using TomEE and JPA: SEVERE: JAVA AGENT NOT INSTALLED. The JPA Persistence Provider requested installation of a ClassFileTransformer which requires a JavaAgent. See http://openejb.apache.org/3.0/javaagent.html Is…
Greg
  • 1,549
  • 1
  • 20
  • 34
0
votes
1 answer

tomcat scalability ejb

I'm interested on Tomcat with OpenEJB horizontal scalability configuration, and how it will perform to manage distributed stateless ejb s: on every invocation if it's possible to allocate an instance from another tomcat server like in application…
-1
votes
0 answers

problem with launching tomcat via startup.bat

I downloaded the Tom ee plume 9.1.0 from the official website and immediately after downloading launched the startup.bat, but there were a lot of errors in the logs, and when connecting to localhost:8080 I got the error "Description The origin…
-1
votes
2 answers

Ignite tomee-webprofile-7.1.0-> Start error reporting at Tomee

[1 image description here][1][2 image description here][2] 3 image description hereFailed to unmarshal discovery data for component: 1 class org.apache.ignite.IgniteCheckedException: Failed to deserialize object with given class loader:…
-1
votes
1 answer

JDBC Realm authentication - ClassNotFoundException: com.mysql.jdbc.Driver

I know this is a duplicate question, but none of the other 15+ thread's answers helped, or i missed something. I am trying to implement authentication using JDBC Realm in my JAX-WS java web app, and i can't even get past connecting to the db. This…
-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
63
64