Re: Tomee throws 'Not a transacted session'

2014-12-05 Thread Trevor Stevens
I have been working on a similar issue recently which we cannot get our head around. Using this thread and http://tomee-openejb.979440.n4.nabble.com/MDB-doesn-t-read-messages-td4666169.html we have been able to reliably reproduce the failure within a sample project. I will be trying to get the

Re: Injection of CDI extension

2014-12-05 Thread Romain Manni-Bucau
Sorry misread the listener api you were using. Do you have a ready to run sample we can use to reproduce? Le 5 déc. 2014 20:37, "Lars-Fredrik Smedberg" a écrit : > Hi Romain > > What should I not do during the boot of the container? > > The @RequestScoped bean injecting the extension is not until

Re: Injection of CDI extension

2014-12-05 Thread Lars-Fredrik Smedberg
Hi Romain What should I not do during the boot of the container? The @RequestScoped bean injecting the extension is not until it receives an event triggered by a client request Regards Lars-Fredrik On Dec 5, 2014 3:45 PM, "Romain Manni-Bucau" wrote: > you shouldn't do it during the boot of the

Re: Injection of CDI extension

2014-12-05 Thread Romain Manni-Bucau
you shouldn't do it during the boot of the container. I guess that's the issue. What I don't get is why it doesn't fail more abruptally. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-05 15:40 GMT+01:00 Lars-Fredr

Re: Injection of CDI extension

2014-12-05 Thread Lars-Fredrik Smedberg
Romain, what I tried in my little tests was: - A class implementing ServletRequestListener that in requestInitialized(...) fires a CDI event. - Another class (@RequestScoped) consumes the event... Without any injection of the CDI Extension all work fine - I added a CDI Extension and when debuggi

Re: Feedback on TomEE 1.7,1

2014-12-05 Thread Mike
> I can't verify the download from http://tomee.apache.org/downloads.html > because the MD5 links to dist.apache.org return a 503 error. Now I'm getting a 404.

Re: Feedback on TomEE 1.7,1

2014-12-05 Thread Mike
> > I can't verify the download from http://tomee.apache.org/downloads.html > > because the MD5 links to dist.apache.org return a 503 error. > > Now I'm getting a 404. Now it's working.

Re: Injection of CDI extension

2014-12-05 Thread Romain Manni-Bucau
Hi seems ok yes Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-05 14:15 GMT+01:00 Lars-Fredrik Smedberg : > Hi > > I'm running TomEE Plus 1.7.1 and I try to inject a CDI extension in a > @RequestScoped bean but I

Injection of CDI extension

2014-12-05 Thread Lars-Fredrik Smedberg
Hi I'm running TomEE Plus 1.7.1 and I try to inject a CDI extension in a @RequestScoped bean but I get an error saying that no bean with @Default is available for injection. Is this the right way of getting data collected in the extension available to the application? Regards Lars-Fredrik

Re: Tomee 1.7.2 Release Date

2014-12-05 Thread Jean-Louis Monteiro
Side note, we are still working hard to try to have a first 2.0 milestone by the end of this year. Let's see if we can do it. JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Fri, Dec 5, 2014 at 8:47 AM, Romain Manni-Bucau wrote: > No, we'll just use