[ http://issues.apache.org/jira/browse/BEEHIVE-549?page=all ] Alejandro Ramirez closed BEEHIVE-549: -------------------------------------
Verified fixed. I compiled a webapp that uses most of the annotations and I did not see the warning messages any more. The annotatinos contained in the webapp I used to verify are: @Jpf.Action (pass) @Jpf.Catch (pass) @Jpf.ConditionalForward ( pass ) @Jpf.Controller (pass) @Jpf.ExceptionHandler (pass) @Jpf.FormBean (pass) @Jpf.Forward (pass) @Jpf.MessageArg (pass) @Jpf.MessageBundle (pass) @Jpf.NavigateTo (pass) @Jpf.SharedFlowField (pass) @Jpf.SharedFlowRef (pass) @Jpf.SimpleAction (pass) @Jpf.ValidatableBean (pass) @Jpf.ValidatableProperty (pass) @Jpf.ValidateCreditCard (pass) @Jpf.ValidateCustomRule (pass) @Jpf.ValidateCustomVariable (pass) @Jpf.ValidateDate (pass) @Jpf.ValidateEmail (pass) @Jpf.ValidateMask (pass) @Jpf.ValidateMaxLength (pass) @Jpf.ValidateMinLength (pass) @Jpf.ValidateRange (pass) @Jpf.ValidateRequired (pass) @Jpf.ValidateType (pass) @Jpf.ValidateValidWhen (pass) @Jpf.ValidationLocaleRules (pass) @Jpf.ViewProperties (pass) The following annotations where not verified: @Jpf.MultipartHandler @Jpf.PageFlowField @Jpf.ValidatorVersion > Misleading warnings about missing annotation processors in Page Flow build > -------------------------------------------------------------------------- > > Key: BEEHIVE-549 > URL: http://issues.apache.org/jira/browse/BEEHIVE-549 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1Beta, V1 > Reporter: Rich Feit > Assignee: Alejandro Ramirez > Priority: Minor > Fix For: V1 > > When compiling page flows, many warning messages are printed about missing > annotation processors for various Page Flow annotations, e.g., > [apt] warning: Annotation types without processors: > [org.apache.beehive.netui.pageflow.annotations.Jpf.MessageBundle] > Specifically, when any Page Flow annotation *except* the following is used, > you get a warning: > @Jpf.Controller > @Jpf.Action > @Jpf.ExceptionHandler > @Jpf.Forward > @Jpf.SimpleAction > @Jpf.FacesBacking > @Jpf.RaiseAction > @Jpf.SharedFlowField > @Jpf.PageFlowField > @Jpf.CommandHandler > @Jpf.SharedFlowRef -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
