EXECUTE: Import project CDISolderTest from plugin org.jboss.tools.cdi.seam.solder.core.test and build it.
ASSERT: Injection field MessageManager.queue is marked as having multiple beans.
ASSERT: Open-on 'All Generic Beans' on that field shows 3 generic beans including DurableQueueConfiguration.
EXECUTE: Open DurableQueueConfiguration and remove comments from line with annotation @Veto.
ASSERT: Injection field MessageManager.queue has no markers.
ASSERT: Open-on 'All Generic Beans' on that field shows 2 generic beans that do not include DurableQueueConfiguration.
EXECUTE: Remove annotation @Veto.
ASSERT: Marker reappeared.
- relates to
-
JBIDE-8674 Support Generic beans
- Closed