You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/10/30 20:09:59 UTC

[jira] Resolved: (OWB-156) ProcessSessionBean SPI interface needs to be updated to the latest spec

     [ https://issues.apache.org/jira/browse/OWB-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-156.
-------------------------------

    Resolution: Fixed

> ProcessSessionBean SPI interface needs to be updated to the latest spec
> -----------------------------------------------------------------------
>
>                 Key: OWB-156
>                 URL: https://issues.apache.org/jira/browse/OWB-156
>             Project: OpenWebBeans
>          Issue Type: Bug
>    Affects Versions: M3
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M4
>
>
> currently is:
> {noformat}
> public interface ProcessSessionBean<X> extends ProcessBean<Object>
> {
>     public AnnotatedType<X> getAnnotatedBeanClass();
> ...
> {noformat}
> and spec defines:
> {noformat}
> public interface ProcessSessionBean<X>  extends ProcessManagedBean<Object> {
>     public AnnotatedType<X> getAnnotatedSessionBeanClass();
> ...
> }
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.