cmd.setLookup( "ksession1" );
cmd.getCommands().add( new InsertObjectCommand( lucaz,
"lucaz" ) );
cmd.getCommands().add( new InsertObjectCommand( baunax,
"baunax" ) );
cmd.getCommands().add( new FireAllRulesCommand() );
StringWriter xmlReq = new StringWriter();
Marshaller marshaller = getJaxbContext().createMarshaller();
marshaller.setProperty( "jaxb.formatted.output",
true );