-
```
A user reports the following traceback in Ontopoly:
org.apache.wicket.WicketRuntimeException: Error attaching this container
for rendering: [MarkupContainer [Component id = fieldsPanel]]
at …
-
```
For untyped occurrences, the XTM 1.0 ContentHandler
(net.ontopia.topicmaps.xml.XTMContentHandler) uses the PSI
.
Acc. to the XTM 1.0 spec. this should be
```
Original issue reported on code.go…
-
```
Steps to reproduce:
Do the following:
Execute this bat: (adapt paths as seen fit)
java -cp
"C:\ontopia-5.0.2\apache-tomcat\common\lib\ontopia.jar;C:\ontopia-5.0.2\apache-t
omcat\common\lib\log4j.j…
-
```
I like to suggest that Ontopia uses SLF4J for logging purposes. SLF4J is a
small layer above all kind of logging frameworks (i.e. Log4J, Commons
Logging etc.).
The Ontopia code would use SLF4J and…
-
```
What steps will reproduce the problem?
1. Vizigator is not starting on Mac. I tried vizdesktop.sh, which is also not
working.
2.I got the following errors when run vizdesktop.sh
Wails-MacBook-Pro…
-
```
I try to import a CTM file with the Ontopia CTM Reader and I get a lexical
error because of a invalid syntax but I think the syntax is correct. There
are two thinks which are failing:
1. a topic …
-
```
What steps will reproduce the problem?
1.i have added the classpath and i started to run the tests, it says the
required classes found and then it shows me ........ and in sometime gives me
an e…
-
```
Class loading in Tomcat (and other web containers) is done by using a tree of
classloaders[1]. Higher level classloaders cannot access lower level classes as
they are invisible to them. The Tomc…
-
```
When trying to display a particular topic in ontopoly, I get an exception.
The same topic displays just fine in omnigator. This may look similar to
issue 238, but I believe the cause is different.…
-
```
Ontopia 5.2.2:
Seems all .sh scripts in apache-tomcat/bin and bin are missing execute
permission,
chmod +x *.sh fixes it.
```
Original issue reported on code.google.com by `ladislav...@gmail.co…