Re: Question on MDB processing

2013-03-24 Thread Howard W. Smith, Jr.
, but Romain fixed that so fast so I no longer remember what it was about! -- Bjorn Danielsson Cuspy Code AB Howard W. Smith, Jr. smithh032...@gmail.com wrote: That is good to know, thanks for sharing! And you squeezed a bit more information/details out of Romain... i couldn't squeeze

Re: Question on MDB processing

2013-03-23 Thread Howard W. Smith, Jr.
On Sat, Mar 23, 2013 at 5:23 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: well about logs it should jus tbe configured but will not prevent tx to be handled ;) Not understood. @Async is great and you can handle after return part usnig AsyncResult. Understood. I have some code in

Re: Question on MDB processing

2013-03-23 Thread Howard W. Smith, Jr.
On Sat, Mar 23, 2013 at 5:35 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: if the log line bother you but not the transaction just configure logs to not write it. Understood. It's definitely not a bother to me; it's more of a 'nice-to-have'. :) about mdb/async: if async is needed you

Re: Question on MDB processing

2013-03-23 Thread Howard W. Smith, Jr.
On Sat, Mar 23, 2013 at 5:55 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: just to be sure: @Schedule != @Asynchronous True/understood. hahaha! My point is this... since i had issues using @Asynchronous, it is hard going back to @Asynchronous since i'm loving AMQ/JMS. :) I think I heard

Re: Question on MDB processing

2013-03-23 Thread Howard W. Smith, Jr.
On Sat, Mar 23, 2013 at 6:05 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: never said it was old in a negative way Agreed! :) JMS is awesome for REMOTE and ASYNC stuff. Agreed! :)

Re: Bad link

2013-03-22 Thread Howard W. Smith, Jr.
I searched good and found the following: http://svn.apache.org/viewvc?view=revisionrevision=1417653 http://mail-archives.apache.org/mod_mbox/openejb-dev/201212.mbox/%3CCAJe5AZCo0RR+Z=9xcxoxzopajp_99z9u_hcarbee1_4aob6...@mail.gmail.com%3E

Re: 1.6-SNAPSHOT unavailable (was: Using a different javax.mail provider)

2013-03-18 Thread Howard W. Smith, Jr.
later. But Maven and I never got along. Maybe someone else is more lucky? -- Bjorn Danielsson Cuspy Code AB Howard W. Smith, Jr. smithh032...@gmail.com wrote: I just checked snapshot repo folder[1], but it still is not updated with zip files, etc. I guess i can confirm this fix

Re: Using a different javax.mail provider

2013-03-17 Thread Howard W. Smith, Jr.
Does this (TOMEE-834) mean the following? 1. geronimo mail JAR can reside in tomee/lib 2. just add sun/oracle javax.mail.jar to WAR (WEB-INF/...) 3. tomee will use/reference javax.mail.jar, since it resides within the WAR file On Sat, Mar 16, 2013 at 6:10 PM, Romain Manni-Bucau

Re: Using a different javax.mail provider

2013-03-17 Thread Howard W. Smith, Jr.
And, no need to set a system property? (hopefully not necessary to set a system property) On Sun, Mar 17, 2013 at 6:16 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Does this (TOMEE-834) mean the following? 1. geronimo mail JAR can reside in tomee/lib 2. just add sun/oracle

Re: 1.6 snapshot Tomee does not use resources.xml

