SetGlobalCommand setGlobal = new SetGlobalCommand( "list",
new WrappedList() );
setGlobal.setOut( true );
cmd.getCommands().add( setGlobal );
cmd.getCommands().add( new InsertObjectCommand( new Person( "baunax" ) ) );
cmd.getCommands().add( new FireAllRulesCommand() );
cmd.getCommands().add( new GetGlobalCommand( "list" ) );
Marshaller marshaller = getJaxbContext().createMarshaller();
marshaller.setProperty( "jaxb.formatted.output",