[
https://issues.apache.org/jira/browse/WW-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816135#comment-13816135
]
Martin Gainty commented on WW-4238:
-----------------------------------
<!-- MCG should trip convention to yield no parent package -->
<constant name="struts.convention.default.parent.package" value="bogus" />
is rescanned by convention plugin and stops webapp with appropriate message
Struts Problem Report
Struts has detected an unhandled exception:
Messages: 1.Unknown default parent package [bogus]
changing @ParentPackage("person") to @ParentPackage("bogus") has no effect
thoughts?
> 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.17
>
> 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.1#6144)