[Bug 55483] New: ELException when object has overloaded methods

2013-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55483 Bug ID: 55483 Summary: ELException when object has overloaded methods Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW

svn commit: r1517536 - in /tomcat/trunk: java/javax/el/BeanELResolver.java test/javax/el/TestBeanELResolver.java test/javax/el/TesterBean.java

2013-08-26 Thread violetagg
Author: violetagg Date: Mon Aug 26 13:24:43 2013 New Revision: 1517536 URL: http://svn.apache.org/r1517536 Log: javax.el.BeanELResolver: - getFeatureDescriptors, getCommonPropertyType do not throw NPE when the supplied context is null. - setValue will throw PropertyNotWritableException instead

[Bug 55483] ELException when object has overloaded methods

2013-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55483 --- Comment #1 from Daniel Mikusa dmik...@gopivotal.com --- Created attachment 30764 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30764action=edit Unit test Attaching a unit test to replicate the problem. -- You are

svn commit: r1517586 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/BeanELResolver.java test/javax/el/TestBeanELResolver.java test/javax/el/TesterBean.java webapps/docs/changelog.xml

2013-08-26 Thread violetagg
Author: violetagg Date: Mon Aug 26 16:02:28 2013 New Revision: 1517586 URL: http://svn.apache.org/r1517586 Log: Merged revision 1517536 from tomcat/trunk: javax.el.BeanELResolver: - getFeatureDescriptors, getCommonPropertyType do not throw NPE when the supplied context is null. - unit test is

Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
I was playing around with making the manager page look a bit more modern. (I see bug 55383, which is kinda related)... I whipped up a proof of concept with a static HTML page, using Bootstrap. I put it up on github, if anyone wanted to take a look:

Re: Manager look and feel

2013-08-26 Thread Romain Manni-Bucau
Hi i wonder for some times if tomcat GUI couldn't be externalized in another project. To be concrete i'm thinking to commons-monitoring (or the project which will replace it in incubator if we move it over incubator) Here is the current doc: http://commons.apache.org/sandbox/commons-monitoring/

Re: Manager look and feel

2013-08-26 Thread Andrew Carr
gui is looking good. If you need help on the commons monitoring project let me know, I have some spare time. On Mon, Aug 26, 2013 at 4:16 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi i wonder for some times if tomcat GUI couldn't be externalized in another project. To be concrete

Re: Manager look and feel

2013-08-26 Thread Romain Manni-Bucau
It would need to be updated to bootstrap 3 (but using a custom bootstrap 2 theme it is not as easy as replacing files) and maybe some basic components (graphs etc, atm there is no component libs) Le 26 août 2013 22:44, Andrew Carr andrewlanec...@gmail.com a écrit : gui is looking good. If you

Re: Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
I like that Tomcat ships with a manager application bundled with it. If you need more functionality, you can look at psi probe https://code.google.com/p/psi-probe/, or write your own application that wraps the RESTish interface that the manager application provides. I just wish the default

Re: Need a tc-native 1.1.28 release

2013-08-26 Thread Christopher Schultz
Mark, On 8/23/13 1:21 PM, Mark Thomas wrote: Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any takers for rolling the release? I'm not sure if I have the karma to do a release (well, I can commit to svn of course, but I'm not sure about all the other stuff). I'm motivated to

Re: Manager look and feel

2013-08-26 Thread Romain Manni-Bucau
We talked about javamelody before hacking on it but it is different cause storage is pluggable (memory is implemented) and gui is designed as extensible (not really in jm). It integrates with cdi too (not jm.AFAIK). The main points are IMO easyness of extensibility (hawtio failed about it IMHO),

Re: Manager look and feel

2013-08-26 Thread Henri Gomez
Commons Monitoring is more comparable to Yammer Metrics than Java Melody. psi-probe/lambda-probe due to GPL nature can't be bundled with Tomcat, Commons Monitoring could. 2013/8/26 Larry Shatzer, Jr. lar...@gmail.com I like that Tomcat ships with a manager application bundled with it. If

[Bug 55477] Add a solution to map an realm name to a security role

2013-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55477 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- I haven't looked at the patch yet, but I wonder if configuring the wrapper-realm could be done directly in the context.xml like this: Realm class=...MappingRealm

Re: Manager look and feel

2013-08-26 Thread Christopher Schultz
Larry, On 8/26/13 4:10 PM, Larry Shatzer, Jr. wrote: I was playing around with making the manager page look a bit more modern. (I see bug 55383, which is kinda related)... I whipped up a proof of concept with a static HTML page, using Bootstrap. I put it up on github, if anyone wanted to

Re: Need a tc-native 1.1.28 release

2013-08-26 Thread Christopher Schultz
All, On 8/26/13 5:15 PM, Christopher Schultz wrote: On 8/23/13 1:21 PM, Mark Thomas wrote: Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any takers for rolling the release? I'm not sure if I have the karma to do a release (well, I can commit to svn of course, but I'm not

Re: Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
Christopher, On Mon, Aug 26, 2013 at 3:32 PM, Christopher Schultz ch...@christopherschultz.net wrote: Larry, On 8/26/13 4:10 PM, Larry Shatzer, Jr. wrote: I was playing around with making the manager page look a bit more modern. (I see bug 55383, which is kinda related)... I whipped

RE: Manager look and feel

2013-08-26 Thread Caldarale, Charles R
From: Larry Shatzer, Jr. [mailto:lar...@gmail.com] Subject: Re: Manager look and feel Maybe switching the manager application to use JSP for all presentation I don't think that should be done. Some sites may disable JSP capability, but still want to use the manager webapp. I suppose one

[Bug 55477] Add a solution to map an realm name to a security role

2013-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55477 --- Comment #2 from Stefan Mayr ste...@mayr-stefan.de --- Should be possible. Where to find the rules about the security role naming conventions? The parsing of such an attribute might be tricky. Although this could be controlled by extra

Re: Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
On Mon, Aug 26, 2013 at 4:00 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Larry Shatzer, Jr. [mailto:lar...@gmail.com] Subject: Re: Manager look and feel Maybe switching the manager application to use JSP for all presentation I don't think that should be done. Some

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-08-26 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This

Re: Need a tc-native 1.1.28 release

2013-08-26 Thread Violeta Georgieva
2013/8/23 Mark Thomas wrote: Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any takers for rolling the release? Mark, Do we need this for Tomcat 7 as well? Thanks Violeta