I'm trying to implement a StoreManager that stores into and retrieves
from GigaSpaces. What I need, though, is to be able to dependency-
inject the StoreManager instance with its dependencies (for example
the GigaSpace instance). As far as I can tell, OpenJPA uses the
constructor via reflection to create the instance of the configured
class for the StoreManager. This gives me no opportunity to wire it
up with the stuff it needs to do its work, unfortunately.
Any suggestions?
Thanks,
Jason Carreira
- How to wire up a StoreManager Jason Carreira
-