You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/05/24 02:57:53 UTC

[jira] Updated: (BEEHIVE-762) controls annotation processing doesn't recognize java.io.Serializable on super classes

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

Eddie O'Neil updated BEEHIVE-762:
---------------------------------

    Component: Controls
                   (was: NetUI)

Oops -- somehow assigned this to NetUI...

> controls annotation processing doesn't recognize java.io.Serializable on super classes
> --------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-762
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-762
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: TBD

>
> Given something like:
> @ControlImplementation
> ParentControlImpl
>   implements Serializable
> and 
> @ControlImplementation
> ChildControlImpl
>   
> the ChildControlImpl class isn't detected as Serializable and produces a compiler error as:
> build:
>     [mkdir] Created dir: D:\dev\apps\controls-serializable\build\classes
>     [mkdir] Created dir: D:\dev\apps\controls-serializable\build\beansrc
>       [apt] Compiling 6 source files to D:\dev\apps\controls-serializable\build\classes
>       [apt] D:\dev\apps\controls-serializable\src\pkg\ChildControlImpl.java:6: A ControlImplementati
> on class must implement the java.io.Serializable interface or set the isTransient attribute of @Cont
> rolImplementation to true.
>       [apt] public class ChildControlImpl
>       [apt]        ^
>       [apt] 1 error
>     

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