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

Rob Stryker (JIRA) jira-events at lists.jboss.org
Mon Jan 14 05:55:21 EST 2013


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

Rob Stryker resolved JBIDE-8530.
--------------------------------

    Fix Version/s: 4.0.2.Final
                       (was: 4.0.x)
       Resolution: Done


This will be bundled in the wtp 3.4.2 release. It was pushed to wtp maintenance on Kaloyan Raev 2012-10-04 04:49:22 EDT. 

The final generated text is as follows:

@MessageDriven(
		activationConfig = { @ActivationConfigProperty(
				propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(
				propertyName = "destination", propertyValue = "queue")
		}, 
		mappedName = "queue")
public class MyBean3 implements MessageListener {
    public MyBean3() {
    }
    public void onMessage(Message message) {
    }
}

The annotations compile correctly.  mappedNAme="queue" was left there as legacy for other adopters who still needed it and demanded it not be removed. 

This is the final text. Unless there is a severe issue making this generated text a failure, then this will most likely not be revisited. 
                
> 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: Rob Stryker
>            Priority: Blocker
>             Fix For: 4.0.2.Final
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list