GitHub user ipolyzos opened a pull request:
https://github.com/apache/gora/pull/3
fix for GORA-293
fix the issue that, unlike keyClass and persistentClass dataStoreClass was
not loaded with the use of ClassLoading utils but with Class.forName
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ipolyzos/apache-gora trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/3.patch
----
commit d3cc81cbe79446075b0b72345f17d4c849ad8ff2
Author: Ioannis Polyzos <[email protected]>
Date: 2014-01-30T17:06:36Z
fix the issue that, unlike keyClass and persistentClass dataStoreClass was
not loaded with the use of ClassLoading utils but with Class.forName
----