The following comment has been added to this issue:

     Author: Andrew Stevens
    Created: Thu, 14 Apr 2005 6:00 PM
       Body:
The biggest obstacle to applying that patch is that it breaks validation 
against the DTD that's in the directory with the template.  It's probably just 
that the bean element's "abstract" attribute was added after the Spring version 
that the module supports.  I'll look into updating it and applying the patch 
once we've got the 1.2.3 release out the way.
---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1302?page=comments#action_16369

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1302

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1302
    Summary: Support for prototypes (abstract)
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Spring Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Xavier Dury

    Created: Fri, 18 Mar 2005 10:07 AM
    Updated: Thu, 14 Apr 2005 6:00 PM

Description:
Hi,

it would be nice to add the ability to tag abstract classes that serves as 
prototypes in spring's application context and classes that inherit from them. 
A simple example follows:

on abstract class:
@spring.bean name="abstractBean" abstract="true"

on concrete class:
@spring.bean name="concreteBean" parent="abstractBean"

Thanks,
Xavier


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to