]
RH Bugzilla Integration commented on DROOLS-348:
------------------------------------------------
Rajesh Rajasekaran <rrajasek(a)redhat.com> changed the Status of [bug
Wildcard imports don't work for declared type fields
----------------------------------------------------
Key: DROOLS-348
URL:
https://issues.jboss.org/browse/DROOLS-348
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 6.0.1.Final
Using the new KIE api the following drl doesn't compile
{code}
import java.util.*
declare MyType
l : List
end
{code}