You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2016/06/28 12:13:57 UTC

[jira] [Resolved] (TOMEE-839) @Stateless EJBs which are also @WebService annotated don't get picked up in embedded mode

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

Romain Manni-Bucau resolved TOMEE-839.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

summer cleanup


> @Stateless EJBs which are also @WebService annotated don't get picked up in embedded mode
> -----------------------------------------------------------------------------------------
>
>                 Key: TOMEE-839
>                 URL: https://issues.apache.org/jira/browse/TOMEE-839
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: Mark Struberg
>             Fix For: 1.6.0
>
>         Attachments: TOMEE-839-fix_candidate_1.patch, TOMEE-839.patch
>
>
> {noformat}
> @Stateless
> @WebService
> public class MyBean {..
> {noformat}
> This class does not get picked up as EJB. It can neither get injected via @Inject, nor @EJB nor manually looked up in the Context. If I remove the @WebService annotation, then all works fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)