Message: The following issue has been re-assigned.
Assignee: Heiko W. Rupp (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/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: Heiko W. Rupp Reporter: Stephen Coy Created: Fri, 28 Mar 2003 12:12 AM Updated: Sat, 10 Apr 2004 2:46 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 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
