Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-709 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-709 Summary: incorrect ejb-jar.xml, local-interface .. when using EJB inheritance Type: Bug Status: Assigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Core EJB Module Versions: 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Jerome Brette Created: Wed, 12 Nov 2003 12:51 PM Updated: Wed, 12 Nov 2003 12:51 PM Environment: windows and unix Description: AbstractProgramElementTagsHandler.forAllMembers has been changed from 1.2 Beta 2 to 1.2 Beta 1.3. and changes the currentClass for every method in the object: for (Iterator j = members.iterator(); j.hasNext(); ) { XMember member = (XMember) j.next(); .... setCurrentClass(member.getContainingClass()); generate(template); } setCurrentClass(currentClass); This breaks almost of the *.xdt of the modules/ejb/dd/resources which are using the <XDtEjb:ejbName/> because the ejb-jar.xml contains the name of base EJB not the derived one. This also as some impacts on the method declared in the remote and local interfaces. Changing the code of forAllMembers back to its 1.2b2 version solves the problem for the ejb and jboss modules but the impact on the other modules are unknow --------------------------------------------------------------------- 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 sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
