[XDoclet-JIRA] Created: (XDT-1610) Add reference to local beans

"Maxim Gordienko (JIRA)" <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Add reference to local beans
----------------------------

         Key: XDT-1610
         URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1610
     Project: XDoclet
        Type: Improvement

  Components: Spring Module  
    Reporter: Maxim Gordienko
 Assigned to: xdoclet-devel (Use for new issues) 


Add means to wire bean property with bean (or list of beans) defined in the same bean factory.
something like
@spring.property lref="myBean"
@spring.property lreflist="myBean1,myBean2"

which generate

<property name="prop" ref="myBean"/>
and
<property name="prop">
<list>
  <local bean="myBean1"/>
  <local bean="myBean2"/>
</list>
</property>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.