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

Richard Zowalla resolved TOMEE-1476.
------------------------------------
    Resolution: Auto Closed

Hi there!

We wanted to reach out and let you know that we're currently working on 
cleaning up open issues in Jira that specifically impact unsupported versions, 
including 1.7.x, 7.0.x, and 7.1.x.

If you had previously reported this issue on one of these unsupported versions, 
we kindly ask you to check if the problem still persists and can be reproduced 
on a supported version such as 8.0.x or 9.0.x. If you find that it is indeed 
reproducible on a supported version, you're more than welcome to re-open this 
issue.

Thanks!


> ManagedProperty annotation seems to be broken
> ---------------------------------------------
>
>                 Key: TOMEE-1476
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1476
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.7.2
>            Reporter: Matthew Broadhead
>            Priority: Major
>         Attachments: test.war, test.war
>
>
> If a ManagedBean is set in faces-config.xml and a ManagedProperty declared it 
> does not seem to get set.
> {code}
> import javax.faces.bean.ManagedProperty;
> public class Test {
>     @ManagedProperty("#{param.id}")
>     private int id;
>     public int getId() {
>         return id;
>     }
>     
>     public void setId(int id) {
>         this.id = id;
>     }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to