[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2752) Seam should include event-scoped components for task instance queries

Salvatore Insalaco (JIRA) jira-events at lists.jboss.org
Tue Mar 18 04:40:50 EDT 2008


Seam should include event-scoped components for task instance queries
---------------------------------------------------------------------

                 Key: JBSEAM-2752
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2752
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: BPM
    Affects Versions: 2.0.1.GA
            Reporter: Salvatore Insalaco


In Seam you can use some application-scoped components (e.g. taskInstanceList) to retrieve the task list directly from the JSP / Facelets page.
Unfortunately, being an @Unwrap component, each time you reference it in the page (e.g. in a #{not empty taskInstanceList}), a new query will be performed by JBPM. JBPM doesn't use query cache, so there's no simple way to avoid it.
Seam could provide some event-scoped components that "cache" the result, or maybe use an event-scoped @Factory annotation.





-- 
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