Issue Type: Bug Bug
Affects Versions: 2.1.2.Final
Assignee: Jozef Hartinger
Created: 21/Jan/14 7:06 PM
Description:

I have a CDI bean on which I was calling this.getClass().getGenericSuperClass().

I recently added an interceptor for all methods on this bean. Once the bean is called through interceptors, that line throws an exception because "this.getClass()" returns my.MyBean.$Proxy$_$$_WeldSubclass" instead of returning my.MyBean.

Again, without interceptors, it returns the correct class and generic superclass, just not when being intercepted.

Environment: wintel, java8,
Project: Weld
Priority: Major Major
Reporter: Sachin Dole
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira