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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-691
    Summary: Problem using multiple objects strategy, value objects extend 
different superclasses  
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2 Beta 3

   Assignee: Matthias Germann
   Reporter: Olav Abelsen

    Created: Wed, 29 Oct 2003 7:03 AM
    Updated: Thu, 7 Apr 2005 10:32 AM
Environment: Ant 1.5, jdk 1.4, Windows XP

Description:
XDoclet 1.2b3 fails using this strategy. Likely a bug?

I'm using two value objects pr. entitybean, full version and a light
version.
The clue is that both vo's have to extend different abstract classes, but
XDoclet generates two vo's extending the same class.

Example:
 * @ejb.value-object name="PersonLight"
 *                   match="light"
 *                   abstract="false"
 *
extends="no.abante.alibi.model.persistence.entity.vo.PersonLightVOA"
 *
 * @ejb.value-object name="Person"
 *                   match="*"
 *                   abstract="false"
 *
extends="no.abante.alibi.model.persistence.entity.vo.PersonVOA"

The result is:
public class PersonLightVO extends
no.abante.alibi.model.persistence.entity.vo.PersonLightVOA
public class PersonVO extends
no.abante.alibi.model.persistence.entity.vo.PersonLightVOA

Thanks
Olav Abelsen



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