ActionGlobalCollectionAdd ag = new ActionGlobalCollectionAdd();
ag.setFactName( "x" );
ag.setGlobalName( "g" );
m.addRhsItem( ag );
m.name = "my rule";
final String xml = p.marshal( m );
System.out.println( xml );
assertTrue( xml.indexOf( "Person" ) > -1 );
assertTrue( xml.indexOf( "Accident" ) > -1 );
assertTrue( xml.indexOf( "no-loop" ) > -1 );
assertTrue( xml.indexOf( "org.kie" ) == -1 );