Search Discussions
-
Whenever my application access to DB through JPA on TomEE 1.5, it takes a lot of time to complete. However, when I deploy the same war file to Glassfish 3.1.2.2, the DB access is very fast. For ...
Knak55
Dec 10, 2012 at 6:35 am
Dec 13, 2012 at 8:35 pm -
Wow, i'm reading this now, because I just experienced an issue on my production server that is TomEE 1.5.1 (Tomcat 7.0.34), and the whole server locked up all because I had a @Stateless EJB inserting ...
Howard W. Smith, Jr.
Dec 11, 2012 at 4:02 pm
Dec 17, 2012 at 8:23 am -
Hi,I'm using Tomee 1.5 Plus. I do the development in Eclipse based SpringSource Tools Suite (STS). Currently I'm using only Eclipse to generate the WAR file and hence most settings are done from ...
Deetewari
Dec 3, 2012 at 1:20 pm
Jan 3, 2013 at 2:09 pm -
30
EAR IN TOMEE
I remember i readed time ago some troubles about TomEE with ear files. Im trying to do a test, deploying an ear file that contains a single EJB without war. I only drop my ear into webapps folder ...José Luis Cetina
Dec 7, 2012 at 10:25 pm
Dec 13, 2012 at 3:48 pm -
Just wanted to share the following issue I see with apache-tomee-1.5.1-20121201.041455-93-plus; I don't think I saw this with earlier versions of snapshot. 1. TomEE 'is' shutdown (or not running) 2 ...
Howard W. Smith, Jr.
Dec 3, 2012 at 4:15 pm
Dec 5, 2012 at 7:27 am -
Hello, I'm a total newbie with JSF and can't get it to work on TomEE+ 1.5.1 (20121130.041650-92-plus). I use the snapshot plus because 1.5.0 didn't work at all on my Windows computer and I'm just ...
Slobo
Dec 7, 2012 at 2:03 am
Dec 17, 2012 at 5:21 pm -
Hi, I am having a problem with configuring a database connection. I Have managed to write to the database using DriverManager but not with @Resource. I have the following in my tomee.xml <Resource ...
Avrono
Dec 13, 2012 at 7:05 pm
Dec 14, 2012 at 5:54 pm -
If you create an ear file with an ejb module + web app module (with CODI dependencies) it doesnt work. Here is the sample: https://github.com/maxtorzito/tomee-tests/tree/master/myenterprise In the ...
José Luis Cetina
Dec 20, 2012 at 6:27 pm
Jan 4, 2013 at 8:24 pm -
I have this scenario: 1. EJB Module deployed in apps folder ex: MyEJB.java is a stateless EJB and doesn't implement any interface. 2. Web app (JSF+EJB) deployed in webapps folder. 3. All in the same ...
José Luis Cetina
Dec 15, 2012 at 4:30 pm
Dec 19, 2012 at 8:06 pm -
TomEE 1.5.1 SNAPSHOT (12.03.2012) does not have this error, but TomEE 1.5.1 does have the following error. java.lang.NoClassDefFoundError: org/apache/catalina/CometProcessor Any ETA on this being ...
Howard W. Smith, Jr.
Dec 7, 2012 at 6:02 pm
Dec 8, 2012 at 3:05 am -
I have the following implementation: 1. @Stateless EJB invoked by @Schedule getEmails() method 2. getEmails() will make a maximum of 2 calls to CDI @RequestScoped bean to do a multiple-table update ...
Howard W. Smith, Jr.
Dec 13, 2012 at 6:23 am
Dec 13, 2012 at 10:18 am -
I have a question i have an ear with an ejb and web module. In ejb module i have a persistence.xml which i use for only my ejb's and in my webapp i have another persistence.xml that i use only for ...
José Luis Cetina
Dec 18, 2012 at 5:43 pm
Dec 18, 2012 at 10:17 pm -
I just wanted to let you all know, that I am a new user, using TomEE. I started using TomEE 1.5.1 SNAPSHOT, then TomEE 1.5.1, and now TomEE 1.5.2 SNAPSHOT...on my Windows Server 2003 32bit 4GB RAM ...
Howard W. Smith, Jr.
Dec 29, 2012 at 10:28 pm
Dec 31, 2012 at 1:29 am -
Hi everybody. I am new to TomEE and am having problems with the very basics of getting a simple CDI Application to work from Netbeans 7.2. I have added TomEE Plus 1.5.0 as a server via the Tools- ...
Kay Wrobel
Dec 13, 2012 at 8:12 pm
Dec 13, 2012 at 9:32 pm -
This exception occurs a different times throughout the day on production as well as test/development server. Is there anything I can do to prevent the exception (and I'm not asking to 'swallow' the ...
Howard W. Smith, Jr.
Dec 11, 2012 at 5:03 am
Dec 15, 2012 at 5:21 am -
Hello. I installed apache-tomee-plus-1.5.1-SNAPSHOT , and I was trying to test the deployment of a very simple Jaxws web service (Calculator), but it’s failing each time I launch the server : Infos ...
COUBLANC Robert
Dec 7, 2012 at 5:57 pm
Dec 10, 2012 at 2:49 pm -
11
openejb.xml
Hi, I have the following jndi.properties: java.naming.factory.initial=org.apache.openejb.client.LocalInitialContextFactory # create a new data source at: java:/openejb/Resource/dbUnitDS ...Baker, Trevor
Dec 13, 2012 at 8:07 pm
Dec 14, 2012 at 9:49 am -
After implementing 'workaround' option # 1 in my previous email (below), the test results were really really bad. :( for 4 emails, it took 30 minutes to insert the data into the database, and then it ...
Howard W. Smith, Jr.
Dec 12, 2012 at 9:16 am
Dec 12, 2012 at 4:41 pm -
Hello, A developer in our company asked me if there's any "clean way to download "tick client" TomEE-specific JAR files. For example, for (not so recent) TomEE 1.5.1 snapshot, his application needs ...
Alex The Rocker
Dec 8, 2012 at 4:56 pm
Dec 10, 2012 at 7:04 am -
Hi, I am using Openejb 3.2 with an Embedded Configuration. I stumbled upon the following problem, for which I found a workaround but i still wonder if there is no better solution. For my code I use ...
Tkayser
Dec 17, 2012 at 7:25 am
Dec 17, 2012 at 1:10 pm -
When I came across this artifact <groupId org.apache.openejb</groupId <artifactId javaee-api</artifactId <version 6.0-4</version I was hoping to have found a drop-in replacement for the infamous ...
Harald Wellmann
Dec 14, 2012 at 11:56 am
Dec 14, 2012 at 3:40 pm -
I just downloaded the latest TomEE 1.5.1 SNAPSHOT, apache-tomee-1.5.1-20121207.041646-102-plus.zip, and now NetBeans is not showing me the deployed WAR/app anymore. Did (manager) scripts change?
Howard W. Smith, Jr.
Dec 7, 2012 at 4:19 pm
Dec 7, 2012 at 5:45 pm -
I have an EAR file that contains a number of EJB modules but no Web modules. One of those EJB modules contains several @Stateless @WebService beans. When I place the EAR file in the apps directory ...
Ymaraner
Dec 18, 2012 at 3:42 pm
Jan 3, 2013 at 4:13 pm -
Hello, Platform: TomEE 1.5.0 Web profile. TomEE (and tomcat) persists objects in HTTP session. However, TomEE doesn't seem to persist CDI managed beans in session scope. Is this a bug or a feature? ...
Bibhas
Dec 19, 2012 at 6:24 am
Dec 23, 2012 at 4:52 pm -
Hello, *Tomcat* 7.0.26 *Tomee* 1.5.0 *Sonar* 3.2 *Debian* 6.0.6 I try to deploy sonar in the same tomcat7 service as Tomee. They work in a separate tomcat7 but not together. Can there be something ...
Marco de Booij
Dec 15, 2012 at 5:08 pm
Dec 17, 2012 at 7:44 pm -
Hello, 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 ...
Bibhas
Dec 7, 2012 at 5:57 pm
Dec 7, 2012 at 11:16 pm -
Is there a way to configure TomEE for use hot deploys with ears in apps folder, like wars in webapps folder? When i drop my ear file in apps folder the ear file never get uncompressed i have to ...
José Luis Cetina
Dec 28, 2012 at 5:56 pm
Jan 4, 2013 at 1:21 pm -
The code below works just fine in a @Stateless bean (which is invoked by @Schedule), running on Glassfish3.1.2.2. props = System.getProperties(); props.setProperty("mail.store.protocol", "imaps") ...
Howard W. Smith, Jr.
Dec 9, 2012 at 2:26 am
Dec 9, 2012 at 6:12 am -
Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed? I know this is a Tomcat7 feature, but maybe I'm missing something in my code. My CDI @ApplicationScoped bean references ...
Howard W. Smith, Jr.
Dec 30, 2012 at 4:30 pm
Dec 30, 2012 at 10:19 pm -
Hi, I am having a problem with Persistence , getting an error null openjpa.jdbc.JDBC My persistance.xml file is in the /WEB-INF directory as follows <persistence ...
Avrono
Dec 20, 2012 at 10:55 am
Dec 20, 2012 at 12:31 pm -
Hi, i have a problem with an EJB Class inside of EAR File. When i deploy i will get the error: org.apache.openejb.OpenEJBException: Error while loading bean class ...
Jukkales
Dec 15, 2012 at 12:42 am
Dec 17, 2012 at 10:57 am -
Please see exceptions below that usually occur when I shutdown TomEE (to deploy/drop a new WAR file). I am already using @PreDestroy on CDI @ApplicationScoped beanto stop other services. I think ...
Howard W. Smith, Jr.
Dec 11, 2012 at 5:01 am
Dec 11, 2012 at 1:39 pm -
Since I replaced Glassfish 3.1.2.2 with TomEE 1.5.1 on production server, sometimes I am seeing exceptions like the one below. Can someone please advise what might be the cause? Thanks ...
Howard W. Smith, Jr.
Dec 10, 2012 at 2:47 pm
Dec 10, 2012 at 4:01 pm -
Hi, I'm creating a gradle plugin to deploy a war against an embedded TomEE. My code is here: https://github.com/tashlin/gradle-plugins/tree/master/tomee The specific TomEE code is in ...
Andy Van Den Heuvel
Dec 10, 2012 at 7:17 am
Dec 10, 2012 at 2:32 pm -
As per the answer to How to display a favicon for web app using Tomcat?<http://stackoverflow.com/a/7040100/933054 , I added the following in h:head of my index.xhtml, tested the web app, and even did ...
Howard W. Smith, Jr.
Dec 7, 2012 at 3:33 am
Dec 7, 2012 at 4:28 am -
Hello there, today, trying to build my project, I got: [ERROR] Failed to execute goal on project SalixWeb: Could not resolve dependencies for project ...
Lucio Crusca
Dec 19, 2012 at 8:49 pm
Dec 19, 2012 at 10:11 pm -
I just replaced catalina.jar with tomee-catalina-1.5.1-20121212.041530-107.jar, and TomEE would not start; I only saw the following in the stderr log; nothing in catalina log. Please advise. Thanks ...
Howard W. Smith, Jr.
Dec 15, 2012 at 5:02 am
Dec 15, 2012 at 4:19 pm -
Hi there, So far I've been using jboss and other app servers using vendor-provided plug-ins that configure the server inside the Eclipse Workspace or configure the project classpath to use jars ...
Fernando Lozano
Dec 7, 2012 at 5:35 pm
Dec 8, 2012 at 12:59 pm -
I recognized the following blog this morning: Concurrency Utilities for Java EE Early Draft (JSR 236) [1] Will this be available at some point in TomEE (and OpenEJB) at some point? Also, the ...
Howard W. Smith, Jr.
Dec 7, 2012 at 3:12 pm
Dec 7, 2012 at 4:22 pm -
Last night, I downloaded and installed TomEE 1.5.2 SNAPSHOT (apache-tomee-1.5.2-20121225.041258-14-plus.zip) for the first time, on my development/test and production servers. Please tell me why ...
Howard W. Smith, Jr.
Dec 25, 2012 at 12:50 pm
Dec 25, 2012 at 2:02 pm -
Evening Been playing with tomee and wicket. I had quite a hard time getting wicket to play nice with EJB's because it could not use the right naming strategy. Apparently tomee publishes EJB's with ...
Ron Smits
Dec 24, 2012 at 8:15 pm
Dec 25, 2012 at 12:39 am -
normally I would hate to throw undigested problem to forum users, but this one is getting my nerves after two days of repeated reinstallation of tomEE and maven repository with various dependencies ...
Robertlee
Dec 13, 2012 at 10:48 am
Dec 14, 2012 at 10:13 am -
Is this a known issue of TomEE 1.5.1 on Win32 (Windows Server 2003 32-bit)? I am experiencing this issue, and I usually have use Windows Task Manager to end the process. I have SLF4J 'info' lines in ...
Howard W. Smith, Jr.
Dec 20, 2012 at 5:55 am
Dec 21, 2012 at 4:21 am -
Leonardo, Thanks for your response to my previous email where you proposed a fix using MyFaces Commons (mcc taghandler). Now, I'm wondering if this is TomEE or MyFaces. For some reason, filterYear ...
Howard W. Smith, Jr.
Dec 17, 2012 at 6:54 pm
Dec 18, 2012 at 11:04 am -
Hello everyone, I would like to try to use Ehcache in one of my project, but at the moment I'm having problem to create the CacheManager because it can't find the ehcache.xml file. My project is an ...
Luca Merolla
Dec 16, 2012 at 9:18 am
Dec 17, 2012 at 6:03 am -
I 'had' the following in my web app: @Stateless with @Schedule that will create/instantiate new javamail session, store, and get folder and messages; @Schedule was set for every 2 minutes When I ...
Howard W. Smith, Jr.
Dec 15, 2012 at 7:11 am
Dec 15, 2012 at 7:40 pm -
Dear all,I have been trying to run tomee:deploy with no success, the major problem lies within the following configuration element:the tomee plugin would return a build fail initially, creating a ...
Robertlee
Dec 10, 2012 at 10:29 am
Dec 11, 2012 at 5:13 am -
Documentation and lot of other posts/examples suggesting to place the jar which contains the service-jar.xml in the tomee/lib folder. Is there any other way I can combine this jar with my war or ear ...
Vguduru
Dec 6, 2012 at 7:16 am
Dec 6, 2012 at 7:29 pm -
Can you please let me know how to change TomEE's web app's port to another port (for security reasons), so I don't have a catalina or localhost log filled with hack attempts. Glassfish Admin Console ...
Howard W. Smith, Jr.
Dec 5, 2012 at 6:59 am
Dec 5, 2012 at 7:25 am -
Hi! We are using entities and got problems with entity inheritance. E.g. If we use the entity manager to get a non-existing (inherited) entity we got an error message instead of a null object: Assume ...
Tschuler
Dec 19, 2012 at 12:15 pm
Dec 26, 2012 at 11:23 pm
Group Overview
group | users |
categories | openejb |
discussions | 69 |
posts | 734 |
users | 46 |
website | openejb.apache.org |
irc | #openejb |
46 users for December 2012
Archives
- January 2013 (204)
- December 2012 (734)
- November 2012 (549)
- October 2012 (447)
- September 2012 (377)
- August 2012 (351)
- July 2012 (413)
- June 2012 (371)
- May 2012 (305)
- April 2012 (151)
- March 2012 (157)
- February 2012 (133)
- January 2012 (72)
- December 2011 (64)
- November 2011 (63)
- October 2011 (27)
- September 2011 (100)
- August 2011 (12)
- July 2011 (64)
- June 2011 (77)
- May 2011 (74)
- April 2011 (43)
- March 2011 (77)
- February 2011 (117)
- January 2011 (58)
- December 2010 (42)
- November 2010 (49)
- October 2010 (129)
- September 2010 (51)
- August 2010 (31)
- July 2010 (61)
- June 2010 (67)
- May 2010 (34)
- April 2010 (44)
- March 2010 (55)
- February 2010 (101)
- January 2010 (146)
- December 2009 (99)
- November 2009 (182)
- October 2009 (192)
- September 2009 (154)
- August 2009 (148)
- July 2009 (94)
- June 2009 (120)
- May 2009 (104)
- April 2009 (113)
- March 2009 (181)
- February 2009 (113)
- January 2009 (108)
- December 2008 (85)
- November 2008 (87)
- October 2008 (77)
- September 2008 (65)
- August 2008 (141)
- July 2008 (63)
- June 2008 (149)
- May 2008 (91)
- April 2008 (88)
- March 2008 (59)
- February 2008 (76)
- January 2008 (57)
- December 2007 (46)
- November 2007 (59)
- October 2007 (77)
- September 2007 (24)
- August 2007 (39)
- July 2007 (4)
- June 2007 (5)
- May 2007 (7)
- April 2007 (25)
- March 2007 (11)
- February 2007 (25)
- January 2007 (10)
- December 2006 (21)
- November 2006 (37)
- October 2006 (4)
- September 2006 (13)
- August 2006 (15)
- July 2006 (1)