keyStoreService.createTrustStore(adminResolver,
STORE_PASSWD.toCharArray()) still throws a NullPointerException due to a
null keyStoreService. I have the following already defined: @reference
private KeyStoreService keyStoreService; Any idea on why it's still
throwing a NullPointerException? and how to resolve?