Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
, May 20, 2013 at 9:15 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: There was a separate thread in PrimeFaces forum, where I was suggested to use @Typed instead of my user-defined @Descendant. :) I will try @Typed as you recommended and report back, ASAP. Thanks. On Mon

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) On Mon, May 20, 2013 at 9:15 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: There was a separate thread in PrimeFaces forum, where I was suggested to use @Typed instead of my user-defined @Descendant

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
WhateverBaseClass { .. } On Mon, May 20, 2013 at 9:23 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: As you suggested, I just added/modified the code, so the code now is as follows: @Inject @Typed(pf_OrderCustomerPointOfContactController.class) private

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
responses inline, below... On Mon, May 20, 2013 at 9:41 AM, John D. Ament john.d.am...@gmail.comwrote: When you do this.. @Typed @Named(pf_orderCustomerPointOfContactController) @SessionScoped public class pf_OrderCustomerPointOfContactController extends pf_PointOfContactController {

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
to CDI spec. Is my assumption correct? :) On Mon, May 20, 2013 at 10:14 AM, John D. Ament john.d.am...@gmail.comwrote: You get these errors in NetBeans or in TomEE? Or both? On Mon, May 20, 2013 at 10:06 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: responses inline, below

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
: @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/5/20 Howard W. Smith, Jr. smithh032...@gmail.com NetBeans

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Howard W. Smith, Jr.
tons of lines of code. JLouis 2013/5/20 Howard W. Smith, Jr. smithh032...@gmail.com Agreed on all counts, but I am 'far' from being a user of the 'perfect' eclipse. lol :) I am learning what 'we' (tomee) writes by asking questions on the list or listening to your/tomee responses

Re: Re[2]: [OWB] CDI - how to realize default producer?

2013-05-19 Thread Howard W. Smith, Jr.
+1 OP and responses! On Sun, May 19, 2013 at 1:24 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: by default your bean will be a managed bean so injectable, just add anything to prevent it (constructor without @Inject for instance) and you'll remove the conflict. veto = remove it from

Re: Last 1.6.0 Snapshot exception

2013-05-15 Thread Howard W. Smith, Jr.
: https://github.com/rmannibucau* 2013/5/14 Howard W. Smith, Jr. smithh032...@gmail.com when you talk like that, it sounds like 'all' tomee community/users should test. :) On Tue, May 14, 2013 at 12:46 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: yes

Re: Last 1.6.0 Snapshot exception

