Re: TomEE OpenEJB IDE Support

2014-07-28 Thread Alexander Wagner
Sorry I didn't mentioned that we use maven for the projects and also m2e in Eclipse. Without theses tools the build process might be not so comfortable. The DCEVM is really great stuff, I used it already, too. I need to install it again after a new eclipse installation. Sometimes I had the

Re: New feature?

2014-07-28 Thread Alex Soto
To implement this feature I have been reading the example of duration. I have seen that duration are implemented with a DurationAdapter for Xml Elements and then registering as @XmlJavaTypeAdapter(DurationAdapter.class). Is this enough to implement size units? I mean does system.properties works

Re: New feature?

2014-07-28 Thread Romain Manni-Bucau
Hehe, pretty sure it doesn't use it anymore, jaxb stuff is converted to sax with sxc so finally the sax adapter uses the adapter in a hardcoded (generated) way (see openejb-jee-accessors). Moreover we don't use jaxb or xml for factories so I think the best way is to have a setXXXSize(String

Re: New feature?

2014-07-28 Thread Alex Soto
Ok I will take a look :) 2014-07-28 11:43 GMT+02:00 Romain Manni-Bucau rmannibu...@gmail.com: Hehe, pretty sure it doesn't use it anymore, jaxb stuff is converted to sax with sxc so finally the sax adapter uses the adapter in a hardcoded (generated) way (see openejb-jee-accessors).

Tomee 2 Release-Date

2014-07-28 Thread thanhvinh
Hi all, NetBeans 8 now supported TomEE. That's a good news. I'm going to build my apps based on NB 8, Tomcat 8, Java EE 7. So I need to use TomEE 2. Can you please give us a update on the release date of TomEE 2? Thanks. -- View this message in context:

Re: Tomee 2 Release-Date

2014-07-28 Thread Andy Gumbrecht
Hi thanhvinh, You're kind of jumping the gun there. We've not even released 1.7.0 yet, so it's kind of hard to map out anything yet. TomEE 2.0.0-SNAPSHOT is in progress, but we do not have a solid roadmap yet. We will work on producing some information as soon as we can. Of course feel

Re: Tomee 2 Release-Date

2014-07-28 Thread Romain Manni-Bucau
Hi will surely be beginning of next year in the best case even if I'd like to get a pre release end of this year without all EE 7 features. We miss CDI 1.1 and JPA 2.1 to target EE 7 web profile ATM (work in progress for CDI, JPA will be tackled after I think). Romain Manni-Bucau Twitter:

Re: Tomee 2 Release-Date

2014-07-28 Thread Daniel Cunha
Romain, Bval has a stable version to Bean Validation 1.1? -- Daniel Cunha (soro) Sent from my cell phone. Em 28/07/2014 08:52, Romain Manni-Bucau rmannibu...@gmail.com escreveu: Hi will surely be beginning of next year in the best case even if I'd like to get a pre release end of this year

Re: Tomee 2 Release-Date

2014-07-28 Thread Romain Manni-Bucau
@Daniel: no release but implementation is done since more or less last august Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-07-28 14:34 GMT+02:00 Daniel Cunha

Re: Tomee 2 Release-Date

2014-07-28 Thread Daniel Cunha
Great! ;) -- Daniel Cunha (soro) Sent from my cell phone. Em 28/07/2014 09:43, Romain Manni-Bucau rmannibu...@gmail.com escreveu: @Daniel: no release but implementation is done since more or less last august Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/

Re: Tomee 2 Release-Date

2014-07-28 Thread Howard W. Smith, Jr.
good stuff, you all keep up the good work/progress! On Mon, Jul 28, 2014 at 7:52 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi will surely be beginning of next year in the best case even if I'd like to get a pre release end of this year without all EE 7 features. We miss CDI 1.1

Re: tomee-maven-plugin webappDefaultConfig broken

2014-07-28 Thread Tamás Kimmel
Should i file an issue, or it is just a known limitation of an experimental function? - If you can give some pointers about an acceptable fix, maybe i can send a better patch. Not related to this bug, but i found another issue with webappDefaultConfig. javax.servlet annotations does not get

Re: tomee-maven-plugin webappDefaultConfig broken

2014-07-28 Thread Romain Manni-Bucau
Hi It works on trunk. Sorry i messed up indirectly few things (why it doesnt compile) but should be fixed in the week. It is broken in 1.7 for sure, not sure well be able to fix it in 1.7.0. Idea would be to use trunk idea adapted to tomcat 7 internals Le 28 juil. 2014 22:08, Tamás Kimmel