You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org> on 2006/02/16 03:32:59 UTC

[jira] Created: (BEEHIVE-1068) requests to a JPF in a webapp without a Global.app throws two CNF exceptions

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


[jira] Resolved: (BEEHIVE-1068) requests to a JPF in a webapp without a Global.app throws two CNF exceptions

Posted by "Carlin Rogers (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-1068?page=all ]
     
Carlin Rogers resolved BEEHIVE-1068:
------------------------------------

    Resolution: Fixed
     Assign To: Julie Zhuo

This was fixed by Eddie. See svn revision 378296. The revision log has more details...
http://svn.apache.org/viewcvs?rev=378296&view=rev

> 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
>     Assignee: Julie Zhuo
>     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