2013-05-15 Thread Howard W. Smith, Jr.
Howard W. Smith, Jr. smithh032...@gmail.com FYI, the following is standard procedure for me, and this has worked for me...ever since i started using tomee. 1. start tomee (an earlier version of tomee 1.6.0 snapshot) 2. login to web app 3. logout web app (which takes me back to login

Re: Last 1.6.0 Snapshot exception

2013-05-15 Thread Howard W. Smith, Jr.
in production. If i see something strange i will let you know here. Debug your postconstruct and see if something get wrong. Because in mine i didnt get any exception and i had there a nullpointer apparently. El 15/05/2013 08:33, Howard W. Smith, Jr. smithh032...@gmail.com escribió: Jose, what was/were

Re: Last 1.6.0 Snapshot exception

2013-05-15 Thread Howard W. Smith, Jr.
* *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/5/15 Howard W. Smith, Jr. smithh032...@gmail.com

TomEE 1.6.0 snapshot: OpenWebBeans 1.2.x

2013-05-15 Thread Howard W. Smith, Jr.
In attempt to avoid replying in the other 'noisy' thread, I will ask this question, though... is there a tomee JIRA that can inform or keep us updated when OWB is updated in tomee? tomee snapshot page[1] says OpenWebBeans 1.2.0, while the tomee 1.6.0 snapshot ZIP file contains OWB 1.2.1

Re: TomEE 1.6.0 snapshot: OpenWebBeans 1.2.x

2013-05-15 Thread Howard W. Smith, Jr.
: @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/5/15 Howard W. Smith, Jr. smithh032...@gmail.com In attempt

Re: TomEE 1.6.0 snapshot: OpenWebBeans 1.2.x

2013-05-15 Thread Howard W. Smith, Jr.
Sorry, let me ask again and correct word usage, What were the reasons for the vote /against/ owb 1.2.1 (snapshot)? On Wed, May 15, 2013 at 10:59 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: What were the reasons for the vote again owb 1.2.1 (snapshot)? On Wed, May 15, 2013

Re: TomEE 1.6.0 snapshot: OpenWebBeans 1.2.x

2013-05-15 Thread Howard W. Smith, Jr.
://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/15 Howard W. Smith, Jr. smithh032...@gmail.com Sorry, let me ask again and correct word usage, What were the reasons for the vote /against/ owb 1.2.1 (snapshot

Re: TomEE as a Service (Windows 7 x64)

2013-05-15 Thread Howard W. Smith, Jr.
Interesting post. someone on tomcat user mail list had asked a question similar to this thread/post. The common denominator = new version of Java 7.0.21. For whatever reason, something has changed with (placement/location of) Java 7.0.21 'server JVM', and IMO, I'm not liking that, but I guess

Re: TomEE as a Service (Windows 7 x64)

2013-05-15 Thread Howard W. Smith, Jr.
This is the post/thread on tomcat user list that I was talking about. http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/229470 On Wed, May 15, 2013 at 5:04 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Interesting post. someone on tomcat user mail list had asked a question

Re: TomEE as a Service (Windows 7 x64)

2013-05-15 Thread Howard W. Smith, Jr.
responses inline On Wed, May 15, 2013 at 5:12 PM, m1000 martinmil...@gmail.com wrote: Removed the 'server jre' and system variables Installed JRE x64 7u21 (exe) Rebooted it worked ! [2013-05-15 17:08:57] [info] Commons Daemon procrun (1.0.10.0 64-bit) started [2013-05-15 17:08:57]

Re: Last 1.6.0 Snapshot exception

2013-05-14 Thread Howard W. Smith, Jr.
I'm going to have to test latest TomEE 1.6.0 snapshot, because when I tested my app against 1.5.2 release, I remember seeing that exception, and I was like (saying to myself), why is 1.5.2 'release' telling me to add that servletcontext listener in my web.xml, when I have not had to add it...ever

Re: Last 1.6.0 Snapshot exception

2013-05-14 Thread Howard W. Smith, Jr.
when you talk like that, it sounds like 'all' tomee community/users should test. :) On Tue, May 14, 2013 at 12:46 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: yes, i hacked on the issue too (there was some real issues) so crossing fingers to not have broken something else but it

Re: Last 1.6.0 Snapshot exception

2013-05-14 Thread Howard W. Smith, Jr.
* *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/5/14 Howard W. Smith, Jr. smithh032...@gmail.com I'm going

Re: Last 1.6.0 Snapshot exception

2013-05-14 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/5/14 Howard W. Smith, Jr. smithh032

Re: Last 1.6.0 Snapshot exception

2013-05-14 Thread Howard W. Smith, Jr.
. tomcat7 stderr log between 7pm and 1am, when I was running earlier version of tomee 1.6.0 snapshot I wish I knew what changed in latest tomee for it to start misbehaving this way. :) [1] https://gist.github.com/smithh032772/5581744 On Tue, May 14, 2013 at 1:29 PM, Howard W. Smith, Jr

Re: Last 1.6.0 Snapshot exception

2013-05-14 Thread Howard W. Smith, Jr.
: There were no changes for wars Le 15 mai 2013 07:12, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : I take that back. With that (latest) snapshot, I am seeing some strange (and unwanted) behavior. On user login, I had to 'tighten up' my code and handle some null pointer

Re: Last 1.6.0 Snapshot exception

2013-05-14 Thread Howard W. Smith, Jr.
/avoid NPE's, but i wonder what changed in tomee to 'require' me to tighten up my code like this. lol :) On Wed, May 15, 2013 at 1:20 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: well, the latest version that works with my web app (WAR) is apache-tomee-1.6.0-20130510.041047-66

1.6-SNAPSHOT (all green today) = TomEE 1.6 release?

2013-05-13 Thread Howard W. Smith, Jr.
On Mon, May 13, 2013 at 7:16 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: ... we are finally all green today Does this mean that TomEE community can expect TomEE 1.6 release (very) soon? :)

Re: 1.6-SNAPSHOT (all green today) = TomEE 1.6 release?

2013-05-13 Thread Howard W. Smith, Jr.
Howard W. Smith, Jr. smithh032...@gmail.com +1 Nice to hear that! I'm sure many will appreciate hearing/knowing this. :) On Mon, May 13, 2013 at 7:56 AM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Crossing fingers we can make it possible soon. Still working

