You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Tim Harsch (JIRA)" <ji...@apache.org> on 2011/02/09 20:44:57 UTC

[jira] Updated: (JENA-46) Assembler registration improperly located

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

Tim Harsch updated JENA-46:
---------------------------

    Description: 
VocabTDB: line 73.  Registers the Assemblers for Dataset and Graph and NodeTable
  ( NOTE: VocabTDB does this as static initialization, VocabTDB is loaded because AssemblerTDB is loaded because TDB is loaded because FusekiCmd is loaded ) 

The purpose of VocabTDB should be to define vocabulary and not register assemblers.  As such maybe registering of Assemblers should be moved to the class TDB.




  was:
VocabTDB: line 73.  Registers the Assemblers for Dataset and Graph and NodeTable
  ( NOTE: VocabTDB does this as static initialization, VocabTDB is loaded because AssemblerTDB is loaded because TDB is loaded because FusekiCmd is loaded ) 

The purpose of VocabTDB should be to define vocabulary and not register assemblers.





> Assembler registration improperly located
> -----------------------------------------
>
>                 Key: JENA-46
>                 URL: https://issues.apache.org/jira/browse/JENA-46
>             Project: Jena
>          Issue Type: Improvement
>          Components: TDB
>         Environment: TDB 0.8.9
>            Reporter: Tim Harsch
>              Labels: cleanup
>
> VocabTDB: line 73.  Registers the Assemblers for Dataset and Graph and NodeTable
>   ( NOTE: VocabTDB does this as static initialization, VocabTDB is loaded because AssemblerTDB is loaded because TDB is loaded because FusekiCmd is loaded ) 
> The purpose of VocabTDB should be to define vocabulary and not register assemblers.  As such maybe registering of Assemblers should be moved to the class TDB.

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