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

Thomas Hug commented on DELTASPIKE-391:
---------------------------------------

Thanks Daniel for the note - wasn't aware that a PartialBeans InvocationHandler 
doesn't have to be normal scoped anymore. Removed it from application scope, 
which should fix the worst part. Still have to check on the @Inject 
Instance<>s, probably replace them with creation by the BeanManager and do a 
programmatic destroy.
                
> 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
>             Fix For: 0.6
>
>
> 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