2013-03-13 Thread Howard W. Smith, Jr.
...@gmail.comwrote: Yes it should fix it keeping the limitation of the need of a request (which sounds natural to me) Le 13 mars 2013 03:58, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Wow, that is great news! :) Cross-referencing with the JIRA site, I assume 'this is fixed' (as Romain

Re: ConcurrentAccessTimeoutException

2013-03-12 Thread Howard W. Smith, Jr.
Green james.mk.gr...@gmail.com wrote: Obvious question: if Google rate-limited you, how did you end up posting duplicates? On 12 March 2013 01:57, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Wanted to share... 1. I recently added ActiveMQ logic and dependency (TomEE's simple

Re: TomEE undeploy app is not invoking @PreDestroy on CDI @ApplicationScoped bean

2013-03-10 Thread Howard W. Smith, Jr.
More on this (forgot to tell you)... ApplicationMessageBean is a property of ApplicationScopeBean, while ApplicationScopeBean is property to CDI @SessionScoped beans and servlet filter. Maybe this has something to do with it. :) On Sun, Mar 10, 2013 at 7:47 AM, Howard W. Smith, Jr. smithh032

Re: whi i have to declare both jta-data-source and non-jta-datasource??

2013-03-06 Thread Howard W. Smith, Jr.
On Wed, Mar 6, 2013 at 11:34 AM, mauro naci...@gmail.com wrote: *whi* into persistence.xml for jpa i have to declare :*in addition to jdbc/jeblog I have to declare a *? datasource?*i not undestand whi.but i have view into all example that both to be declared.*mauro When i started using

Re: Database connection error when migrating from Tomcat to TomEE

2013-03-06 Thread Howard W. Smith, Jr.
On Wed, Mar 6, 2013 at 6:53 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: The jndi name of your dataspurce is wrong IMO. What's your persistence.xml? And, please share your tomee.xml, too. After you login webapp via browser, is user credentials passed to datasource to connect via user

Re: AW: AW: CalendarTimers created with TimerService and persistent=true are not persisted over tomee restart

2013-03-05 Thread Howard W. Smith, Jr.
You gotta love this Romain guy, a fix for this, a fix for that...even/especially when you (have to) throw the Java EE (6) bible/tutorial (reference implementation) at him! :) By the way, I love that document...Java EE 6 tutorial; that helped me get started almost 2 years ago. On Tue, Mar 5, 2013

Re: ActiveMQ in TomEE

2013-03-05 Thread Howard W. Smith, Jr.
Lesson learned! :) Thanks Romain! On Wed, Mar 6, 2013 at 1:53 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Injecting a stateful without scope doesnt make sense since the caller handle the lifecycle of a stateful in such a case (@remove) Le 6 mars 2013 07:35, Howard W. Smith, Jr

Re: Web bundle recognized as deployment module in openEJB

2013-03-04 Thread Howard W. Smith, Jr.
it to the users. The real gain of OSGi is often not usable with modern libraries. That s why we d prefer to not get too much osgi in tomee itself Le 1 mars 2013 18:00, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Basically tomee/openejb are jee

Re: properties for mojarra and myfaces?

2013-02-28 Thread Howard W. Smith, Jr.
mauro, As a PrimeFaces user and have 'heard about' the PrimeFaces Cookbook, my recommendation is for you to send your/this question to the following email address: ovarak...@googlemail.com Why are you sending this question to TomEE/OpenEJB list? There is also a myfaces user list, but that is a

Re: How far are we from a TomEE 1.5.2 release?

2013-02-27 Thread Howard W. Smith, Jr.
I know I am just one person (reporting my experience), but 1.5.2 (SNAPSHOT) worked very well for me 'without any issues', and since I love pushing latest SNAPSHOT to 'production server', I migrated from 1.5.2 SNAPSHOT to 1.6 SNAPSHOT, and 1.6 is working just as well...'without any issues'. So,

Re: How far are we from a TomEE 1.5.2 release?

2013-02-26 Thread Howard W. Smith, Jr.
What JIRA for that issue? 1.6.0 snapshot as well as latest 1.5.2 SNAPSHOT working great for me in production. On Feb 26, 2013 8:12 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi, after our last discussions we upgraded the 1.5.2-SNAPSHOT version to 1.6.0-SNAPSHOT (our trunk). No

Re: Ignored context.xml

2013-02-25 Thread Howard W. Smith, Jr.
On Mon, Feb 25, 2013 at 9:33 AM, James Green james.mk.gr...@gmail.comwrote: Hi, I'm a NetBeans 7.x and TomEE 1.6.0 SNAPSHOT (which is Tomcat 7.0.37)...latest version 'always'. Got myself a .war file containing META-INF/context.xml as follows: ?xml version=1.0 encoding=UTF-8? Context

Re: Ignored context.xml

