[
https://issues.jboss.org/browse/JBRULES-2978?page=com.atlassian.jira.plug...
]
Vinod Kiran Paidimarry commented on JBRULES-2978:
-------------------------------------------------
JBRULES-3553 adds this support to the drools-spring namespace; the code has been merged
and is available on the snapshot builds....
{code:xml}
<drools:environment ....>
...
<drools:object-marshalling-strategies>
<drools:serializable-placeholder-resolver-strategy
strategy-acceptor-ref="default-acceptor"/>
<drools:identity-placeholder-resolver-strategy
strategy-acceptor-ref="default-acceptor"/>
<drools:jpa-placeholder-resolver-strategy env-ref="drools-env-embedded"
/>
<drools:process-instance-resolver-strategy/>
<drools:custom-marshalling-strategy ref="..."/>
<!-- or -->
<drools:custom-marshalling-strategy>
<bean class="...."/>
</drools:custom-marshalling-strategy>
</drools:object-marshalling-strategies>
</drools:environment>
{code}
Add support for ObjectMarshallingStrategies in Spring namespace
---------------------------------------------------------------
Key: JBRULES-2978
URL:
https://issues.jboss.org/browse/JBRULES-2978
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-spring
Affects Versions: 5.2.0.M1
Reporter: Miroslav Štencel
Assignee: Mark Proctor
VariablePersisters functionality has been replaced by ObjectMarshallingStrategies.
Please reflect the changes also in Spring namespace.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira