On 11/03/2010 13:54, Bertrand Grottier wrote:
XStream xstream = new XStream();
Transformer transformer =
PipelineFactory.newXStreamFromXmlTransformer( xstream );
Do not create the XStream
yourself, use the BatchExecutionHelper, as it
populates XStream with the necessary convertors and aliases. see the
following unit test for more help:
http://fisheye.jboss.org/browse/~raw,r=31115/JBossRules/trunk/drools-pipe...
Mark