Message: The following issue has been re-assigned.
Assignee: xdoclet-devel (Use for new issues) (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-407 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-407 Summary: Incorrect container-transaction tags generated Type: Bug Status: Open Priority: Major Original Estimate: 0 minutes Time Spent: Unknown Remaining: 0 minutes Project: XDoclet Components: EJB Module Versions: 1.2 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Stephen Coy Created: Fri, 28 Mar 2003 12:12 AM Updated: Thu, 22 Jan 2004 5:25 PM Environment: MacOS X 10.2 JDK 1.4.1 Description: XDoclet 1.2 (current CVS) has generated incorrect container-transaction tags in the ejb-jar.xml file for the Customer bean in the provided samples. The tags generated for the methods in the PersonBean superclass all get an ejbName of "test.ejb.Person" (which is illegal btw - it must be a valid java identifier) instead of "Customer". This is a regression from 1.1.2, which behaves correctly. Here is a snippet: <container-transaction > <method > <ejb-name>Customer</ejb-name> <method-intf>Remote</method-intf> <method-name>getShippingAddresses</method-name> <method-params> </method-params> </method> <trans-attribute>Supports</trans-attribute> </container-transaction> <container-transaction > <method > <ejb-name>test.ejb.Person</ejb-name> <method-intf>Local</method-intf> <method-name>getName</method-name> <method-params> </method-params> </method> <trans-attribute>Supports</trans-attribute> </container-transaction> The second ejb-name should also be "Customer", rather than "test.ejb.Person". --------------------------------------------------------------------- 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 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
