[ 
https://issues.apache.org/jira/browse/DELTASPIKE-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702049#comment-13702049
 ] 

Jason Porter commented on DELTASPIKE-391:
-----------------------------------------

Singleton won't do any good, in weld, and I believe in OWB, singleton behaves 
the same way as Application. Honestly you're better off to go with dependent or 
request scoped, possibly session if you want things to last even longer.
                
> Memory Leak in Data Module
> --------------------------
>
>                 Key: DELTASPIKE-391
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-391
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Data-Module
>    Affects Versions: 0.5
>            Reporter: Thomas Hug
>            Assignee: Thomas Hug
>            Priority: Critical
>
> Might be a side effect from moving QueryHandler to application scope. Several 
> beans injected over Instance<> are not cleaned up properly (probably handled 
> as dependent). Will do some further analysis.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to