Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-06-22 Thread Davide Sottara
this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p4018198.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-06-22 Thread Davide Sottara
-more-than-3-pojos-got-IllegalArgumentException-tp3788670p4018199.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-05-17 Thread Davide Sottara
Thanks for reporting this, I'll double check and fix it as soon as possible Best Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3999543.html Sent from the Drools: User forum mailing list

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-03-31 Thread Michal Bali
-- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3869657.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-03-29 Thread Davide Sottara
The fix should have been applied today, you can find it in HEAD or in the upcoming 5.4CR1 release Best Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3869657.html Sent from the Drools: User

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-03-05 Thread Davide Sottara
is to use DRL-declared beans Thanks Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3800419.html Sent from the Drools: User forum mailing list archive at Nabble.com

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-03-05 Thread Michal Bali
get a moment. The problem happens only with legacy classes declared @Traitable, so the immediate workaround is to use DRL-declared beans Thanks Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-03-01 Thread Davide Sottara
that I can take a look? Thanks Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3790082.html Sent from the Drools: User forum mailing list archive at Nabble.com

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-03-01 Thread Michal Bali
(), so I assume that Message and NiceMessage are classes defined outside the DRL.. Could you send them so that I can take a look? Thanks Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException

[rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-02-29 Thread Michal Bali
Hi all, I came across this issue when trying out 'traits' with POJOs (not declared types). An IllegalArgumentException is being thrown when I apply the third 'don'. Here is how to reproduce: as the POJO I am using the Message class that comes with the project created by the Eclipse plugin. now

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-02-29 Thread Mauricio Salatino
Hi Michal, You need to change this: declare NiceMessage @format(trait) end to this: declare trait NiceMessage .. end Cheers 2012/2/29 Michal Bali michalb...@gmail.com Hi all, I came across this issue when trying out 'traits' with POJOs (not declared types). An

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-02-29 Thread Davide Sottara
://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3789031.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https

Re: [rules-users] traits - don more than 3 pojos, got IllegalArgumentException

2012-02-29 Thread Michal Bali
://drools.46999.n3.nabble.com/rules-users-traits-don-more-than-3-pojos-got-IllegalArgumentException-tp3788670p3789031.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org