Re: [rules-users] Truth Maintenance, equals, and hashCode

2008-08-05 Thread Mark Proctor
[EMAIL PROTECTED] wrote: I have a question about logical assertions and truth maintenance. First of all, the Drools manual states: 2.5.8.2. Important note: Equality for Java objects It is important to note that for Truth Maintenance (and logical assertions) to work at all, your Fac

Re: [rules-users] Custom BRMS security - location of custom java class

2008-08-05 Thread Mark Proctor
You might want to checkout trunk, that now has integrated Seam security for both identity and acl. Mark [EMAIL PROTECTED] wrote: Hi, I finally have time to work on this again. I was looking around in the Seam tutorials (security topic) and I found out how to write a custom class for security.

[rules-users] Custom BRMS security - location of custom java class

2008-08-05 Thread KEVIN_CHEONG
Hi, I finally have time to work on this again. I was looking around in the Seam tutorials (security topic) and I found out how to write a custom class for security. I'm starting out with a really simple example and I have attached the code I am using below. My issue now is that I don't know whe

[rules-users] Truth Maintenance, equals, and hashCode

2008-08-05 Thread ringsah
I have a question about logical assertions and truth maintenance. First of all, the Drools manual states: 2.5.8.2. Important note: Equality for Java objects It is important to note that for Truth Maintenance (and logical assertions) to work at all, your Fact objects (which may be Javabeans) over