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

learn more… | top users | synonyms

2
votes
2answers
307 views

EJB-3.1 @Startup & @Schedule anotation in Apache Tomee for Timer Execution

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 public ...
1
vote
2answers
853 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
1answer
313 views

Steps to execute .ear file from Glassfish server into Tomee+ server

As a newbie to Enterprise Applications I'm trying to get it done. I developed an Enterprise application in Netbeans 7.1.2. It runs successfully using the default Glassfish server. With the need to ...
2
votes
1answer
309 views

TomEE lookup errors

I've a WebApp that uses tomcat and openejb in separate installations. I'm trying to move this to a TomEE (web profile / plus) environment and I'm running into lookup errors. JNDIContext is throwing a ...
2
votes
1answer
328 views

TomEE 4 JPA issue

I am trying out simple JPA example on TomEE 4.0.0 and I am not able to get PersistenceContextType.EXTENDED working If I make my session bean Stateless and leave PersistenceContextType then it works ...
1
vote
1answer
111 views

Is it possible to deploy JSF MyFaces 1.1.5 applications to TomEE

With Tomcat7 i can deploy several application with misced use of MyFaces 1.x / 2.x In TomEE i run to many exceptions if i deploy Applications with MyFaces 1.x, because tomee has builtin myfaces2 ...
0
votes
1answer
35 views

TomEE, JAAS, SQLLoginModule and 403

I have added the SQLLoginModule to my deployment (TomEE 1.5.1): system property that points to the login.config login.config configured to use SQLLogin realm server.xml updated to use this realm ...
0
votes
1answer
33 views

TomeEE Java Version 5

I installed TomEE plus version 1.5.1. It has Tomcat version 7. Can TomEE be used with Tomcat 6? It is possible? Having a quick search on Google, doesn't give anything back.
0
votes
1answer
46 views

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

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

TomEE: single class loader per EAR + parent last

Is there a way to configure TomEE to use single class loader per EAR and load classes from the application first and server last?
0
votes
1answer
250 views

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 = ...
0
votes
1answer
277 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 ...
2
votes
0answers
124 views

EJB JAX-RS @Context HttpServletRequest NullPointerException - Why?

