Message:

  A new issue has been created in JIRA.

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-782
    Summary: Duplicate action mapping when extending another Action
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Apache Module
   Versions:
             1.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Eric Hauser

    Created: Mon, 26 Jan 2004 4:36 PM
    Updated: Mon, 26 Jan 2004 4:36 PM

Description:
I have two action classes in my source path: BeginCheckoutAction and 
MockCheckoutAction.  The following is from BeginCheckoutAction:

/**
 * @struts.action
 *      path="/beginCheckout"
 *      scope="request"
 *      validate="true"
 */
public class BeginCheckoutAction extends Action implements CheckoutServiceSecurity {

My second class looks like this:

/**
 * @author Eric Hauser
 */
public class MockBeginCheckoutAction extends BeginCheckoutAction implements 
CheckoutServiceSecurity {

The following is generated by XDoclet in the struts-config.xml file:

    <action
      path="/beginCheckout"
      type="ai.dnr.snowatv.actions.BeginCheckoutAction"
      unknown="false"
      validate="true"
    >
    </action>
    <action
      path="/beginCheckout"
      type="ai.dnr.snowatv.test.MockBeginCheckoutAction"
      unknown="false"
      validate="true"
    >

If I remove MockBeginCheckoutAction from the source path, this does not occur.  These 
is similiar to the same bug that was fixed in webdoclet.  


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

Reply via email to