Hello, I'm trying to configure the database to store LOB objects outside the database file. I read the documentation about the h2.lobInDatabase property but I haven't been able to disable it in any way (by setting the property h2.lobInDatabase=false). So, first of all, is this feature still supported?
If the answer is positive, I use H2 as part of jbosscache and therefore I do not connect to H2 directly or through its APIs. Connections are managed by jbosscache which acts as interface and I think the only way to set the property is to specify it in an H2 configuration file or in the database URL. To my knowledge this is not possible. Am I correct? Is there another way to set that property in my configuration? Thank you Federico -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
