Community
Participate
Working Groups
When typing: @MesageDriven( activationConfig={<enter> ) the result is: @MessageDriven(activationConfig={ ) } // this should be inside the parentheses The correct result should be: @MessageDriven(activationConfig={ } // this is the right place ) Obs: activationConfig is an array field of the annotation MessageDriven. Regards.
*** This bug has been marked as a duplicate of bug 254704 ***