Google Code Exporter
Google Code Exporter
``` The problem appears when I try to load a file and it has some errors. Usually, an alert window appears when there is an error. But sometimes, instead of...
``` The fmatvec::Atom class provided now a general message handling functionallity. All MBSim code should be switched to this: Details: - Derive all MBSim classes from fmatvec::Atom (if not already...
``` Implement e.g. a RigidBody21 (as it exists in a early MBSim version) having 2 translational and 1 rotations degree of freedom. Such Body's should be much faster than the...
``` Currently a Group may be changed to connect it to other elements. E.g. if a Group contains a Frame and a Link and the other side of the Link...
``` At the moment one have to embed Ontopoly using iframes. See src/webapps/ ontopoly/src/main/webapp/examples/embedded-frame.jsp for an example of how to do this. It would also be nice to embed the...
``` If "RDF URI reference" in "rdf:about" attribute includes double byte character, RDFToTopicMapConverter throws MalformedURLException for the double byte character. Would you support double byte character in RDF URI reference?...
``` What steps will reproduce the problem? 1. load the instance-of.ltm topic map (trunk/ontopia-engine/src/test/resources/net/ontopia/testdata/query/instance-of. ltm) 2. run the following query in omnigator: select count($INST) from instance-of($INST, topic4) ? 3. You...
``` We used to include in the distribution a document describing how to make plugins for Omnigator, but then removed it. Should we add it back? Do we want people...
``` ReificationUtils has a 'reify' method that holds extensive logic to be used when reifying an object, e.g. merging reifiable objects or topics when needed or throwing an exception if...
``` WTF? Some test cases rely on changing the value of initialSize which leads to errors, see my comment to issue #80. If there is no good (*very* good) reason,...