Please file an issue in JIRA scheduled for CR2, mentioning this test case, and add the test to the group "broken". This means that we don't see known failures in the the testsuite but still track them for fixing (this is essential to allow us to see whether unrelated commits break know-working tests).
Pete
On 20 Oct 2009, at 18:51, Clint Popetz wrote:
_______________________________________________Hi,
The following:
abstract class ChoiceParent<T> { }
class Choice<T, E> extends ChoiceParent<T>
{
public Choice<T, E> aMethod()
{
return null;
}
}
will produce an infinite recursion between resolveType and resolveTypeParameter if weld tries to load it. I've added a class to test/ in org.jboss.weld.test.unit.implementation.annotatedItem that triggers this.
I'm not competant enough with generics to touch that code.
-Clint
--
Clint Popetz
http://42lines.net
Scalable Web Application Development
weld-dev mailing list
weld-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-dev