You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/29 23:41:07 UTC

[jira] Created: (ARIES-6) Support for FactoryBean

Support for FactoryBean
-----------------------

                 Key: ARIES-6
                 URL: https://issues.apache.org/jira/browse/ARIES-6
             Project: Aries
          Issue Type: New Feature
          Components: Blueprint
            Reporter: Guillaume Nodet




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


[jira] Closed: (ARIES-6) Support for FactoryBean

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

Alan Cabrera closed ARIES-6.
----------------------------

    Resolution: Won't Fix

Happy to work on this if people feel we still need it.

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762098#action_12762098 ] 

Guillaume Nodet commented on ARIES-6:
-------------------------------------

No problems, go for it.

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Alan Cabrera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765297#action_12765297 ] 

Alan Cabrera commented on ARIES-6:
----------------------------------

How would this functionality relate to the actual Blueprint spec?

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Alan Cabrera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762039#action_12762039 ] 

Alan Cabrera commented on ARIES-6:
----------------------------------

Mind if I pick this up?

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765522#action_12765522 ] 

Guillaume Nodet commented on ARIES-6:
-------------------------------------

That would be a custom extension as we have already some.

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765287#action_12765287 ] 

Guillaume Nodet commented on ARIES-6:
-------------------------------------

I was mainly thinking about supporting factories the way spring does it, i.e. having a custom interface that if implemented by the bean, would be called to return the actual bean.  One of the main driver was simplifying the writing of custom namspace handlers in some cases, but with the addition of the PassThroughMetadata which allows passing an already created object, it might become less useful.

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Alan Cabrera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765282#action_12765282 ] 

Alan Cabrera commented on ARIES-6:
----------------------------------

I'm seeing code for factories.  What bit is missing?

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Assigned: (ARIES-6) Support for FactoryBean

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

Alan Cabrera reassigned ARIES-6:
--------------------------------

    Assignee: Alan Cabrera

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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


[jira] Commented: (ARIES-6) Support for FactoryBean

Posted by "Alan Cabrera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765755#action_12765755 ] 

Alan Cabrera commented on ARIES-6:
----------------------------------

I think that since PassThroughMetadata addresses your immediate needs we should drop this issue.  IMO, the factory attributes are more than adequate for regular users.  WDYT?

> Support for FactoryBean
> -----------------------
>
>                 Key: ARIES-6
>                 URL: https://issues.apache.org/jira/browse/ARIES-6
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Guillaume Nodet
>            Assignee: Alan Cabrera
>


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