v.setBytes(org.ofbiz.shark.SharkConstants.serializedPkg,serializedPkg);
v.setBytes(org.ofbiz.shark.SharkConstants.xpdlData, xpdl);
delegator.create(v);
Debug.log("Created Value - " + v, module);
} catch (GenericEntityException e) {
throw new RepositoryException(e);
}
}