[ https://issues.apache.org/jira/browse/GERONIMO-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
viola.lu updated GERONIMO-6122:
-------------------------------
Description:
>From JAX-RS spec 1.1
In a product that also supports EJB, an implementation MUST support use of stateless and singleton
session beans as root resource classes, providers and Application subclasses. JAX-RS annotations
MAY be applied to a bean's local interface or directly to a no-interface bean. If an Exception-
Mapper for a EJBException or subclass is not included with an application then exceptions
thrown
by an EJB resource class or provider method MUST be treated as EJB application exceptions:
the
embedded cause of the EJBException MUST be unwrapped and processed as described in section
3.3.4.
Now geronimo recognize javax.ws.rs.URIinfo as EJB resource in a stateless EJB, so failed to
get Uriinfo
Run Restfulorder samples can give more details.
was:
>From JAX-WS spec 1.1
In a product that also supports EJB, an implementation MUST support use of stateless and singleton
session beans as root resource classes, providers and Application subclasses. JAX-RS annotations
MAY be applied to a bean's local interface or directly to a no-interface bean. If an Exception-
Mapper for a EJBException or subclass is not included with an application then exceptions
thrown
by an EJB resource class or provider method MUST be treated as EJB application exceptions:
the
embedded cause of the EJBException MUST be unwrapped and processed as described in section
3.3.4.
Now geronimo recognize javax.ws.rs.URIinfo as EJB resource in a stateless EJB, so failed to
get Uriinfo
Run Restfulorder samples can give more details.
Summary: Support Stateless and Statefull EJB as JAX-RS root resource classes, providers
and Application subclasses (was: Support Stateless and Statefull EJB as JAX-WS root resource
classes, providers and Application subclasses)
> Support Stateless and Statefull EJB as JAX-RS root resource classes, providers and Application
subclasses
> ---------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-6122
> URL: https://issues.apache.org/jira/browse/GERONIMO-6122
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: javaee6
> Affects Versions: 3.0
> Reporter: viola.lu
> Priority: Minor
> Fix For: 3.0, 3.0.1
>
>
> From JAX-RS spec 1.1
> In a product that also supports EJB, an implementation MUST support use of stateless
and singleton
> session beans as root resource classes, providers and Application subclasses. JAX-RS
annotations
> MAY be applied to a bean's local interface or directly to a no-interface bean. If an
Exception-
> Mapper for a EJBException or subclass is not included with an application then exceptions
thrown
> by an EJB resource class or provider method MUST be treated as EJB application exceptions:
the
> embedded cause of the EJBException MUST be unwrapped and processed as described in section
> 3.3.4.
> Now geronimo recognize javax.ws.rs.URIinfo as EJB resource in a stateless EJB, so failed
to get Uriinfo
> Run Restfulorder samples can give more details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|