Re: Questions on EJB, CDI and concurrency

2014-08-27 Thread Lars-Fredrik Smedberg
Good to know... So in the case no CDI-proxy is created the EJB-proxy will also run the CDI-interceptors? I read that any EJB-interceptors will run after any tx has started (the EJB or EJB-method is annotated with @TransactionAttribute). In the case of an CDI-proxy I assume that any

Re: Questions on EJB, CDI and concurrency

2014-08-27 Thread Romain Manni-Bucau
normally yes Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-27 8:00 GMT+02:00 Lars-Fredrik Smedberg itsme...@gmail.com: Good to know... So in the case no

Re: Questions on EJB, CDI and concurrency

2014-08-27 Thread Lars-Fredrik Smedberg
@Romain Thanks, makes me understand it more. You scare me little when you say normally. In what cases does it not? Regards Lars-Fredrik On 27 Aug 2014 08:30, Romain Manni-Bucau rmannibu...@gmail.com wrote: normally yes Romain Manni-Bucau Twitter: @rmannibucau Blog:

Re: Questions on EJB, CDI and concurrency

2014-08-27 Thread Romain Manni-Bucau
this normally meant I didn't check by tests or code review (=AFAIK ;)) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-27 8:42 GMT+02:00 Lars-Fredrik Smedberg

Kindly remove my email ID from group

2014-08-27 Thread Ashwini Tyagi
Hi, I want to un-subscribe this mailing list. Please do the needful so that I can't get mail from this these groups going forward. Regards, Ashwini Tyag =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or

Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread User57
I am trying to generate PrimeFaces pages from Entity classes for a Java EE web project. My web server is Apache TomEE 1.7 and I'm using Netbeans 8 as an IDE. When I run the wizard to generate the pages I get this error Cannot be generated for Java EE 6 sources without server with complete Java

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Romain Manni-Bucau
Hi report it to netbeans community since on tomee side we can't do much about it. They can ask us if they need some help in understanding the server to integrate it. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Kay Wrobel
Hi. I am the author of the PrimeFaces CRUD Generator dedicated plugin (a.k.a. nbpfcrudgen, not the one that's built into NetBeans since 8 but the one I'm hosting on SourceForge) and have been asked this question recently on Facebook. The problem is with NetBeans 8 and how it detects a proper

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Romain Manni-Bucau
FYI informations are in maven properties in jars so it is surely an easier way to support coming version. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-27 10:53

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Kay Wrobel
To that I also want to add that NetBeans is testing via a regex pattern for version x.x.x which causes detection issues with 1.6.0.2 as well since that version has a fourth element which their regex pattern fails at. I have file a separate bug report with NetBeans on that issue as well:

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Kay Wrobel
Thanks, Romain. Kay On 08/27/2014 04:00 AM, Romain Manni-Bucau wrote: FYI informations are in maven properties in jars so it is surely an easier way to support coming version. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Howard W. Smith, Jr.
Kay, atmosphere library had a fix for detecting tomcat and tomee versions. Romain may remember that discussion. Add atmosphere runtime dependency to your app, start tomee and look for tomee tomcat version in a one line string in atmosphere log lines in log file. On Aug 27, 2014 5:06 AM, Kay Wrobel

Re: Apache TomEE web server does not allow generation of Primefaces pages from Entity Classes

2014-08-27 Thread Romain Manni-Bucau
@Howard: netbeans can't rely on startup since it needs available libs for development + we change this version at runtime. but maven metadata are reliable Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

Re: Best way to upgrade?

2014-08-27 Thread Howard W. Smith, Jr.
-- Forwarded message -- From: Romain Manni-Bucau rmannibu...@gmail.com Date: Fri, Aug 15, 2014 at 1:46 PM Subject: Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator To: users@tomee.apache.org users@tomee.apache.org

Help with MDB ActivationConfig

2014-08-27 Thread Felipe Jaekel
Hi, When I try to set *redeliveryUseExponentialBackOff* on my MDB I'm getting the following exception: Exception: class org.apache.openejb.OpenEJBException: Unable to create activation spec: No setter found for the activation spec properties: [redeliveryUseExponentialBackOff]: Unable to create