[jboss-jira] [JBoss JIRA] (JBRULES-2978) Add support for ObjectMarshallingStrategies in Spring namespace
Vinod Kiran Paidimarry (JIRA)
jira-events at lists.jboss.org
Thu Jun 28 20:26:12 EDT 2012
[ https://issues.jboss.org/browse/JBRULES-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703848#comment-12703848 ]
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
More information about the jboss-jira
mailing list