Hi ...

I downloaded the latest source code directly from SVN repository and i found
in the JDBCPersistenAdapter.java file the following piece of code:


public boolean isCreateTablesOnStartup() {
       return jdbcPersistenceAdapter.isCreateTablesOnStartup();
   }

   public void setCreateTablesOnStartup(boolean createTablesOnStartup) {
       jdbcPersistenceAdapter.setCreateTablesOnStartup(createTablesOnStartup);
   }





But in the latest snapshot does`nt appear the above methods, what can i do??



Thanx

Reply via email to