Rastislav Wagner created JBIDE-19369:
----------------------------------------
Summary: Disposer method doesnt detect Producer field
Key: JBIDE-19369
URL:
https://issues.jboss.org/browse/JBIDE-19369
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Rastislav Wagner
Fix For: 4.3.0.Alpha2
This applies for CDI 1.1 and 1.2 which allows Disposer method to accept Producer field.
{code}
public class B1 {
@Produces EntityManager em;
public void test(@Disposes EntityManager em){
//do smt
}
{code}
This code results in error "There is no producer method declared by the (same) bean
class that is assignable to the disposed parameter of a disposer method [JSR-346
ยง3.5.3]"
CDI 1.1 and 1.2 allows also producer filed (see section 3.5)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)