Re: tomee/lib and conflicts with my own app libs (joda-time)

2013-05-13 Thread Howard W. Smith, Jr.
Everytime I download new version of TomEE+ (1.6.0 snapshot), I 'always' delete 1.6.2 version of joda-time (in tomee/lib), and drop my preferred version of joda-time JAR in tomee/lib 'and' in web-inf/lib (in my WAR file). I never have conflicts after doing/taking these steps. I recognized long

Re: Question on MDB processing

2013-05-07 Thread Howard W. Smith, Jr.
://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/7 Howard W. Smith, Jr. smithh032...@gmail.com Revisiting this topic... On Sun, Mar 24, 2013 at 10:21 AM, Romain Manni-Bucau rmannibu

Re: Question on MDB processing

2013-05-07 Thread Howard W. Smith, Jr.
On Tue, May 7, 2013 at 7:40 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: these logs are important (maybe they should be in debug level) but that's a geronimo issue if so. Personally if it bothers me i just set the associated log level to warn (well in prod all logs should be either in

Re: Question on MDB processing

2013-05-06 Thread Howard W. Smith, Jr.
Revisiting this topic... On Sun, Mar 24, 2013 at 10:21 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: I'd use 1 + SUPPORTS but 2 works fine too Le 24 mars 2013 15:01, almos al...@ukr.net a écrit : 1) TransactionManagement=CMT + TransactionAttribute=NOT_SUPPORTED 2)

Re: TomEE: pros/cons of adding openejb-javaagent.jar to java options

2013-05-05 Thread Howard W. Smith, Jr.
and multiple singleton beans. Does quartz timer have OpenJPA as a dependency? On May 5, 2013 5:09 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: It is only relevant when vlasses not enhanced at runtime and mainly used for openjpa Le 4 mai 2013 23:59, Howard W. Smith, Jr. smithh032...@gmail.com

Re: TomEE: pros/cons of adding openejb-javaagent.jar to java options

2013-05-04 Thread Howard W. Smith, Jr.
) - provider time 653ms I guess I should add javaagent to my tomee java options. Right? On Sat, Apr 6, 2013 at 11:57 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: interesting. okay, well, you and I discussed something similar (months ago), and at that time you advised that I can/should

Re: TomEE: pros/cons of adding openejb-javaagent.jar to java options

2013-05-04 Thread Howard W. Smith, Jr.
I added the following as java option, -javaagent:D:\apache-tomee-plus-1.6.0-SNAPSHOT\lib\openejb-javaagent.jar and the WARNING is no longer in the catalina/tomcat7-stderr log. On Sat, May 4, 2013 at 5:02 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Well, I was just looking

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-04 Thread Howard W. Smith, Jr.
On Thu, May 2, 2013 at 2:21 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: thinking to it, we had a bunch of enhancement regarding tld scanning caching which could explain a part of it + a better scanning for rest part (i was testing a rest app) that said 33M vs 40M after GC sounds not

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-02 Thread Howard W. Smith, Jr.
), so let's skip the memory issue (for now). Mark/Romain, I'll try what you suggested about raising exception/etc, and report results at my earliest convenience. thanks. On Thu, May 2, 2013 at 1:34 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Also, prior to using 2013-04-29 tomee

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-02 Thread Howard W. Smith, Jr.
/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/2 Howard W. Smith, Jr. smithh032...@gmail.com did you see what classes were using the additional memory in 1.6.0 ? On Thu, May 2, 2013 at 2

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-02 Thread Howard W. Smith, Jr.
). no biggie. :) On Thu, May 2, 2013 at 3:07 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Mark/Romain, I just 'tried' to do what you suggested below, I think I was almost there with your approach, gave up, and went with jvisualvm approach. please click URL below to see

Re: Tomee 1.5.2 DOA problem: seems openejb duplicating servlet URL mappings, tomcat blows

