Google Code Exporter
Google Code Exporter
``` I have made a quick test of running Ontopoly as a part of Ontopia- Stormberg-demowebapp on GAE. Here's the instructions for getting started: http:// stronglytypedblog.blogspot.com/2009/04/wicket-on-google-app-engine.html The problems: OntopolyApplication and...
``` On a topic type I create a new occurrence, adding it to the topic type at the same time. I give it a name as part of the same...
``` Topic types should not be shown as role types unless they have been marked in the ontology as being usable as role types. ``` Original issue reported on code.google.com...
``` The following query does not work very well with the new tolog optimizer. It works OK with the old optimizer, so there must be something about the new optimizer...
``` A customer of Bouvet has previously requested functionality to create links to topics from within the WYSIWYG editor used on occurrences of type HTML ("http://psi.ontopia.net/ontology/datatype-html") in Ontopoly. That is,...
``` What steps will reproduce the problem? 1.Open a Type Configuration page on the Ontology page 2.Clicking on the Fields "Names" or "Occurences" or "Associations" or "Identities" What is the...
``` Ensure that the URILocator accepts these: ``` Original issue reported on code.google.com by `[email protected]` on 21 Jul 2009 at 1:24
``` Ontopia's implementation of the name / variant scope seems to be complex: - NameImpl keeps a wrappedVariants property - each variant has an "explicit scope" property - if a...
``` Using Ontopia as a backend for a Java application requires the usage of an API that is more complex than web/JSP. There are many possible ways of dealing with...
``` The query select count($T) from instance-of($T, op:Person)? produces nothing if there are no persons (not even zero). This causes code assuming there is a result to crash. It's possible...