Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-07 Thread Alex The Rocker
Romain: Good news, the TomEE+ package at http://people.apache.org/~rmannibucau/apache-tomee-plus-1.6.0-SNAPSHOT.zipfixed your web app blocking issue (we ran full non-reg tests automated + manual QA tests). Is this fix already part of lasted Snapshot? Can we be sure that this fix will be

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-07 Thread Romain Manni-Bucau
this is on trunk, we had an issue with our nightly deployment but it will be part of final for sure Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/7 Alex The Rocker

Re: can cdi ignore the javax.enterprise.inject.UnsatisfiedResolutionException

2013-11-07 Thread Romain Manni-Bucau
Hi either don't deploy the others or mock them is you need it. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/7 ZhongGuan guanzh.em...@gmail.com: Hi, If I have

Re: can cdi ignore the javax.enterprise.inject.UnsatisfiedResolutionException

2013-11-07 Thread ZhongGuan
I see, Thank you. -- View this message in context: http://openejb.979440.n4.nabble.com/can-cdi-ignore-the-javax-enterprise-inject-UnsatisfiedResolutionException-tp4666027p4666031.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
added an agent plugin to push tomee stateless stat + validation state of datasource not that sure which GUI plugin are needed ATM Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
+1 On Thu, Nov 7, 2013 at 5:53 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: added an agent plugin to push tomee stateless stat + validation state of datasource not that sure which GUI plugin are needed ATM

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread John D. Ament
Actually, since hawt.io is simply using jolokia, any mbeans deployed to the same JVM will be returned to the client. It's simply a matter of building an angular.js UI that consumes the JSON and processes the data. On Thu, Nov 7, 2013 at 6:40 AM, Howard W. Smith, Jr. smithh032...@gmail.com

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
interesting. thanks John! On Thu, Nov 7, 2013 at 7:01 AM, John D. Ament john.d.am...@gmail.comwrote: Actually, since hawt.io is simply using jolokia, any mbeans deployed to the same JVM will be returned to the client. It's simply a matter of building an angular.js UI that consumes the JSON

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
well, before working on [monitoring] and launching sirona I evaluated hawtio. It is really nice but has big drawbacks which are blocking to be usable for me (I don't say it is a bad solution, just it doesn't fit my needs): 1) it is not Java (well the solutions are working but not entreprise

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
+1 Romain, thanks. On Thu, Nov 7, 2013 at 7:30 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: well, before working on [monitoring] and launching sirona I evaluated hawtio. It is really nice but has big drawbacks which are blocking to be usable for me (I don't say it is a bad solution,

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Thiago Veronezi
Out of curiosity, you can use the webaccess* to see some of that stuff via jmx. You just need to open the console and execute... // Groovy code // import java.lang.management.ManagementFactory def server =

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
Hehe, the code is in sirona. You have the JMX local tree + you can see attributes and invoke basic operations. here is the server part https://svn.apache.org/repos/asf/incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/jmx/JMXEndpoints.java . Views are

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
+1 Thiago and Romain, good stuff! On Thu, Nov 7, 2013 at 9:21 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hehe, the code is in sirona. You have the JMX local tree + you can see attributes and invoke basic operations. here is the server part

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Thiago Veronezi
Cool... txk! :) I was playing a little bit here. If you want to see the attributes values, execute... //*** import java.lang.management.ManagementFactory def server = ManagementFactory.getPlatformMBeanServer() def beans =

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
I used it for years if it can help: public static void main(String[] a) throws Exception { if (a.length != 2) { System.out.println(put the objectname name as parameter: program host port); return; } JMXServiceURL url = new

Re: TomEE GUI Empty

2013-11-07 Thread dhj123456
Yes, i agree, but as i just downloaded it, i want to browse the modules it has, so i need a overview, i think console is the good place to start. my browser is IE8 -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-GUI-Empty-tp4665986p4666044.html Sent from the OpenEJB

Re: TomEE GUI Empty

2013-11-07 Thread Thiago Veronezi
H IE8. It keeps haunting me. I already need to support it in my day time job. Not sure I would like to support it in TomEE too. It would take out all the fun. :) Can you use another browser? http://theie8countdown.com/ i want to browse the modules it has What do you mean? Anyway, the

Re: TomEE GUI Empty

2013-11-07 Thread Thiago Veronezi
Oh, you might use some very new html code? but i also tried in opera for the 1.5.2 one, same issue, not sure about the 1.6.0 Yeap. Version 1.5.2 uses websockets. Version 1.6.0 gets rid of it, but I still use some html 5 and css 3 tricks that arent supported by ie8. tomcat8 No Tomcat8 for TomEE

Re: TomEE GUI Empty

2013-11-07 Thread Howard W. Smith, Jr.
On Thu, Nov 7, 2013 at 2:19 PM, dhj123456 dhj123...@gmail.com wrote: Another shock thing is i downloaded the tomcat8 this morning, very unlike the previous versions, it can't be run in my pc windows, tomcat8 won't support windows? the flashing dos window is too fast, i am not able to capture