2013-02-25 Thread Howard W. Smith, Jr.
On Mon, Feb 25, 2013 at 2:54 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Mon, Feb 25, 2013 at 9:33 AM, James Green james.mk.gr...@gmail.comwrote: Hi, I'm a NetBeans 7.x and TomEE 1.6.0 SNAPSHOT (which is Tomcat 7.0.37)...latest version 'always'. Got myself a .war file

Re: tomee + eclipselink = NoClassDefFoundError/ClassNotFoundException

2013-02-24 Thread Howard W. Smith, Jr.
://github.com/rmannibucau* 2013/2/24 Howard W. Smith, Jr. smithh032...@gmail.com 1. Okay. I opted out of the dynamic weaving option; sometime later, I may try to configure static weaving. there are multiple packages of eclipselinks and one without the api 2. hmm, don't really understand

TomEE 1.5.2 snapshot JARs repository (latest versions)

2013-02-20 Thread Howard W. Smith, Jr.
I have bookmarked the following for 1.5.2 SNAPSHOT JAR repository. The latest I see there is Feb 13, but Feb 20 has maven-related files (i'm not a maven user). Is there another repository URL for latest versions of TomEE 1.5.2 SNAPSHOT?

Re: TomEE 1.5.2 snapshot JARs repository (latest versions)

2013-02-20 Thread Howard W. Smith, Jr.
tomee home page, download page, and JIRA, but seems as though 1.5.2-SNAPSHOT is still in development. On Wed, Feb 20, 2013 at 11:37 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: I have bookmarked the following for 1.5.2 SNAPSHOT JAR repository. The latest I see there is Feb 13, but Feb

Re: TomEE 1.5.2 snapshot JARs repository (latest versions)

2013-02-20 Thread Howard W. Smith, Jr.
*Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/2/20 Howard W. Smith, Jr. smithh032

Re: WARNING - Could NOT lazily initialize session context because of null RequestContext + login = context parameter can not be null

2013-02-03 Thread Howard W. Smith, Jr.
Romain, I still see the following in my log. I reported this when TomEE 1.5.1 SNAPSHOT was in development, and I think you recommended the same to me that you have already recommended to Jose in this thread. Honestly, I did not understand how to modify my code to prevent the following that shows

Re: WARNING - Could NOT lazily initialize session context because of null RequestContext + login = context parameter can not be null

2013-02-03 Thread Howard W. Smith, Jr.
: Server startup in 10995 ms On Sun, Feb 3, 2013 at 6:15 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Well, I just checked, and per my findings, 1. @schedule only references @applicationscoped bean 2. @applicationscoped bean does 'not' reference any @sessionscoped beans FYI

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-31 Thread Howard W. Smith, Jr.
tomcat? Le 31 janv. 2013 06:36, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Atmosphere issue 875 added[1] [1] https://github.com/Atmosphere/atmosphere/issues/875 On Wed, Jan 30, 2013 at 10:43 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Wed, Jan 30, 2013

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-31 Thread Howard W. Smith, Jr.
huge ^^ Permanent Generation Space is used for loaded classes and stuff. Usually 256m is plenty! In our production with 16 fat webapps we have 384m or so... LieGrue, strub - Original Message - From: Howard W. Smith, Jr. smithh032...@gmail.com To: users@tomee.apache.org Cc

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-31 Thread Howard W. Smith, Jr.
https://groups.google.com/forum/?fromgroups=#!topic/atmosphere-framework/wx9HC2Xef0o Since I didn't see this while running tomcat7 APR, I wonder if I need to configure APR. On Thu, Jan 31, 2013 at 10:09 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Smiling... not tomee related

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-30 Thread Howard W. Smith, Jr.
On Wed, Jan 30, 2013 at 12:44 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Wed, Jan 30, 2013 at 1:14 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Add -Dtomee.keep-server-info=true ... but that's an atmosphere issue. It shouldn't rely on this to get the tomcat version

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-30 Thread Howard W. Smith, Jr.
, Howard W. Smith, Jr. smithh032...@gmail.com wrote: UPDATE: My apologies, I have core dumps and seemingly-to-be heap dump files as well in my tomcat7.0.35/bin folder at 3 different times that I experienced this problem. I am seeing atmosphere in these files. what is the best way for me

<    1   2   3   4   5