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

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

     [ https://issues.apache.org/jira/browse/WICKET-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-2980:
---------------------------------------

    Assignee: Martin Grigorov

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