tmlab / majortom

The MaJorToM ( Merging Topic Maps Engine ) project was founded to develop a lightweight, merging and flexible Topic Maps engine satisfying different business use cases. The engine provides a couple of new features above to other engines based on the Topic Maps API version 2.0.
1 stars 1 forks source link

doReadHistory in Sql99QueryProcessor returns Topic, not Set, if a ReadOnlyTypable calls getType and getType still existing #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
which leads to:

NativeException: java.lang.ClassCastException: 
de.topicmapslab.majortom.core.TopicImpl cannot be cast to java.util.Set
    de/topicmapslab/majortom/database/readonly/JdbcReadOnlyAssociation.java:86:in `getType'

I will try to fix this with a work around. This needs to be fixed properly.

Original issue reported on code.google.com by schulze....@googlemail.com on 24 Aug 2010 at 12:00

GoogleCodeExporter commented 9 years ago
fixed and remove the work around 

Original comment by Sven.Kro...@googlemail.com on 2 Sep 2010 at 1:58