2013-05-01 Thread Howard W. Smith, Jr.
On Wed, Apr 24, 2013 at 12:18 PM, Jean-Louis MONTEIRO jeano...@gmail.comwrote: No you definitely aren't! Le 24 avr. 2013 18:04, ronkol rkolias-consult...@scholastic.com a écrit : So sadly, we are stuck on tomee 1.5.1 for the foreseeable future :( +1 Jean-Louis that is what I love

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-05-01 Thread Howard W. Smith, Jr.
On Wed, May 1, 2013 at 11:33 AM, Mark Struberg strub...@yahoo.de wrote: Btw: more important than OWB. As this is a primefaces-push issue: when/did tomee change MyFaces to the most recent 2.1.11? tomee added myfaces 2.1.11 some weeks ago (almost 1 month ago, at least) tomee added owb 1.2

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-05-01 Thread Howard W. Smith, Jr.
Hi Mark! On Wed, May 1, 2013 at 11:31 AM, Mark Struberg strub...@yahoo.de wrote: a.) There should be no need to change anything for you in your own code. All the refactoring is just internally. sorry, don't understand. should be no need to change anything in my code, and then you say,

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-05-01 Thread Howard W. Smith, Jr.
another one once you will have dig into it. A good way is to see what trigger the broadcaster creation (debug its constructor) Le 1 mai 2013 17:52, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : On Wed, May 1, 2013 at 11:33 AM, Mark Struberg strub...@yahoo.de wrote: Btw: more

Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-01 Thread Howard W. Smith, Jr.
Mark, Per Romain's request, I thought I might change the subject. see my responses below. -- Forwarded message -- a.) There should be no need to change anything for you in your own code. All the refactoring is just internally. sorry, don't understand. should be no need to

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-01 Thread Howard W. Smith, Jr.
it in java.lang.Exception constructors then hit f5. It will be easier IMO. Le 2 mai 2013 01:35, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Mark, Per Romain's request, I thought I might change the subject. see my responses below. -- Forwarded message

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-01 Thread Howard W. Smith, Jr.
, maybe thats myfaces update. I have an app where starting using jsf (f5) simply make my mem x2. Can you check downgrading mf please? Le 2 mai 2013 07:03, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Okay, I will have to try that, ASAP, thanks...and you're welcome

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-01 Thread Howard W. Smith, Jr.
On Thu, May 2, 2013 at 1:16 AM, Mark Struberg strub...@yahoo.de wrote: hmmm... i understand 'let it break on any exception', but exclude stuff like java.io.* ? In IntelliJ Idea you can set an 'Exception breakpoint' and add conditions. E.g. not trigger if the Exception gets thrown in any

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-01 Thread Howard W. Smith, Jr.
On Thu, May 2, 2013 at 1:19 AM, Mark Struberg strub...@yahoo.de wrote: Probably in TomEE we do not yet remove all our scanning results and temporary boot stuff after booting up the container. I think I have recognized that whenever I do a heap dump and I search 'classes' for 'jsf.'. 'jsf.'

Re: Discussing MyFaces, OpenWebBeans, and Atmosphere

2013-05-01 Thread Howard W. Smith, Jr.
month. I'm always quite satisfied with snapshot versions (very stable and reliable, IMO). On Thu, May 2, 2013 at 1:30 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Thu, May 2, 2013 at 1:26 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Thu, May 2, 2013 at 1:19 AM

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/4/30 Howard W. Smith, Jr. smithh032...@gmail.com Question... Based on the addition of OWB 1.2.0 to TomEE 1.6.0 snapshot and the following, Cleaning up the Bean creation In the past we had 2

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
Are you saying that this is possibly an OWB 1.2 issue that might need to be addressed? On Tue, Apr 30, 2013 at 12:54 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Please reproduce it in a simple test. Can be a scanning issue Le 30 avr. 2013 18:48, Howard W. Smith, Jr. smithh032

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
at 12:57 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: You lost me...:( Le 30 avr. 2013 18:54, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : hahaha... true. I just recognized something. last night, I was running tomEE 1.6.0 snapshot 2013-04-26, and that version has OWB 1.2

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
working on a test case (WAR) right now. On Tue, Apr 30, 2013 at 1:18 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Error in atmos.jar but checked it is ok Le 30 avr. 2013 19:15, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : you said, that it can be a scanning issue. scanning

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
, Romain Manni-Bucau rmannibu...@gmail.comwrote: Behavior didnt change Le 30 avr. 2013 19:37, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Is OWB 1.2 possibly creating new instance on every user/HTTP request (full page refresh) due to some interceptor/JSF-lifecycle? atmosphere

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
Okay, I have a test case, just trying to upload it to github (gotta install github for windows). also, I recognized that this behavior occurs on Full Page Refresh; does not occur for AJAX/PPR requests. On Tue, Apr 30, 2013 at 2:07 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
...@gmail.comwrote: Seems it clearly shows that's an atmo issue if it works with a previous atmo version (pby in primefaces since atmo is not cdi friendly normally) Le 30 avr. 2013 21:20, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : I am very very new to github, this is my first time

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
On Tue, Apr 30, 2013 at 4:48 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: I can revert to 2013-04-26 version of tomee 1.6.0 snapshot and no issues if I use latest version of atmosphere 1.0.13 snapshot. :) Scratch that. I just reverted to 2013-04-26 version of tomee 1.6.0 snapshot

