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

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

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 daniels...@gmail.com wrote: Hello everyone, I'm glad to announce today the release of

Re: A client to manage your Apache TomEE instances

2015-04-13 Thread Leonardo K. Shikida
Kudos, Daniel :-) [] Leo On Mon, Apr 13, 2015 at 5:20 PM, Daniel Cunha daniels...@gmail.com wrote: 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

Re: A client to manage your Apache TomEE instances

2015-04-13 Thread htmfilho
Hi Romain, Concerning Clojure, we try to think about the goal, not the medium. If a language allow us to provide more for TomEE with less effort and time then that's the one we are going to use. Good that there are some commands available. We can easily embed all of them into TomEE-CLI by simply

Re: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread Romain Manni-Bucau
Hmm, surely something obvious but I dont see the sample anymore, do you care attaching it again or better putting it on github? yes we have a bugtracker: https://issues.apache.org/jira/browse/TOMEE Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog

Re: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread tschuler
Hi Romain! The example was added as attachment and is available for download. BTW: Is there a bug tracking system (like JIRA) for TomEE? Did you already add an according bug so that I can keep an eye on it? Best regards, Thomas -- View this message in context:

RE: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread tschuler
Hi Romain! The example is still available: http://tomee-openejb.979440.n4.nabble.com/attachment/4674247/0/threaddump_restricted.tdump Can you please provide the JIRA bug number if an according one exists? Best regards, Thomas From: Romain Manni-Bucau [via TomEE OpenEJB]

Re: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread Romain Manni-Bucau
well this is not a sample but a thread stack issue was https://issues.apache.org/jira/browse/OPENEJB-2070 IIRC Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn

RE: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread tschuler
Hi Romain! Yes. The thread stack is the example for two threads in deadlock situation observed within a TomEE 1.7.1 - cause is the added ReentrantLock from https://issues.apache.org/jira/browse/OPENEJB-2070. If you need an example how to reproduce the thread deadlock - not sure if we are able

Re: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread Romain Manni-Bucau
2015-04-13 14:42 GMT+02:00 tschuler thomas.schu...@opentext.com: Hi Romain! Yes. The thread stack is the example for two threads in deadlock situation observed within a TomEE 1.7.1 - cause is the added ReentrantLock from https://issues.apache.org/jira/browse/OPENEJB-2070. If you need an

RE: thread deadlock at URLClassLoaderFirst

2015-04-13 Thread tschuler
Hi Romain! I added the complete thread dump produced with JVisualVM including the thread deadlock detected by JVisualVM. Maybe it helps identifying the problem. We are working on an example to make the issue reproducible ... Best regards, Thomas From: Romain Manni-Bucau [via

Re: TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread Romain Manni-Bucau
Hi it will get fixed as soon as another snapshot is published. Using sources you don't have this issue. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn

Re: TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread sgjava
Thank you, building now... -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-2-0-0-project-missing-openwebbeans-1-5-0-tp4674381p4674388.html Sent from the TomEE Users mailing list archive at Nabble.com.

TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread sgjava
Tried building my TomEE 2.0.0 project this morning and several openwebbeans artifacts are missing. I was unable to find openwebbeans 1.5.0 in any repositories, only 1.5.0-SNAPSHOT. The following artifacts could not be resolved: org.apache.openwebbeans:openwebbeans-jsf:jar:1.5.0,

Re: TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread Romain Manni-Bucau
well openejb = tomee, there is a single project. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-04-13

Re: TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread sgjava
OK, thanks I'll build https://svn.apache.org/repos/asf/tomee/tomee/trunk then... -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-2-0-0-project-missing-openwebbeans-1-5-0-tp4674381p4674386.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread sgjava
Romain, was this specifically in OpenEJB or TomEE? Then I can set this project up in my Jenkins server with a deploy phase to get the artifacts in our Nexus server, thanks. -- View this message in context:

Re: TomEE 2.0.0 project missing openwebbeans 1.5.0

2015-04-13 Thread Romain Manni-Bucau
Our repo is https://git-wip-us.apache.org/repos/asf?p=tomee.git;a=summary ( http://tomee.apache.org/dev/source-code.html) Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn