items.put(START_LEVEL, 1);
items.put(STATE, "ACTIVE");
items.put(SYMBOLIC_NAME, "test");
items.put(VERSION, "0.0.0");
TabularData headerTable = new TabularDataSupport(HEADERS_TYPE);
headerTable.put(new Header("a", "a").toCompositeData());
headerTable.put(new Header("b", "b").toCompositeData());
items.put(HEADERS, headerTable);
CompositeData compositeData = new CompositeDataSupport(BUNDLE_TYPE, items);
BundleData b = BundleData.from(compositeData);