Re: TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-30 Thread Howard W. Smith, Jr.
can you provide some proof or clarify your statement, so I can report this in atmosphere list of issues? :) On Tue, Apr 30, 2013 at 4:59 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Next tomee is cdi compliant, so the issue would be in atmo Le 30 avr. 2013 22:55, Howard W. Smith, Jr

TOMEE-916 rework webapp bean manager since owb 1.2...

2013-04-29 Thread Howard W. Smith, Jr.
Okay, owb 1.2 is in the house. Can you please clarify what is changing with bean manager due to OpenWebBeans (owb) version 1.2 and/or TOMEE-916[1]? Any risks, pros, cons, performance enhancements, etc...? I am using bean manager instead of CODI bean manager. that is why I'm asking. :) thanks,

Re: UnsatisfiedResolutionException

2013-04-26 Thread Howard W. Smith, Jr.
build WAR file? On Fri, Apr 26, 2013 at 11:47 AM, José Luis Cetina maxtorz...@gmail.comwrote: Im not sure, because i use maven, i dont download the zip version. I run my webapp in development with the tomee plugin. Im not sure if i can get a previous version using maven. 2013/4/26 Howard W

Re: UnsatisfiedResolutionException

2013-04-26 Thread Howard W. Smith, Jr.
, because my webapp use the plugin for run. 2013/4/26 Howard W. Smith, Jr. smithh032...@gmail.com okay, that is reason why I download ZIP files, because I don't need latest version 'always'. :) So, when does tomee plugin get latest version? only when you compile the app or when you run

Re: UnsatisfiedResolutionException

2013-04-26 Thread Howard W. Smith, Jr.
When I first saw your email, I thought to myself, that it may be best to send your question to MyFaces list, but like I said earlier, I've seen OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot. On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote

Re: Can not connect to Message Bean from remote client : Null pointer

2013-04-23 Thread Howard W. Smith, Jr.
Yes, I used the TomEE 'simple MDB' example code to develop my MDB code, but honestly, I 'only' have 'producer' queues and rely on MDB's onMessage() to process the message. ATM, I am 'not' using 'consumer' queues at all. On Tue, Apr 23, 2013 at 4:27 PM, Howard W. Smith, Jr. smithh032

Re: Can not connect to Message Bean from remote client : Null pointer

2013-04-23 Thread Howard W. Smith, Jr.
On Tue, Apr 23, 2013 at 7:25 PM, TomeeUser panve...@gmail.com wrote: Smith.. I too don't have consumer, just used producer. But it should not be a problem now. I reviewed your test-case/example, and I see that Romain's recommendation (below) solved your problem. Thanks for sharing. I think I

Re: Deploy on using TomEE 1.5.2 Netbeans 7.3

2013-04-16 Thread Howard W. Smith, Jr.
Please refer to the following: http://tomee.apache.org/tomee-and-netbeans.html http://lmgtfy.com/?q=tomee+deploy+netbeans TomEE 1.6.0 snapshot (Romain beat me to the response) :) https://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache-tomee/1.6.0-SNAPSHOT/ On Tue,

Re: Re[2]: Re[2]: JPA issue in combo with @SessionScoped

2013-04-15 Thread Howard W. Smith, Jr.
+1 on this topic, code shared, and the responses, so far! Reinis, if I saw your code months/weeks ago, I would have used your code to do something 'similar' in my app, but no longer a need for that, but I like how you use 'producer' to instantiate a loggedIn user. Definitely, something I

Re: JPA issue in combo with @SessionScoped

