//Add a two transformers that will return null
tr.addTransformer(b1, ct1a, provider1);
tr.addTransformer(b1, ct1b, provider1);
tr.removeTransformer(b1, ct1a);
ProtectionDomain pd = new ProtectionDomain(null, null);
byte[] bytes = new byte[] {(byte) 0xBE, (byte)0xAD};
WovenClass wc = getWovenClass(b1, "test5", bytes, this.getClass().getClassLoader(),