You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Ioannis Polyzos (JIRA)" <ji...@apache.org> on 2014/01/30 20:48:11 UTC

[jira] [Updated] (GORA-293) getDatastore use Class.forName() when use String parameters for dataStoreClass

     [ https://issues.apache.org/jira/browse/GORA-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Polyzos updated GORA-293:
---------------------------------

    Description: 
Following Ioannis Canellos advice I digged deeper in the code and realised that in DataStoreFactory in the getDatastore with signature using String arguments the keyClass and persistentClass are loaded through ClassLoadingUtils while dataStoreClass try to do so with Class.forName.



  was:
Following Ioannis Canellos advice I digged deeper in the code and realised that in DataStoreFactory in the getDatastore with signature with String arguments the keyClass and persistentClass are loaded through ClassLoadingUtils while dataStoreClass try to do so with Class.forName.




> getDatastore use Class.forName() when use String parameters for dataStoreClass
> ------------------------------------------------------------------------------
>
>                 Key: GORA-293
>                 URL: https://issues.apache.org/jira/browse/GORA-293
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ioannis Polyzos
>
> Following Ioannis Canellos advice I digged deeper in the code and realised that in DataStoreFactory in the getDatastore with signature using String arguments the keyClass and persistentClass are loaded through ClassLoadingUtils while dataStoreClass try to do so with Class.forName.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)