Re: [Dev] Unable to load UserStoreCountRetriever implementation

2017-09-13 Thread Pushpalanka Jayawardhana
Hi Hartley, It is not directly the retriever class that you have to write. As we have followed factory pattern here, you have to write the factory class and configure that in the advanced property. Code segment at [1] with help you understand how the factory is registered to OSGI runtime and [2]

[Dev] Unable to load UserStoreCountRetriever implementation

2017-09-11 Thread J R Hartley
I have successfully created a UserStoreManager implementation which loads correctly via a component class. However, I need a UserStoreCountRetriever implementation to allow the user store to work correctly. I have extended JDBCUserStoreCountRetriever and added the class name to the Count Implementa