You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org> on 2005/07/29 01:12:18 UTC

[jira] Assigned: (BEEHIVE-795) Missing compile error when annotating a shared flow as "longLived"

     [ http://issues.apache.org/jira/browse/BEEHIVE-795?page=all ]

Alejandro Ramirez reassigned BEEHIVE-795:
-----------------------------------------

    Assign To: Julie Zhuo  (was: Alejandro Ramirez)

Julie, please verify this

> Missing compile error when annotating a shared flow as "longLived"
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-795
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-795
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: John Rohrlich
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1

>
> A shared flow is implicitly "longLived" because it remains in the session unless explicitly deleted before the end of the session. The "longLived" annotation should be disallowed on a shared flow.
> This code compiles without error, but I think it should produce an error.
> @Jpf.Controller(longLived=true,
> 	simpleActions={
> 	        @Jpf.SimpleAction(name="home", path="/home.faces")
> 	    },
>     catches={
>        @Jpf.Catch(type=PageFlowException.class, method="handlePageFlowException"),
>        @Jpf.Catch(type=Exception.class, method="handleException")
>     }
> )

-- 
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