requests to a JPF in a webapp without a Global.app throws two CNF exceptions
----------------------------------------------------------------------------
Key: BEEHIVE-1068
URL: http://issues.apache.org/jira/browse/BEEHIVE-1068
Project: Beehive
Type: Bug
Components: NetUI
Versions: v.next
Reporter: Eddie O'Neil
Priority: Blocker
Fix For: v.next
In doing some performance profiling, I've run into a place in the Page Flow
core code that throws a ClassNotFoundException when a web application doesn't
contain a global/Global.java source file. When forwarding to a JSP, this CNF
exception happens twice.
This has a significant impact on performance and is marked as a "blocker" bug.
The fix requires caching a flag that says whether the web application contains
a global.Global class file, and short-circuiting its construction if the web
application doesn't have this class file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira