[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2917) Bad cache in getEjbDescriptor
Clint Popetz (JIRA)
jira-events at lists.jboss.org
Tue Apr 22 13:56:44 EDT 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2917?page=all ]
Clint Popetz updated JBSEAM-2917:
---------------------------------
Description:
Seam.getEjbDescriptor re-initializes its cache of descriptors every time it fails to find a given class. This method is getting called for every non-injected field of a conversational component, on every invocation of a method in that component. In my case, getEjbDescriptor was eating up an average of 20% of page time before the attached patch.
was:
Seam.getEjbDescriptor re-initializes its cache of descriptors every time it fails to find a given class. This method is getting called for every non-injected field of a conversational component, on every invocation field of a component. In my case, this method was eating up an average of 20% of page time.
> Bad cache in getEjbDescriptor
> -----------------------------
>
> Key: JBSEAM-2917
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2917
> Project: Seam
> Issue Type: Bug
> Affects Versions: 2.0.2.CR1
> Reporter: Clint Popetz
> Attachments: seam-getEjbDescriptor-cache.patch
>
>
> Seam.getEjbDescriptor re-initializes its cache of descriptors every time it fails to find a given class. This method is getting called for every non-injected field of a conversational component, on every invocation of a method in that component. In my case, getEjbDescriptor was eating up an average of 20% of page time before the attached patch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list