From: Mathias R. <mat...@we...> - 2004-08-28 17:22:10
|
Hello, I'm stuck with setting up TM4Web/Velocity 0.2rc1 with a hibernate backend. Configuration is <provider name="hibernate" factory="org.tm4j.topicmap.hibernate.TopicMapProviderFactoryImpl"> <provider-properties> <property name="hibernate.connection.url" value="jdbc:mysql://localhost/tm4mail"/> <property name="hibernate.connection.username" value="***"/> <property name="hibernate.connection.password" value="***"/> <property name="hibernate.dialect" value="net.sf.hibernate.dialect.MySQLDialect"/> <property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/> </provider-properties> </provider> I don't get any errors but I don't get any TopicMaps from by backend either. In stdout.log it says "topicmaps element ignored for provider 'hibernate' which is not in-memory." Do I miss something or is Hibernate support currently not available with TM4Web/Velocity? Thanks, Mathias |