Hmm, pehaps adding it as a straight property in the config is not appropriate, so i tried adding it to the URL as such:
<property name="connection.url">jdbc:h2:C:\journal\H2DB \HNDLDATA;IFEXISTS=TRUE;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=5;BINDADDRESS=127.0.0.1</ property> however, this throws the following error msg: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "BINDADDRESS". I guess this parameter cannot be set on the URL string like the other H2 params? So, how can I get this recognized? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
