]
Pete Muir closed WELDX-133.
---------------------------
Resolution: Done
Looks like a transient problem on my machine
Odd issues with generic parameter types and generic beans
---------------------------------------------------------
Key: WELDX-133
URL:
https://jira.jboss.org/browse/WELDX-133
Project: Weld Extensions
Issue Type: Bug
Components: Generic Beans
Reporter: Pete Muir
Assignee: Stuart Douglas
Fix For: 1.0.0.Beta1
For example:
@Produces
@Infinispan
@DefaultCache
private Cache<String, String> cache;
and on the generic bean
@Produces
public AdvancedCache<K, V> getAdvancedCache()
{
return cacheContainer.<K, V>getCache(infinispan.value()).getAdvancedCache();
}
Should allow
@Inject Cache<String, String> cache;
but doesn't
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: