You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Major Peter (JIRA)" <ji...@apache.org> on 2010/08/15 13:08:17 UTC

[jira] Commented: (WICKET-2980) Ability to disable new IOC caching

    [ https://issues.apache.org/jira/browse/WICKET-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898680#action_12898680 ] 

Major Peter commented on WICKET-2980:
-------------------------------------

Sorry, I've reread the IOC code, and you're right. This is indeed not an issue. My apologies..

> Ability to disable new IOC caching
> ----------------------------------
>
>                 Key: WICKET-2980
>                 URL: https://issues.apache.org/jira/browse/WICKET-2980
>             Project: Wicket
>          Issue Type: Wish
>    Affects Versions: 1.5-M1
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>
> For example JavaEE Inject supports stateful session beans, which are binded to HttpSession's, since they need to be different for different users. With the currently available inject(Object, IFieldValueFactory) implementation there is no way to disable this caching, and so, everyone would use the same stateful bean.
> A workaround would be to implement an own inject(Object, IFieldValueFactory) without the caching, but that would be an ugly copy-paste solution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.