hannesN / tmcl-validator

Automatically exported from code.google.com/p/tmcl-validator
0 stars 0 forks source link

validator not working with tinyTim #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While the validator seems to work nicely with ontopia
tinyTim (2.0.0a6) seems to cause problems.

org.tmapi.core.IdentityConstraintException: A topic with the same subject 
identifier 
'http://psi.oasis-open.org/iso/639/#deu' exists
    at org.tinytim.core.IdentityManager$AddSubjectIdentifierHandler.handleEvent(Unknown Source)
    at org.tinytim.core.MemoryTopicMap.handleEvent(Unknown Source)
    at org.tinytim.core.ConstructImpl._fireEvent(Unknown Source)
    at org.tinytim.core.TopicImpl.addSubjectIdentifier(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copyIdentities(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copyTopic(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copyScope(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copyVariants(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copyCharacteristics(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copyTopic(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils._copy(Unknown Source)
    at org.tinytim.internal.utils.CopyUtils.copy(Unknown Source)
    at org.tinytim.internal.utils.MergeUtils.merge(Unknown Source)
    at org.tinytim.core.MemoryTopicMap.mergeIn(Unknown Source)

Original issue reported on code.google.com by arnim.bl...@gmail.com on 26 Apr 2010 at 5:10

GoogleCodeExporter commented 9 years ago
The merge implementation is not part of the validator, it seems to be a problem 
in 
TinyTiM. Please issue the problem in the TinyTiM mailing list.

Original comment by eadgh...@googlemail.com on 29 Apr 2010 at 10:46