Google Code Exporter
Google Code Exporter
``` To further move dependencies away from ontopia-engine I suggest we move the commandline tools in net.ontopia.topicmaps.cmdlineutils to a new commandline module. ``` Original issue reported on code.google.com by `[email protected]`...
``` This library seems to have been expired. There is only one version and the website that used to host details is now dead. I suggest we research the possibility...
``` Before the maven releases, it was possible to test a RDBMS setup by running the test script. Since tests have been included in the build process, there is no...
``` A NullPointerException might be thrown in net.ontopia.persistence.proxy.OnDemandValue.getValue (OnDemandValue.java:77) if no context has been set (finfo remains null). A typical usecase is reading large (>32K) occurrence values from a database....
``` What steps will reproduce the problem? 1. Set an occurrence datatype to HTML (use exactly one cardinality for more detail) 2. Add content to such an occurrence using the...
``` 1. Re-tested this using the Opera TM. The query: Using SQL Server 2008 with the following config: net.ontopia.topicmaps.impl.rdbms.Database=sqlserver net.ontopia.topicmaps.impl.rdbms.ConnectionString=jdbcspy:jdbc:sqlserver://bisvm s40;databaseName=italianopera;integratedSecurity=true;lockTimeout=60000; net.ontopia.topicmaps.impl.rdbms.DriverClass=com.microsoft.sqlserver.jdbc.SQLSer verDriver net.ontopia.topicmaps.impl.rdbms.ConnectionPool=true net.ontopia.topicmaps.impl.rdbms.BatchUpdates=true net.ontopia.infoset.fulltext.impl.rdbms.RDBMSSearcher.type=sqlserver net.ontopia.topicmaps.query.core.QueryProcessorIF=rdbms The query used:...
``` What steps will reproduce the problem? 1. Re-tested this using the Opera TM. The query: Using SQL Server 2008 with the following config: net.ontopia.topicmaps.impl.rdbms.Database=sqlserver net.ontopia.topicmaps.impl.rdbms.ConnectionString=jdbcspy:jdbc:sqlserver://bisvm s40;databaseName=italianopera;integratedSecurity=true;lockTimeout=60000; net.ontopia.topicmaps.impl.rdbms.DriverClass=com.microsoft.sqlserver.jdbc.SQLSer verDriver net.ontopia.topicmaps.impl.rdbms.ConnectionPool=true...
``` What steps will reproduce the problem? 1. Make an occurrence field of type date or datetime 2. Use the keyboard to input an incorrect value (2011-55-55) 3. Save the...
``` Please consider rolling this optimization change to SQLGenerator.java into the trunk: public static void bindMultipleParameters(Iterator identities, FieldInfoIF finfo, java.sql.PreparedStatement stm, int offset, int batchSize) throws java.sql.SQLException { // 11...
``` To eliminate maven build warnings about builds being platform dependent, I added the following to the section of ontopia/pom.xml: UTF-8 I'm not sure if this is the correct encoding...