// private final JBossMarshaller marshaller = new JBossMarshaller();
private final VersionAwareMarshaller marshaller = new VersionAwareMarshaller();
@BeforeTest
public void setUp() {
marshaller.inject(Thread.currentThread().getContextClassLoader(), new RemoteCommandFactory());
marshaller.start();
}