-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Below test in the Event Test, this fails. Because, there are multiple implicit event beans are registered with the manager with the same types.
Because some of the test classes have same event firing fields, namely @Fires Event<String>. So the resolution finds more than one bean throwing
the AmbigiousDependencyException.
@Test(groups =
{ "events" })
@SpecAssertion(section = "7.6", id = "p")
public void testImplicitEventBeanHasDependentScope() throws Exception
{
new RunInDependentContext()
{
> @Override
> protected void execute() throws Exception
>
> }.run();
> }
- is duplicated by
-
CDITCK-30 EventTest - Bugs
- Closed