[
https://issues.apache.org/jira/browse/JENA-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617210#comment-13617210
]
Dave Reynolds commented on JENA-410:
------------------------------------
As it says in http://jena.apache.org/documentation/notes/typed-literals.html
there are two sorts of user defined data types in Jena. These are
unimaginatively called "user defined XSD datatypes" and "user defined non-XSD
datatypes". That test covers the latter case. Testing the former case requires
parsing of an xsd file, there used to be a test for that which relied on the
DAML+OIL file. The key call involved is XSDDatatype.loadUserDefined and
Eclipse tells me there's no references to that in the code base and thus no
tests.
> Reinstate or deprecate user-defined types
> -----------------------------------------
>
> Key: JENA-410
> URL: https://issues.apache.org/jira/browse/JENA-410
> Project: Apache Jena
> Issue Type: Bug
> Components: Jena
> Reporter: Dave Reynolds
> Assignee: Dave Reynolds
> Priority: Minor
>
> As part of JENA-351 the test file and tests for user-defined XSD types
> disappeared.
> While these were originally motivated by the DAML+OIL approach to data types,
> it was also possible to create user-defined XSD datatypes and register them
> via XSDDatatype.loadUserDefined.
> Should either reinstate the test file and tests (presumably in
> TestTypedLiterals) or cease support for such user defined types by marking
> XSDDatatype.loadUserDefined as deprecated and updating documentation at
> http://jena.apache.org/documentation/notes/typed-literals.html
> Preferences?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira