[VOTE] Release Apache OpenWebBeans-1.5.0

2015-04-13 Thread Mark Struberg
Hi! It’s a great pleasure to call a VOTE for releasing Apache OpenWebBeans-1.5.0. OWB-1.5.x is the first version to support CDI-1.2 which is a maintenance version of the CDI-1.1 JSR-346 specification. The staging repository can be found here: https://repository.apache.org/content/repositories/o

Re: [VOTE] Release Apache OpenWebBeans-1.5.0

2015-04-13 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2015-04-13 9:28 GMT+02:00 Mark Struberg : > Hi!

Re: [VOTE] Release Apache OpenWebBeans-1.5.0

2015-04-13 Thread Romain Manni-Bucau
@Howard: would have been cool ;). This is not intended to work so easily. TomEE 2 does it. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn |

Re: Lazy flag for resources

2015-04-13 Thread Romain Manni-Bucau
BTW guys if you have a good idea to handle default resources of EE 7, ATM for the few I added (ee concurrency) it forces some auto linking for nothing. Of course we have a flag to skip it but not super happy to have to set it in most app to be compliant by default. wdyt? Romain Manni-Bucau @rman

Re: [VOTE] Release Apache OpenWebBeans-1.5.0

2015-04-13 Thread Jean-Louis Monteiro
+1 -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Apr 13, 2015 at 3:22 PM, Romain Manni-Bucau wrote: > @Howard: would have been cool ;). This is not intended to work so easily. > TomEE 2 does it. > > > Romain Manni-Bucau > @rmannibucau

A client to manage your Apache TomEE instances

2015-04-13 Thread Daniel Cunha
Hello everyone, I'm glad to announce today the release of Tomee-cli, a command line tool to manage your Apache TomEE instances. https://github.com/bitmaker-software/tomee-cli We decided to think out of the box and come up with a solution that's easy to use and develop, offering the maximum numbe

Re: A client to manage your Apache TomEE instances

2015-04-13 Thread Daniel Cunha
Another thing that we want to do, interoperability between Clojure and Java, it's by creating a JBoss Forge addon, so you can run the tool within JBoss Forge. On Mon, Apr 13, 2015 at 5:20 PM, Daniel Cunha wrote: > Hello everyone, > > I'm glad to announce today the release of Tomee-cli, a command

Re: A client to manage your Apache TomEE instances

2015-04-13 Thread Romain Manni-Bucau
Looks interesting but clojure doesn't help contribution for java projects in general (well from my experience at least). FYI TomEE already has some command tooling using tomee.sh. It is based on simple java main (public static void main(final String... args)) + a small SPI (META-INF/org.apache.ope

Re: [VOTE] Release Apache OpenWebBeans-1.5.0

2015-04-13 Thread Howard W. Smith, Jr.
Okay, now I know. Thanks Romain! :) On Mon, Apr 13, 2015 at 9:22 AM, Romain Manni-Bucau wrote: > @Howard: would have been cool ;). This is not intended to work so easily. > TomEE 2 does it. > > > Romain Manni-Bucau > @rmannibucau | Blog >

Re: [VOTE] Release Apache OpenWebBeans-1.5.0

2015-04-13 Thread Howard W. Smith, Jr.
I replaced openwebbeans 1.2.6 JARs with openwebbeans 1.5.0 JARs in tomee+ (1.7.1) lib folder, started tomee+ (via NetBeans 8) and tomee+ failed to start because of the following: INFO: Apr 13, 2015 9:09:48 AM org.apac