You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Istvan Devai (JIRA)" <ji...@apache.org> on 2007/03/08 22:16:24 UTC

[jira] Created: (WICKET-371) @SpringBean support of non-singleton beans

@SpringBean support of non-singleton beans
------------------------------------------

                 Key: WICKET-371
                 URL: https://issues.apache.org/jira/browse/WICKET-371
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-spring
            Reporter: Istvan Devai
         Attachments: wicket-spring.patch

Two fixes:

In wicket-spring: 
SpringBeanLocator got a new property called singletonBean, which is true if the bean is a singleton
(the property is set in the constructor)

In wicket-spring-annot:
AnnotProxyFieldValueFactory is modified that if the bean is a non-singleton, then bypass the cache

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


[jira] Updated: (WICKET-371) @SpringBean support of non-singleton beans

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-371:
---------------------------------

    Affects Version/s: 1.2.5

> @SpringBean support of non-singleton beans
> ------------------------------------------
>
>                 Key: WICKET-371
>                 URL: https://issues.apache.org/jira/browse/WICKET-371
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-spring
>    Affects Versions: 1.2.5
>            Reporter: Istvan Devai
>             Fix For: 1.3
>
>         Attachments: wicket-spring-annot.patch, wicket-spring.patch
>
>
> Two fixes:
> In wicket-spring: 
> SpringBeanLocator got a new property called singletonBean, which is true if the bean is a singleton
> (the property is set in the constructor)
> In wicket-spring-annot:
> AnnotProxyFieldValueFactory is modified that if the bean is a non-singleton, then bypass the cache

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


[jira] Updated: (WICKET-371) @SpringBean support of non-singleton beans

Posted by "Istvan Devai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Devai updated WICKET-371:
--------------------------------

    Attachment: wicket-spring.patch

> @SpringBean support of non-singleton beans
> ------------------------------------------
>
>                 Key: WICKET-371
>                 URL: https://issues.apache.org/jira/browse/WICKET-371
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-spring
>            Reporter: Istvan Devai
>         Attachments: wicket-spring.patch
>
>
> Two fixes:
> In wicket-spring: 
> SpringBeanLocator got a new property called singletonBean, which is true if the bean is a singleton
> (the property is set in the constructor)
> In wicket-spring-annot:
> AnnotProxyFieldValueFactory is modified that if the bean is a non-singleton, then bypass the cache

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


[jira] Updated: (WICKET-371) @SpringBean support of non-singleton beans

Posted by "Istvan Devai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Devai updated WICKET-371:
--------------------------------

    Attachment: wicket-spring-annot.patch

> @SpringBean support of non-singleton beans
> ------------------------------------------
>
>                 Key: WICKET-371
>                 URL: https://issues.apache.org/jira/browse/WICKET-371
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-spring
>            Reporter: Istvan Devai
>         Attachments: wicket-spring-annot.patch, wicket-spring.patch
>
>
> Two fixes:
> In wicket-spring: 
> SpringBeanLocator got a new property called singletonBean, which is true if the bean is a singleton
> (the property is set in the constructor)
> In wicket-spring-annot:
> AnnotProxyFieldValueFactory is modified that if the bean is a non-singleton, then bypass the cache

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


[jira] Resolved: (WICKET-371) @SpringBean support of non-singleton beans

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-371.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

> @SpringBean support of non-singleton beans
> ------------------------------------------
>
>                 Key: WICKET-371
>                 URL: https://issues.apache.org/jira/browse/WICKET-371
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-spring
>    Affects Versions: 1.2.5
>            Reporter: Istvan Devai
>             Fix For: 1.3
>
>         Attachments: wicket-spring-annot.patch, wicket-spring.patch
>
>
> Two fixes:
> In wicket-spring: 
> SpringBeanLocator got a new property called singletonBean, which is true if the bean is a singleton
> (the property is set in the constructor)
> In wicket-spring-annot:
> AnnotProxyFieldValueFactory is modified that if the bean is a non-singleton, then bypass the cache

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