I do have the package header but it is not compiling and complain that it
can't resolve Person type. Here is the complete rule file:
package com.sample
import com.sample.*;
import java.util.*
rule "Hello World"
when
Person(first == "Wing")
then
System.out.println("hello");
end
--
View this message in context:
http://drools.46999.n3.nabble.com/separating-drl-declare-type-from-actual...
Sent from the Drools: User forum mailing list archive at
Nabble.com.