-
```
I just built Ontopia and restarted Tomcat. Here's the build date shown by
Omnigator: "2011-08-22 10:17 by larsga". Note that this is one month in the
future...
```
Original issue reported on co…
-
```
In the localhost.log:
org.apache.axis2.transport.http.AxisServlet
java.lang.ClassNotFoundException: org.apache.axis2.transport.http.AxisServlet
A build webapp-tmrap contains all the required jars…
-
```
I'm very new in java and otopia.
1. In administrator panel i add new user. After reboot tomcat all new user are
deleted.
2. what i have to do, to login to ontopia? all my topicmap are editable …
-
```
The ScopedIndex implementation seems to have trouble to recognize variants
which where created within Ontopia's API. It throws a NPE (the LazySet).
See attached test case.
See also issue #87 and…
-
```
It's a bit of a pain setting up the CLASSPATH for testing a downloaded release.
tests/runtests-{ontopia, rdbms}.{sh, bat} could set ut the required CLASSPATH
for testing.
They should restore t…
-
```
If we want to be able to publish ontopia on Maven central repo, we should
not depend on 3rd-party libs we have patched (for various reasons).
We should try to get the patches accepted upstream.
`…
-
```
What steps will reproduce the problem?
1. Try to load the attached CTM topic map into Omnigator
2. You will get the following error report:
Could not reload topic map: ctm_1_0_bug.ctm
java.io.IOE…
-
```
It would be nice if the irc-channel was logged and a link to the
transcripts were found on the googlecode homepage.
```
Original issue reported on code.google.com by `baard...@gmail.com` on 10 Ju…
-
```
After getting ontopia into NetBeans, there are a bunch of coding hints
which could be fixed. This includes unused imports, missing @Override
annotations.
Some guidelines how to handle these would…
-
```
catch (Throwable e) {
log.error("Catastrophe in {}", object, e);
}
will in slf4j 1.5.11 (which we use) discard the traceback, which makes
debugging much harder. Versions 1.6 and up will interp…