Message:

   The following issue has been re-assigned.

   Assignee: Matthias Germann (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1299

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1299
    Summary: XDoclet generates wrong extends if EJB is extending own class
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2.2

   Assignee: Matthias Germann
   Reporter: Andreas Schildbach

    Created: Wed, 16 Mar 2005 8:05 AM
    Updated: Thu, 17 Mar 2005 3:12 AM
Environment: XDoclet 1.2.2, Spring 1.1.5, Eclipse 3.1M5a, WTP M3

Description:
I am implementing a Stateless Session Bean, using Spring convenience EJB 
implementation classes.

The class header is as follows:

public abstract class TestBean extends AbstractStatelessSessionBean implements 
SpracheBf

- AbstractStatelessSessionBean is the convenience class of Spring
- SpracheBf is my business interface

When I invoke XDoclet 1.2.2 to generate the needed interface & support classes, 
XDoclet takes the superclass AbstractStatelessSessionBean and extends the 
generated classes from some non-existent 

- AbstractStatelessSession,
- AbstractStatelessSessionHome, etc.

respectively. This seems to be a bug to me. Shouldn't it continue to extend 
EJBObject, EJBLocalObject, etc.?



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