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

Konstantin Kolinko <[email protected]> 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 <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to