You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Zach Smith (JIRA)" <be...@incubator.apache.org> on 2005/08/19 20:28:55 UTC

[jira] Closed: (BEEHIVE-453) ControlBeanContext could not return correct current service classes

     [ http://issues.apache.org/jira/browse/BEEHIVE-453?page=all ]
     
Zach Smith closed BEEHIVE-453:
------------------------------


a call to getCurrentServiceClasses() while executing a Control with @Context private ControlBeanContext  within a PageFlow (servlet) returns an Iterator containing the following service classes.

javax.servlet.http.HttpServletRequest
org.apache.beehive.controls.api.context.ControlBeanContext
javax.servlet.http.HttpServletResponse
javax.servlet.ServletResponse
javax.servlet.ServletRequest
javax.servlet.ServletContext
org.apache.beehive.controls.api.context.ResourceContext
org.apache.beehive.netui.pageflow.PageFlowController

> ControlBeanContext could not return correct current service classes
> -------------------------------------------------------------------
>
>          Key: BEEHIVE-453
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-453
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: v1m1
>  Environment: WinXP SP2. WLS9 Beta Load39. Intel PC
>     Reporter: Yongqin Xu
>     Assignee: Kyle Marvin
>      Fix For: v1m1

>
> By declaring @Context private ControlBeanContext, and invoke getCurrentServiceClasses() call, it should return at least javax.servlet.ServletContext, but not, it only returned ControlBeanContext
> itself.

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