2013-04-15 Thread Howard W. Smith, Jr.
On Mon, Apr 15, 2013 at 5:04 PM, Reinis Vicups to...@orbit-x.de wrote: @Howard - well, if I understand you correctly, your solution is to have (may I call it like this?) Yes, you may call it like that. :) a application scoped cache (the list in a singleton) or queue? yes, it's

Re: Specify portable global JNDI name of all EJBs in log on startup of TomEE

2013-04-14 Thread Howard W. Smith, Jr.
On Sun, Apr 14, 2013 at 8:00 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Ps: look at the bottom of http://tomee.apache.org/examples-trunk/rest-on-ejb/README.html I see the following: INFO - Jndi(name=java:global/rest-on-ejb/UserService!org.superbiz.rest.UserService) INFO -

Re: Specify portable global JNDI name of all EJBs in log on startup of TomEE

2013-04-14 Thread Howard W. Smith, Jr.
On Sun, Apr 14, 2013 at 7:56 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Look in the whole logs, it is here... Done, and you are right, it is there, found it! hahaha :) Apr 13, 2013 10:00:58 AM org.apache.openejb.assembler.classic.JndiBuilder bind INFO:

Re: Specify portable global JNDI name of all EJBs in log on startup of TomEE

2013-04-14 Thread Howard W. Smith, Jr.
On Sun, Apr 14, 2013 at 8:34 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: You can close yourself the jira since you opened it i think Done, thanks!

Re: Can not connect to Message Bean from remote client : Null pointer

2013-04-14 Thread Howard W. Smith, Jr.
Shan, can you share your final code and config, when you have it done. I may want to send msgs to least one remote server. Thanks. On Apr 14, 2013 12:24 PM, TomeeUser panve...@gmail.com wrote: Hi Romain, Thanks for your help. I got it resolved. One more question how connect to multiple servers?

Re: Virtual host not working

2013-04-14 Thread Howard W. Smith, Jr.
On Sun, Apr 14, 2013 at 2:17 PM, José Luis Cetina maxtorz...@gmail.comwrote: I have virtual hosts inclusive subdomains with an apache server in front and tomee (using workers). I can share with you my config tomorrow im out of the office now. Interesting! I definitely want to see that, José.

Re: Can not connect to Message Bean from remote client : Null pointer

2013-04-14 Thread Howard W. Smith, Jr.
* *Github: https://github.com/rmannibucau* 2013/4/14 Howard W. Smith, Jr. smithh032...@gmail.com Shan, can you share your final code and config, when you have it done. I may want to send msgs to least one remote server. Thanks. On Apr 14, 2013 12:24 PM, TomeeUser panve...@gmail.com wrote

Specify portable global JNDI name of all EJBs in log on startup of TomEE

2013-04-13 Thread Howard W. Smith, Jr.
TOMEE-896: Specify portable global JNDI name of all EJBs in log on startup of TomEE[1] Just added this JIRA per a topic that we were discussing, today, on the myfaces user list. I'm sure TomEE users will find this beneficial. Thanks, Howard [1] https://issues.apache.org/jira/browse/TOMEE-896

Re: Possible Tomee 1.5.1 Memory Leak

2013-04-12 Thread Howard W. Smith, Jr.
* 2013/4/12 Howard W. Smith, Jr. smithh032...@gmail.com clarification: i've seen those on tomcat list mention a tomcat memory leaks 'wiki'. i guess, for now, i can start there. On Thu, Apr 11, 2013 at 6:08 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Very very

Re: Possible Tomee 1.5.1 Memory Leak

2013-04-11 Thread Howard W. Smith, Jr.
clarification: i've seen those on tomcat list mention a tomcat memory leaks 'wiki'. i guess, for now, i can start there. On Thu, Apr 11, 2013 at 6:08 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Very very interesting. I have been analyzing my app's performance as well as GC via

Re: Issue with @Context injection in CDI beans

2013-04-09 Thread Howard W. Smith, Jr.
On Tue, Apr 9, 2013 at 5:36 AM, Antoine Reilles areilles+to...@gmail.comwrote: Tested on the last 1.6.0 snapshot, it works fine. Thanks a lot ! I will have code that will be unportable to other stacks, but at least I will be able make it work. +1 Like! As I made big changes in the past...

Re: Issue with @Context injection in CDI beans

