Importing the class was the first thing I tried. That did not work either.
Thanks,
Narendra
On Fri, Feb 22, 2008 at 5:36 PM, Mark Proctor <mproctor(a)codehaus.org> wrote:
you need to import the inner classes, look at the HelloWorld example
which
uses a nested Message object and see how it's imported. Inner classes
definitely work, let me know if inner.inner classes don't.
Mark
Narendra Valada wrote:
Hi,
I have a rule that looks like this :
package com.sample
rule "Inner Class Test"
when
com.sample.OuterClass.InnerClass.InnerInnerClass( )
then
System.out.println( "" );
end
The inner class referenced by this rule is defined like this:
package com.sample;
public class OuterClass {
public class InnerClass {
public class InnerInnerClass { }
}
}
I am getting an error "Unable to resolve ObjectType '
com.sample.OuterClass.InnerClass.InnerInnerClass'".
What am I doing wrong? I am using XMLBeans-generated POJOs in my
application and these POJOS contain a lot of deeply nested inner classes and
these are giving me compile-errors in Drools.
Thanks,
Narendra
------------------------------
_______________________________________________
rules-users mailing
listrules-users@lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users