Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-245 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-245 Summary: VO and EJB-REF: bugs introduced between 1.2b1 and 1.2b2 Type: Bug Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: XDoclet Component: EJB Module Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: J�r�me Bernard Created: Sun, 12 Jan 2003 10:00 PM Updated: Sun, 12 Jan 2003 10:00 PM Description: The templates for Value Objects seems to be broken since 1.2b1. When one use: * @ejb.value-object * compose="xpetstore.domain.signon.ejb.AccountValue" * compose-name="Account" * members="xpetstore.domain.signon.ejb.Account" * members-name="Account" * relation="external" Instead of having the *CMP class calling get/setAccount() it call get/setAccountValue() which behaviour differs from 1.2b1. Moreover: * @ejb.ejb-ref * ejb-name="UIDGenerator" * view-type="local" Generates something wrong now (and it was fine in 1.2b1). It is searching for a UIDGeneratorLocal bean instead of UIDGenerator one. You have to add ref-name="UIDGeneratorLocal" in order to make it work. --------------------------------------------------------------------- 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/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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
