[ 
https://issues.apache.org/jira/browse/JENA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056474#comment-13056474
 ] 

Karl Guggisberg commented on JENA-78:
-------------------------------------

> Have you considered SDB? 
Yes. I've started to work with SDB too.

> Have you checked if a similar improvement could be applied there (if at all 
> necessary)? 
At a first glance, no such improvement is necessary there. 
com.hp.hpl.jena.sdb.store.DatabaseType is basically what I was looking for in 
RDB.

> Is there any particular reason why you are using RDB instead of SDB (or TDB)?
I didn't choose TDB,  because I wanted to work with a RDBMS backend. I chose 
RDB over SDB due to lack of experience - I simply didn't understand yet how the 
components related to each other.

> [Patch] Improved feedback in case of misspelled or unsuported database type
> ---------------------------------------------------------------------------
>
>                 Key: JENA-78
>                 URL: https://issues.apache.org/jira/browse/JENA-78
>             Project: Jena
>          Issue Type: Improvement
>          Components: Jena, RDB
>            Reporter: Karl Guggisberg
>            Priority: Minor
>
> As a Jena newbie I ran into a problem with a misspelled database type and it 
> took me some time to find out about the supported database types when 
> creating a DBConnection.
> I'll attach a patch which should improve the situation:
> - it introduces an enumeration of all db types
> - it throws an exception which displays more information if the user supplies 
> an unsupported database type 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to