[weld-issues] [JBoss JIRA] (WELD-1001) Decorator is missing abstract methods implementation
Ales Justin (Created) (JIRA)
jira-events at lists.jboss.org
Fri Nov 4 02:27:45 EDT 2011
Decorator is missing abstract methods implementation
----------------------------------------------------
Key: WELD-1001
URL: https://issues.jboss.org/browse/WELD-1001
Project: Weld
Issue Type: Bug
Components: Interceptors and Decorators
Affects Versions: 1.1.2.Final
Reporter: Ales Justin
Assignee: Ales Justin
Fix For: 1.2.0.Beta1
java.lang.AbstractMethodError: org.jboss.test.workshop.cdi.interceptors.support.LargeAmountAccount.getState()D
at org.jboss.test.workshop.cdi.interceptors.support.LargeAmountAccount.deposit(LargeAmountAccount.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
at org.jboss.weld.bean.proxy.DecoratorProxyMethodHandler.doInvoke(DecoratorProxyMethodHandler.java:91)
at org.jboss.interceptor.util.proxy.TargetInstanceProxyMethodHandler.invoke(TargetInstanceProxyMethodHandler.java:43)
at org.jboss.weld.bean.proxy.TargetBeanInstance.invoke(TargetBeanInstance.java:102)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
at org.jboss.test.workshop.cdi.interceptors.support.BasicAccount$Proxy$_$$_Weld$Proxy$.deposit(BasicAccount$Proxy$_$$_Weld$Proxy$.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:76)
at org.jboss.test.workshop.cdi.interceptors.support.-239510789$Proxy$_$$_WeldSubclass.deposit(-239510789$Proxy$_$$_WeldSubclass.java)
at org.jboss.test.workshop.cdi.interceptors.support.BasicAccount$Proxy$_$$_WeldClientProxy.deposit(BasicAccount$Proxy$_$$_WeldClientProxy.java)
at org.jboss.test.workshop.cdi.interceptors.support.BusinessObject.deposit(BusinessObject.java:46)
at org.jboss.test.workshop.cdi.interceptors.support.BusinessObject$Proxy$_$$_WeldClientProxy.deposit(BusinessObject$Proxy$_$$_WeldClientProxy.java)
at org.jboss.test.workshop.cdi.interceptors.test.DecoratorTestCase.testInterceptors(DecoratorTestCase.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list