You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/05/08 18:41:53 UTC

[Bug 57906] Message about failure to load ApplicationContextFacadeBeanInfo class when running with SecurityManager enabled

https://bz.apache.org/bugzilla/show_bug.cgi?id=57906

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Failure to load             |Message about failure to
                   |ApplicationContextFacadeBea |load
                   |nInfo class when running    |ApplicationContextFacadeBea
                   |with SecurityManager        |nInfo class when running
                   |enabled                     |with SecurityManager
                   |                            |enabled
                 OS|                            |All
           Severity|normal                      |minor

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Preloading did not help, because there is no such class as
"ApplicationContextFacadeBeanInfo" in Tomcat.

This issue has only a cosmetic effect. The class won't be loaded anyway, as
there is no such class in Tomcat. It does not affect execution.


The java.beans.Introspector.findExplicitBeanInfo() method of JRE tries to load
"xxxBeanInfo" class for "xxx" class that it works with. In this case BeanInfo
class does not exist.



(Therefore I am reducing severity of this issue to 'minor'.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org