2013-04-08 Thread Howard W. Smith, Jr.
On Mon, Apr 8, 2013 at 9:57 AM, John D. Ament john.d.am...@gmail.comwrote: Not from TomEE examples, but by understanding the JAX-RS spec a little bit. I think (IMHO) sometimes as open source programmers we jump quickly on the OMG someone found an issue I can fix before we think is this really

TomEE: pros/cons of adding openejb-javaagent.jar to java options

2013-04-06 Thread Howard W. Smith, Jr.
What are the pros/cons of adding the following to java options when running app in/on TomEE via (Windows) service? -javaagent:C:\apache-tomee-plus-1.6.0-SNAPSHOT\lib\openejb-javaagent.jar I recognized that NetBeans adds this automatically to java options, when I start TomEE via netBeans. I

Re: TomEE: pros/cons of adding openejb-javaagent.jar to java options

2013-04-06 Thread Howard W. Smith, Jr.
options. :) as always, thanks Romain! On Sat, Apr 6, 2013 at 10:56 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: The javaagentis used for jpa enhancement. Not having itmeans you dont use it (hibernate or build time enhancement) Le 6 avr. 2013 16:07, Howard W. Smith, Jr. smithh032

Re: Servlets loaded twice

2013-04-05 Thread Howard W. Smith, Jr.
I recognized that, earlier. :) 1.6.1-snapshot files are dated March 26, 2013 1.6.0-snapshot (latest) files are dated April 5, 2013. On Fri, Apr 5, 2013 at 3:45 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi, last version is 1.6.0-SNAPSHOT *Romain Manni-Bucau* *Twitter:

Re: TomEE 5

2013-04-05 Thread Howard W. Smith, Jr.
Wow, good/interesting question. I've been using TomEE ever since 1.5.1 snapshot, and from what I've seen, TomEE tries to use latest greatest 'Apache' stuff/stack (tomcat7, myfaces, activemq, geronimo, etc...) On Fri, Apr 5, 2013 at 10:47 AM, rajiv.j...@netbuilder.com rajiv.j...@netbuilder.com

Re: TomEE 5

2013-04-05 Thread Howard W. Smith, Jr.
for tomcat6, you may need to consider openejb instead of tomee. On Fri, Apr 5, 2013 at 12:34 PM, John D. Ament john.d.am...@gmail.comwrote: TomEE is typically a separate installation, not something you install on top of Tomcat. On Fri, Apr 5, 2013 at 10:47 AM, rajiv.j...@netbuilder.com

Re: TomEE 5

2013-04-05 Thread Howard W. Smith, Jr.
+1 agreed! :) On Fri, Apr 5, 2013 at 12:41 PM, John D. Ament john.d.am...@gmail.comwrote: That may be, but you still won't necessarily have support for JSF, JPA etc built in only only OWB w/ Servlet option. Not a complete stack like TomEE. John On Fri, Apr 5, 2013 at 12:39 PM, Howard W

Re: TomEE 5

2013-04-05 Thread Howard W. Smith, Jr.
...@gmail.comwrote: That may be, but you still won't necessarily have support for JSF, JPA etc built in only only OWB w/ Servlet option. Not a complete stack like TomEE. John On Fri, Apr 5, 2013 at 12:39 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: for tomcat6, you may need to consider

Re: web application not work with db mysql and derby

2013-04-04 Thread Howard W. Smith, Jr.
On Thu, Apr 4, 2013 at 7:07 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: about the jta datasource define a datasource in tomee.xml with JtaManaged = true and check you rpersistence.xml is of transaction-type = JTA For an example of what Romain is talking about above, see below (copied

Re: web application not work with db mysql and derby

2013-04-04 Thread Howard W. Smith, Jr.
: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/4/4 Howard W. Smith, Jr. smithh032...@gmail.com On Thu, Apr 4, 2013 at 7:36 AM, mauro2java2011 mauro2java2...@gmail.com

Re: CDI instead of JSF

2013-03-31 Thread Howard W. Smith, Jr.
Okay thanks. Because of this email, I removed CODI dependency in my app. On Mar 31, 2013 3:44 AM, Marco de Booij mdeb...@scarlet.be wrote: Yes. This is the way that I call it. Op 30-03-13 22:53, Howard W. Smith, Jr. schreef: Marco, thanks for replying with your code. Are you calling

Re: CDI instead of JSF

2013-03-30 Thread Howard W. Smith, Jr.
That works for me (too). thanks again for this topic and all responses, Marco and Mark. :) On Sat, Mar 30, 2013 at 5:53 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Marco, thanks for replying with your code. Are you calling the method like this below? getBean(someClass.class

Re: WebappClassLoader checkThreadLocalMapForLeaks finding leaks related to Google Apps API

2013-03-29 Thread Howard W. Smith, Jr.
; } } } return count; } } [1] https://code.google.com/p/google-gson/issues/detail?id=402 On Tue, Dec 11, 2012 at 12:00 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Please see exceptions below that usually occur when I shutdown

