...
Code Block | ||
---|---|---|
| ||
public void start(BundleContext context) { registrationList = new ArrayList<ServiceRegistration>(); //Register plugin here registrationList.add(context.registerService(JdbcStoreBinderMultiStoreBinder.class.getName(), new JdbcStoreBinderMultiStoreBinder(), null)); } |
f. Build it and testing
...