does drools support Class type parameter?
In java:
ServiceLocator.java:
void myService(Class objectType);
In Drools:
serviceLocator.myService(Person.class)
It always complains 'unable to resolve method using strict-mode'.
Change to other type like String will get it through.
-----
Ivan, your Panda, forever
--
View this message in context:
http://drools.46999.n3.nabble.com/does-drools-support-Class-type-paramete...
Sent from the Drools: User forum mailing list archive at
Nabble.com.