TomEE/ActiveMQ: Performance in 5.8.0 vs 5.2.0

2013-03-27 Thread Howard W. Smith, Jr.
FYI, since I am using TomEE/ActiveMQ, I like to follow-or-listen-in-on the activemq list, so I just wanted to forward the following, since TomEE is using latest version, ActiveMQ 5.8.0: -- Forwarded message -- From: Martin Fredriksson ghart.fredriks...@gmail.com Date: Wed, Mar 27,

Fwd: TomEE/ActiveMQ: Performance in 5.8.0 vs 5.2.0

2013-03-27 Thread Howard W. Smith, Jr.
FOLLOWUP/FYI (see below) On Wed, Mar 27, 2013 at 8:45 AM, Gary Tully gary.tu...@gmail.com wrote: I think this is a change in the persistence adapter, we now sync by default on every send, the jms durability guarantee. Use kahaDB enableJournalDiskSyncs=false .. to get the same behaviour as

TomEE WARNING: Injection data not found in JNDI context: jndiName

2013-03-26 Thread Howard W. Smith, Jr.
FYI I just wanted to share this (my experience). stayed up all night writing/adding some new software to my app, well, basically changing a few things around and introducing a @Singleton @Lock(WRITE) along with some code that references the bean that contains code that once lived in CDI

TOMEE-740: Tomcat 7.0.39

2013-03-25 Thread Howard W. Smith, Jr.
+1 and interesting!!! :) Now, I need to check the change log for Tomcat (7.0.38 and) 7.0.39. :) -- Forwarded message -- From: Romain Manni-Bucau (JIRA) j...@apache.org Date: Mon, Mar 25, 2013 at 2:03 AM Subject: [jira] [Updated] (TOMEE-740) Tomcat 7.0.39 [

TOMEE JIRA site seems to say 1.6.1 is on it's way

2013-03-25 Thread Howard W. Smith, Jr.
Interesting, TOMEE JIRA site[1] seems to say that 1.6.1 is on it's way. :) [1]https://issues.apache.org/jira/browse/TOMEE

Re: TOMEE JIRA site seems to say 1.6.1 is on it's way

2013-03-25 Thread Howard W. Smith, Jr.
. JLouis 2013/3/25 Howard W. Smith, Jr. smithh032...@gmail.com Interesting, TOMEE JIRA site[1] seems to say that 1.6.1 is on it's way. :) [1]https://issues.apache.org/jira/browse/TOMEE -- Jean-Louis

Re: Question on MDB processing

2013-03-24 Thread Howard W. Smith, Jr.
. So after struggling for a while I ended up rolling my own persistent queue in SQL, and used @Asynchronous for the request dispatch. That turned out to solve all of my problems, and the overall configuration also become notably simpler. -- Bjorn Danielsson Cuspy Code AB Howard W

Re: Question on MDB processing

2013-03-24 Thread Howard W. Smith, Jr.
are you replicating database via tomee/tomcat session replication? that's no more the app server job (or it shouldn't be) please explain.

Re: Question on MDB processing

2013-03-24 Thread Howard W. Smith, Jr.
/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/3/24 Howard W. Smith, Jr. smithh032...@gmail.com are you replicating database via tomee/tomcat session replication? that's no more the app server job (or it shouldn't be) please explain.

Re: Question on MDB processing

2013-03-24 Thread Howard W. Smith, Jr.
kind of session replication. I do use servlet sessions for some things but mainly as a cache for things that can also be found via a combination of cookies and SQL storage. -- Bjorn Danielsson Cuspy Code AB Howard W. Smith, Jr. smithh032...@gmail.com wrote: Bjorn, for some time now, i've

<    1   2   3   4   5   >