BUG-2627: Fix ambiguous lookup in test case 03/15103/4
authorRobert Varga <rovarga@cisco.com>
Tue, 10 Feb 2015 09:11:23 +0000 (10:11 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 10 Feb 2015 09:17:16 +0000 (10:17 +0100)
Looking up by java name "stream" matches two potential beans, which
means that the returned value depends on underlying collections. This
breaks when upgrading to Java 8, for example.

Fix by performing an explicit prefix name, which returns the right bean
everytime.

Change-Id: I4c7f7f26bc00cc1b03b9ea99ef84004da46c3caa
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found