Consider the following service: @Path("/") @Stateless public class SomethingService { @Context final HttpServletRequest request @POST @Path("post/something/") ...
2
votes
0answers
333 views

Maven with automated testing using TestNG, JSFUnit 2 and Arquillian

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 ...
2
votes
0answers
261 views

MDB subscribing to remote jms topic in Apache Tomee

I'm trying out Apache Tomee (1.5 plus) for the first time and I'm totally stuck at the moment. The company I work for have an application (using JBoss and HornetQ) that sends messages to a JMS topic, ...
1
vote
0answers
63 views

Tomcat Resource Factory org.apache.openejb.OpenEJBException: No provider available for resource-env-ref

I am using TomEE as the Application Server. TomEE uses Tomcat 7. I have the following code: package com.jndi; import java.util.Hashtable; import javax.naming.Context; import javax.naming.Name; ...
1
vote
0answers
120 views

Migrating from glassfish to tomee+

I have an application which runs on Glassfish 3.1.2, but now i want to migrate to Tomee+. I have created connection pool in Glassfish and have configured that pool with JNDI, and used that JNDI Name ...
1
vote
0answers
141 views

How to compile jsp pages as per tomcat 7 standard

Our code is moving from jboss to tomEE and found some issues with jsp pages which was working with JBOSS as per link http://thinkinginsoftware.blogspot.com/2011/10/tomcat-7-jstl-failed-to-parse.html ...
1
vote
0answers
194 views

Why does injected UriInfo use a different hostname than injected HttpServletRequest?

I'm learning JAX-RS, and like the idea of returning URLs to other relevant actions in a response. Using Apache TomEE JAX-RS 1.5.1, for some reason the URLs provided by an injected UriInfo instance are ...
1
vote
0answers
230 views

Remove Tomcat 7.0.33 and Install TomEE plus 1.5.1. The errors pop up

I remove the Tomcat 7.0.33 and I install the TomEE plus 1.5.1. However, when I start TomEE server. The errors pop up. There are such errors on Tomcat. Could you provide some suggestions? Thank you ...
1
vote
0answers
102 views

Deploying jwebsocket server (20614) in tomcat (or tomee)

I have followed the instructions to run the demo provided. I also tried to create a simple plugin to see if I can get it to work. I am running into a problem where the factory cannot instantiate the ...
1
vote
0answers
175 views

Webservice cannot be stateless?

Can someone explain the following? Setup: basic webservice in a Dynamic Web Project with tomEE+. index.xhtml as testsite. @Stateless @WebService... public class MyWS implements MyWSInterface ...
0
votes
0answers
14 views

MDB on tomEE not picking information from tomee.xml to connect to websphere MQ

I have followed the steps in http://tomee.apache.org/tomee-and-webspheremq.html to integrate tomEE with websphere MQ. Now my problem is - if I specify the activation spec with all the queue connection ...
0
votes
0answers
26 views

How I should point to my resource.xml when I am setting up arquillian with tomee?

With glassfish-embedded server I used the following line in arquillian.xml to specify my resource.xml arquillian.xml <container qualifier="glassfish-embedded" > <configuration> ...
0
votes
0answers
70 views

TomEE 1.5.2 / PrimeFaces 3.5 - why does the converter not work if I use JSON?

I know there's some problem with my converter, because if I replace my converter with something else it works. Basically: I have Projects like this public class Project implements Serializable{ ...
0
votes
0answers
39 views

PrimeFaces p:orderList isn't getting processed correctly?

I have an orderList like this: <h:form id="priority_form"> <p:orderList id="priority_list" value="#{priorities.priorities}" var="priority" itemValue="#{priority}" ...
0
votes
0answers
75 views

JAX-RS webservice using @Path(“/”) at class level fails on TomEE+ 1.5.1

This simple root resource class fails when running on TomEE+ 1.5.1, return is a 404 error "The requested resource is not available." It is packaged as a WAR with and empty web.xml file in WEB-INF. ...
0
votes
0answers
44 views

Use jconsole for TomEE started via maven?

I'm starting TomEE via maven tomee plugin for my web app as follows: mvn tomee:run In jconsole I only see the maven process, but not the tomee process. Is TomEE started in an own process at all? ...
0
votes
0answers
52 views

Is it possible to use parallel deployment with TomEE

Parallel deployment was a feature introduced with Tomcat 7 to allow two separate versions of a WebApp/WAR to be deployed into a Tomcat Container. Has this functionality been maintained in TomEE? Are ...
0
votes
0answers
72 views

Server Configuration and Deployment of Tomcat/tomee stack on windows SBS 2011

I am networking amateur and was hoping someone can point me in the right direction. I have set up a MS win SBS 2011 server at the office and installed a CRM (opencrx.org) on there and everything ...
0
votes
0answers
94 views

How do I define a web service client resource in TomEE+?

I am working on an enterprise web application that consumes a web service. Because of application support department requirements, I have to configure the web service using a service-ref in web.xml. ...
0
votes
0answers
209 views

JAXWS web service not loading on TomEE Plus?

I'm trying to load a JAX-WS web service on TomEE Plus but I'm receiving an error. I copied my source codes here. What I did is I created a dynamic web project on Eclipse then I copied the 2 classes ...
0
votes
0answers
194 views

TomEE: are the CATALINA_HOME and CATALINA_BASE env variables supported?

I'd like one single copy of TomEE binary distribution and multiple instances of it (with different configurations and webapps). With a standard Tomcat distribution on Linux it's simple: I set the ...
0
votes
0answers
134 views

How to install and use Apache OpenEJB drop-in war?

I want to use JAX-WS in Tomcat and so I downloaded the drop-in war of Apache OpenEJB and deployed it in Tomcat to make Tomcat Java EE ready. I then deployed a JAX-WS web service on Tomcat, but I'm ...