Re: Long running background tasks using Java EE 6

2015-06-01 Thread Lars-Fredrik Smedberg
@Romain Thanks I actually ended up with 2 CountDownLatche's... one that the actual async work does await on with a timeout that is equal to the workinterval of the long running job (and checking the boolean return to know if it actually should exit or if the work interval occured) and one that is

Re: tomee jee 7

2015-06-01 Thread ross.cohen
Sorry -- my question wasn't intended to be rude. It was more aimed at the long term health of the project, and delivering the goods. I think you guys are doing tremendous work and the support here is fabulous. But I have to be able to sell moving to tomee to my boss; I put my chips behind gla

Re: tomee jee 7

2015-06-01 Thread Alex Soto
Sure, in fact as I said I didn't thought your email as rude, currently I think that one thing that could really help you is identify which things you need from Java EE 7 that are not implemented in Java EE 6. Because sometimes you can start with Java EE 6 because simply you don't need anything (or

Re: tomee jee 7

2015-06-01 Thread Mark Struberg
The question is rather what the options are :) TomEE will sustain for quite some time. And TomEE rocks all the other servers from a performance aspect with a quite big gain. TomEE also doesn’t just ship ‚banana-ware‘ and then switch to commercial releases after the projects starts to become ma

Re: tomee jee 7

2015-06-01 Thread Howard W. Smith, Jr.
> So I’d say TomEE is not only the best server around but almost the only _real_ open source server on the market. +1 I agree! > > LieGrue, > strub

Re: tomee jee 7

2015-06-01 Thread Alex Soto
LLAP to Apache TomEE El dl., 1 juny 2015 a les 16:50, Howard W. Smith, Jr. (< smithh032...@gmail.com>) va escriure: > > So I’d say TomEE is not only the best server around but almost the only > _real_ open source server on the market. > > +1 I agree! > > > > > LieGrue, > > strub >

Jax-ws and Virtual Hosts

2015-06-01 Thread Kirys
Hi all, I'm still studing, and i made some test, everything works when deploying on the main host, but when deploying on tomcat virtual hosts jax-ws (on a EJB) doesn't seem to register the paths. What I want to achieve: I would like to use the same app on multiple virtual hosts, each virtual

Re: Jax-ws and Virtual Hosts

2015-06-01 Thread Romain Manni-Bucau
Hi do you care sharing your setup, there are few dark points for me reading your mail. Best can be to setup a small sample on github using tomee maven plugin Romain Manni-Bucau @rmannibucau | Blog | Github

Re: Jax-ws and Virtual Hosts

2015-06-01 Thread Kirys
for now the setup is the same of the previous time, I have to admit that i don't know git (I usually use mercurial), if a repo on bitbucket does suffice I'll be happy to make a stub (without all the uneeded stuff ^_^) and share on it. Cya K. On 1 June 2015 at 21:19, Romain Manni-Bucau wrote: >

Re: Jax-ws and Virtual Hosts

2015-06-01 Thread Jean-Louis Monteiro
It's also fine -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Jun 1, 2015 at 11:39 PM, Kirys wrote: > for now the setup is the same of the previous time, I have to admit that i > don't know git (I usually use mercurial), if a repo on bitbucket does > s