-
```
It would be nice if the ontopia.jar file could be make available through
any of the public Maven repositories. To do this I think we need to make a
pom.xml (based on ivy.xml) and also figure out…
-
```
testRolePlayerPredicate3b creates an assoc with no roles, see:
The author of the test meant IMO:
final AssociationIF assoc2 = builder.makeAssociation(atype);
builder.makeAssociationRol…
-
```
Given an RDBMS topic map with no base locator and a DB2TM mapping like
#eq${sup_mch_code}
the result is this traceback
java.lang.NullPointerException
at net.ontopia.topic…
-
In ontology network insert domain and range for property places:**istat**
-
Hello,
I hope that this is the right place to ask for help with a problem with Ontopia that I am facing. The Google group ontopia@googlegroups.com that I used two years ago to report a problem does n…
-
```
When I try to use Ontopia together with my project which uses the org.w3c.dom
interface I receive the following error:
java.lang.AbstractMethodError:
org.apache.crimson.tree.ElementNode.getText…
-
```
According to the documentation of tolog:out[1], the following should be
possible:
in a context where the attribute with name "foo" resolves to an object that has
a method getBar(). However, t…
-
```
The pom of the current ontopia-engine 5.1.0-SNAPSHOT has a dependency on
net.sourceforge.jena
jena
which in turn brings a log4j.properties file on the CLASSPATH
containing next to oth…
-
```
CXTM:
http://www.example.org/foo.xtm#bar
Ontopia's output:
#bar
See also:
```
Original issue reported on code.google.com by `lars.he...@gmail.com` on 11 Aug 2009 at 2:02
-
```
With a JSP fragment like:
using t for i"foo:bar#"
And a request parameter aparam=t:topic. This will not try to resolve the
prefixed PSI. Seeing that I use this a lot, I'd like to see it i…