4 Replies Latest reply on Oct 19, 2010 12:39 PM by rhauch

    Modeshape and Firebird datasource

    maxusoltsev

      Hi all !

      I tried to use firebird database for modeshape jpa source and found 2 issues:

      1. i think, VALUE is reserved word in firebird (2.1), so hibernate can't map entity org.modeshape.connector.store.jpa.util.StoreOptionEntity

      2. JpaStore sets hibernate.dialect only when jdbc datasource configured for store, and when i tried to use jndi datasource,  i've got an error "dialect must be specified".

       

      How can i solve this problems ?