Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-563


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-563
    Summary: Multiple value objects with different superclasses extend same superclass
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

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

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Ivo M�gi

    Created: Mon, 21 Jul 2003 3:33 AM
    Updated: Mon, 21 Jul 2003 3:33 AM
Environment: MS Windows 2000 SP3, ant 1.5.1

Description:
When having multiple value object tags on your CMP like this:

 * @ejb.value-object
 *   name="Task"
 *   match="Task"
 *       extends="ee.et.mod.general.model.GeneralVO"
 *
 * @ejb.value-object 
 *      name="TaskList"
 *      match="TaskList"
 *      extends="ee.et.mod.general.model.GeneralListVO"

then the code generated has the following class definitions:

public class TaskVO extends  ee.et.mod.general.model.GeneralVO {
}

public class TaskListVO extends  ee.et.mod.general.model.GeneralVO {
}


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



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to