[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8530) Message Driven Bean (EJB3.x) wizard generates incorrect annotattions

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon May 30 10:04:01 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-8530:
---------------------------------------

             Fix Version/s: 3.3.0.M3
                                (was: 3.2.1.CR1)
                                (was: 3.3.0.M2)
                  Priority: Major  (was: Critical)
    Workaround Description: 
Remove mappedName = "queueName" and add in  
@ActivationConfigProperty(propertyName = "destination", propertyValue = "queueName") instead.


Talked with jaikiran and wolfc on on #jboss-as7 about this one.

Turns out that mappedName never been welldefined, or rather its always been defined as being application server dependent - thus it is actually bad form to use it in a generic message driven wizard.

Thus I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=347654 at Eclipse WTP to track it and hopefully this can be fixed in the wizard.

> Message Driven Bean (EJB3.x) wizard generates incorrect annotattions
> --------------------------------------------------------------------
>
>                 Key: JBIDE-8530
>                 URL: https://issues.jboss.org/browse/JBIDE-8530
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: ejb3
>    Affects Versions: 3.2.0.Final
>            Reporter: Libor Zoubek
>            Assignee: Max Rydahl Andersen
>             Fix For: 3.3.0.M3
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list