You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2016/06/14 07:03:40 UTC

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

     [ https://issues.apache.org/jira/browse/WW-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-4238:
------------------------------
    Fix Version/s:     (was: 2.3.29)
                   2.3.30

> 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
>              Labels: ParentPackage
>             Fix For: 2.3.30
>
>         Attachments: helloworld-2_0_11.zip, helloworld-2_3_15_1.zip
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> 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.3.4#6332)