[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3961) Don't Outject on Destroy

John Gilbert (JIRA) jira-events at lists.jboss.org
Mon Feb 23 14:06:44 EST 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12453836#action_12453836 ] 

John Gilbert commented on JBSEAM-3961:
--------------------------------------

Looks like a solution already exists. Just add @BypassInterceptors

	@Destroy
	@Remove
	@BypassInterceptors
	public void destroy() {
	}

> Don't Outject on Destroy
> ------------------------
>
>                 Key: JBSEAM-3961
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3961
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Performance and Scalability
>    Affects Versions: 2.1.1.GA
>            Reporter: John Gilbert
>            Priority: Minor
>
> It appears that Seam is performing outjection on destroy for SFSBs, which seems unnecessary.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list