]
Davide Sottara commented on DROOLS-448:
---------------------------------------
Fixed already
Sent via the ASUS PadFone X, an AT&T 4G LTE smartphone
Traiting non-declared POJOS prevents the execution of WM actions from
outside the WM
------------------------------------------------------------------------------------
Key: DROOLS-448
URL:
https://issues.jboss.org/browse/DROOLS-448
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 5.6.0.Final, 6.0.0.Final, 6.0.1.Final, 6.1.0.Beta1
Reporter: Davide Sottara
Assignee: Davide Sottara
Priority: Critical
Fix For: 6.2.0.Beta1
When a trait is applied to non-declared bean, a transparent proxy is created and the
handle is updated accordingly. However, this prevents the lookup of the handle using the
original object as a key.
The proxy creation should be avoided.
See also PLANNER-229