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 19:53:59 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12772044#action_12772044 ] 

Mark Struberg commented on OWB-156:
-----------------------------------

after discussing the problem with Gavin, he now changed the spec since those 2 functions are essentially the same.




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