What do I use for the Isis Persistor setting to use the SQL Objectstore. Is there an additional POM dependency I need to add to my project to use the SQL ObjectStore? --- If so what project should I place it in?
isis.persistor=???? I used the Archtype to generate my project. Assignments Assignments-dom Assignments-fixture Assignments-objstore-dflt Assignments-tests-bdd Assignments-tests-junit Assignments-webapp Here is what I have in my Assignments-webapp isis.properties. #### jdbc:postgresql://host:port/database isis.persistor.sql.jdbc.driver=org.hsqldb.jdbcDriver isis.persistor.sql.jdbc.connection=jdbc:postgresql://127.0.0.1:5432/assignments isis.persistor.sql.jdbc.user=postgres isis.persistor.sql.jdbc.password=mypassword #### PostgreSQL ISIS specific data type overides isis.persistor.sql.datatypes.timestamp=TIMESTAMP isis.persistor.sql.datatypes.datetime=TIMESTAMP isis.persistor.sql.datatypes.double=DOUBLE PRECISION PS. Unless I just missed it there needs to be some documentation added to the object stores or the quickstart page or the ISIS site in general to show what the isis.persistor should be set to for each objectstore, and also what POM updates need to be made to use the objectstores. Jason Richardson This electronic message contains information generated by the USDA solely for the intended recipients. Any unauthorized interception of this message or the use or disclosure of the information it contains may violate the law and subject the violator to civil or criminal penalties. If you believe you have received this message in error, please notify the sender and delete the email immediately.
