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

learn more… | top users | synonyms

0
votes
0answers
16 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
27 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
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
2answers
41 views

RestEasy / CDI on TomEE 1.5.2

I'm trying to get a ResteasyApplication running. My major problem is to implementi CDI which should be not too hard^^ ...so here is my prob. Im using @Named on my Service class and @Inject at my ...
2
votes
2answers
83 views

TomEE DataSource isn't found

I have a strange problem regarding TomEE and using a DataSource specified in tomee.xml. It might be worth noting that I'm using Netbeans, TomEE and MySQL. Running on Ubuntu 13.04 (Xubuntu latest) The ...
1
vote
1answer
87 views

Can't get CXF JAX-RS and JSF to work together

I'm trying to setup a small example application FooTest that uses CXF JAX-RS and JSF. I started with the CXF part, implemented a simple service (works) and a small html page called home.html (I can ...
2
votes
1answer
70 views

Using Weld CDI instead of OpenWebBeans in TomEE

I'd like to run a WebApp on Apache TomEE using Mojarra and Weld. I put "javax.faces-2.1.21.jar" and "weld-servlet.jar" in my /WEB-INF/lib directory. I also added an empty "beans.xml" to my WEB-INF ...
0
votes
2answers
88 views

Consume ActiveMQ advisory messages in tomEE mdb

I have an MDB that manages to consume ActiveMQ advisory messages when deployed on glassfish. But when i deploy on tomEE this MDB doesnt consume any advisory messages. Is there something I need to ...
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
1answer
130 views

Can Converter @FacesConverter(forClass=[someClass.class]) be implemented as @Singleton @Lock(READ)?

In an effort to remove 'static' declarations throughout my app (to help JVM's GC), I removed 'static' from the definition of the Converter class below. So that resulted in the infamous error below: ...
0
votes
1answer
99 views

How to access CDI managed bean from JAX-RS MessageBodyWriter?

I'm struggling with accessing CDI managed beans from a JAX-RS message body handler in TomEE. My handler class (implements MessageBodyWriter<Object>, MessageBodyReader<Object>) is ...
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; ...
2
votes
0answers
126 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
1answer
162 views

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/classes/' } webXml = ...
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
2answers
60 views

ocpsoft.org PrettyTime: Could not find any registered converter-class

I found this fairly incredible date conversion library for JSF called Pretty Time. I've included the maven coordinates into my pom.xml: <dependency> ...
0
votes
0answers
79 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
1answer
56 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
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? ...
1
vote
0answers
121 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
142 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 ...
0
votes
2answers
119 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
186 views

Update Resources / Hot deploy not working with tomee and IntelliJ

I am trying out IntelliJ for the first time and I am using tomEE. I can't get my changes reflected unless i redeploy the war (remove it then redeploy it). What I do is the following: Run ...
1
vote
1answer
205 views

TomEE + OpenJPA - can't inject EntityManagerFactory PersistenceUnit

I have a stateless EJB that injects @PersistenceUnit private EntityManagerFactory factory My persistence.xml: <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" ...
1
vote
0answers
199 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 ...
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
1answer
89 views

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

Example for CDI-SessionScoped LogIn with TomEE

i'm currently fighting with TomEE, JSF and CDI (i think). Is there any example out there which has "@javax.enterprise.context.SessionScoped" annotation using TomEE 1.5.1 (or current snapshot)? I ...
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 ...
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 ...
2
votes
2answers
309 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
734 views

How to define MySQL data source in TomEE?

Platform: TomEE Web profile 1.5.0. I am trying to do a very basic thing, setup a data source for MySQL. I have read the official guide (http://openejb.apache.org/configuring-datasources.html). It ...
2
votes
0answers
264 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
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 ...
2
votes
2answers
786 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 ...
2
votes
1answer
163 views

Apache TomEE (Tomcat Java EE) won't start on Windows (java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 3)

I get the following error when trying to start TomEE on Windows: SEVERE: OpenEJBContextConfig.processAnnotationsFile: failed. java.util.regex.PatternSyntaxException: Illegal/unsupported escape ...
1
vote
2answers
354 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
1answer
303 views

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 ...
0
votes
0answers
95 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. ...
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 ...
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?
2
votes
1answer
315 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 ...
0
votes
3answers
342 views

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

EJB testing with TomEE embedded EJBContainer api: java.lang.ClassFormatError exception

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 ...
0
votes
0answers
210 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
1answer
251 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 = ...

1 2