You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Martin Gainty (JIRA)" <ji...@apache.org> on 2013/11/01 19:11:17 UTC

[jira] [Created] (WW-4238) ParentPackage change not rescanned ..causing incorrect parent package assignment

Martin Gainty created WW-4238:
---------------------------------

             Summary: ParentPackage change not rescanned ..causing incorrect parent package assignment
                 Key: WW-4238
                 URL: https://issues.apache.org/jira/browse/WW-4238
             Project: Struts 2
          Issue Type: Bug
          Components: Annotations
         Environment: JDK 1.7.0.25
Struts-2.3.4
deployed to TC 7.0.37


            Reporter: Martin Gainty
            Priority: Minor


I wanted to take observe behaviour of changing ParentPackage and here is the change for org.apache.struts2.showcase.person.package-info.java
within showcase app

//All package assignments for showcase/person
//will be changed to showcase/bogus

//@ParentPackage("person")
@ParentPackage("bogus")
@Namespace("/person")
package org.apache.struts2.showcase.person;

import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.annotation.ParentPackage;

No effect on behaviour

it seems that any changes to org.apache.struts2.convention.annotation.ParentPackage do not shift the interpretation from old package of "person" to new "bogus" package

Orginally reported by Jim Greuel USFWS





--
This message was sent by Atlassian JIRA
(v6.1#6144)