Re: [rules-users] RES: Problem with proxy objects

2010-02-05 Thread Edson Tirelli
Rogerio, I don't know what javassist does with your class... if it preserves the object hierarchy (what I think it probably does), then it must work. The only way to find out the reason is with an isolated test case and do some debugging to understand why it is not failing the isAssignableFr

Re: [rules-users] RES: Problem with proxy objects

2010-02-05 Thread Wolfgang Laun
On Fri, Feb 5, 2010 at 5:46 PM, Rogerio Baldini wrote: > I think you didn't understand my problem. Perhaps. But the code you posted doesn't seem right. > I don't have any problem related to Java arrays. > My problem is drools is not working with proxy objects. > > I am executing drools rules wit

[rules-users] RES: Problem with proxy objects

2010-02-05 Thread Rogerio Baldini
I think you didn't understand my problem. I don't have any problem related to Java arrays. My problem is drools is not working with proxy objects. I am executing drools rules with one javassist object (package.MyClass_$$_javassist_2) and drools is not recognizing this object as package.MyClass a