Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: 1.1.2.Final, 1.1.3.Final
-
Fix Version/s: 1.1.3.SP1
-
Component/s: Producers (Methods, Fields and Disposers), Proxies
-
Labels:None
Description
The exception is thrown in a very specific case. Here is my test case https://github.com/kevinpollet/weld-core/commit/b12f231709684575eb2ce935b8daf2718d30d6e3.
Be careful the test fails randomly!
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/org.infinispan$infinispan-cdi/306/testReport/junit/org.infinispan.cdi.test.cache/DefaultConfigurationTest/org_infinispan_cdi_test_cache_DefaultConfigurationTest_testDefaultConfiguration/
Caused by: java.lang.AbstractMethodError: org.jboss.weld.proxies.BasicCacheContainer$CacheContainer$EmbeddedCacheManager$Lifecycle$Listenable$1328373168$Proxy$_$$_WeldClientProxy.getCache()Lorg/infinispan/Cache;
at org.infinispan.cdi.CacheManager.getAdvancedCache(CacheManager.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)