Google Code Exporter
Google Code Exporter
``` Since OKS 4.0 the TopicMapIF interface has been changed to hide the transaction layer. By hiding this layer, a user has no direct connection to the IndexManagerIF anymore. Therefor...
``` Continuing on issue #353, but now for another testcase: TMExporterFilterTestGenerator is never used in tests as it is missing from test-data/config/tests.xml. Adding it to the test config results in...
``` Continuing on issue #344, but now for another testcase: XTMFragmentExporterTestGenerator is never used in tests as it is missing from test-data/config/tests.xml. Adding it to the test config results in...
``` It is counter-intuitive to leave Omnigator and go to Ontopoly to make changes to a topic map, but go the other direction to make the more substantive change of...
``` As discussed in the thread "Changing Ontopoly's appearance" [1] in the Ontopia Google Group, I suggest that users may want to use a different skin for Ontopoly with different...
``` At one point, the Ontopoly user guide points out that clicking Back in the browser may show you an outdated page. In other words, people are going to use...
``` In XTM2TopicMapExporter, the flag export_itemids is not respected everywhere. What steps will reproduce the problem? XTM2TopicMapWriter writer = new XTM2TopicMapWriter(filename); writer.setExportSourceLocators(false); writer.write(tm); Still writes item identifiers. I believe this...
``` We just had a DB2TM sync fail because one of the function columns crashed on one of the values. Unfortunately, because the value is not logged, we don't know...
``` Changing predicate order in the OR clause, for example from {a | b } to { b | a } with the rest of the query left intact affects...
``` Kevin Trainor reported the following error: ERROR 2010-11-23 14:59:01,702 wicket.RequestCycle - Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = occurrences]] threw an exception org.apache.wicket.WicketRuntimeException: Method...