You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Kyle Marvin (JIRA)" <be...@incubator.apache.org> on 2005/02/10 20:06:14 UTC

[jira] Resolved: (BEEHIVE-145) control extension: compile error when listening to inherited event

     [ http://issues.apache.org/jira/browse/BEEHIVE-145?page=history ]
     
Kyle Marvin resolved BEEHIVE-145:
---------------------------------

     Assign To: James Song  (was: Kyle Marvin)
    Resolution: Fixed

James, I cannot reproduce this problem.  I uncomment the block, and see the controlsWeb app build and deploy, and the detailed tests execute (with some expected failures).

Looking at the build output, I do notice some strange compiler errors:

      [apt] C:\src\beehive\controls\test\build\webapps\controlsWeb\WEB-INF\.tmpbeansrc\milton\pagefl
ows\property\DrivePropertyConstraint2\ControllerClientInitializer.java:31: cannot find symbol
      [apt] symbol  : class Controller
      [apt] location: package milton.pageflows.property.DrivePropertyConstraint2
      [apt]     milton.pageflows.property.DrivePropertyConstraint2.Controller client)
      [apt]                                                       ^
      [apt] C:\src\beehive\controls\test\build\webapps\controlsWeb\WEB-INF\.tmpbeansrc\milton\pagefl
ows\property\DrivePropertyConstraint2\ControllerClientInitializer.java:51: cannot find symbol
      [apt] symbol  : class Controller
      [apt] location: package milton.pageflows.property.DrivePropertyConstraint2
      [apt]     public static void initialize(ControlBeanContext cbc, milton.pageflows.property.Driv
ePropertyConstraint2.Controller client)
      [apt]
                    ^
      [apt] C:\src\beehive\controls\test\build\webapps\controlsWeb\WEB-INF\.tmpbeansrc\milton\pagefl
ows\generic\DriveSimpleControl\ControllerClientInitializer.java:31: cannot find symbol
      [apt] symbol  : class Controller
      [apt] location: package milton.pageflows.generic.DriveSimpleControl
      [apt]     milton.pageflows.generic.DriveSimpleControl.Controller client)
      [apt]                                                ^
      [apt] C:\src\beehive\controls\test\build\webapps\controlsWeb\WEB-INF\.tmpbeansrc\milton\pagefl
ows\generic\DriveSimpleControl\ControllerClientInitializer.java:51: cannot find symbol
      [apt] symbol  : class Controller
      [apt] location: package milton.pageflows.generic.DriveSimpleControl
      [apt]     public static void initialize(ControlBeanContext cbc, milton.pageflows.generic.Drive
SimpleControl.Controller client)

but these appear to be coming from files in the milton.pageflows.* package.  Since these aren't part of the original webapp, are these being generated by the test framework somehow???  If so, Joe or Zach should possibly investigate.

> control extension: compile error when listening to inherited event
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-145
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-145
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: James Song
>      Fix For: V1Beta

>
> Problem:
> A compile error occurs when listening to the inherited event on a pageflow.
> Test file:
> (r122695)
> trunk\controls\test\webapps\controlsWeb\extension\Controller.jpf
> Line 40--Line 60
> Repro:
> uncomment this block and run "ant detailed.tests" from trunk\controls\test

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira