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.

Reply via email to