[jboss-jira] [JBoss JIRA] (AS7-3202) The @ResourceAdapter annotation on MessageBeans does not work

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Jan 17 04:13:20 EST 2012


    [ https://issues.jboss.org/browse/AS7-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659774#comment-12659774 ] 

jaikiran pai commented on AS7-3202:
-----------------------------------

{quote}
I still didn't get @ResourceAdapter to work, even with "Test.ear#Connector-0.0.2".
{quote}
I looked at the deployment, it doesn't work because you are using the wrong @ResourceAdapter annotation:

{code}
import org.jboss.annotation.ejb.ResourceAdapter;
{code}

You should be using:

{code}
import org.jboss.ejb3.annotation.ResourceAdapter;
{code}

I'll close this JIRA, since the issue is in the application being deployed.


                
> The @ResourceAdapter annotation on MessageBeans does not work 
> --------------------------------------------------------------
>
>                 Key: AS7-3202
>                 URL: https://issues.jboss.org/browse/AS7-3202
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 7.1.0.CR1b
>            Reporter: Peter Rönnqvist
>            Assignee: jaikiran pai
>         Attachments: cases.zip
>
>
> See AS7-2505 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jboss-jira mailing list