params.put("profile", "jbpm");
params.put("action", "getassetsource");
params.put("assetlocation", "/defaultPackage/testprocess.bpmn2");
params.put("loadoption", "optionbypath");
boolean assetExists = repository.assetExists(id);
assertTrue(assetExists);
AssetServiceServlet assetServiceServlet = new AssetServiceServlet();
assetServiceServlet.setProfile(profile);