Hi,
I am finding out that if i register templates and then restart the jvm.
templateStore.findByContext(templateContext, true);
return an empty array [] (after restarting the JVM)
Is there anyway that we can make the contents of the template store persistent? across JVM restarts?
Hello pablopina.
Yes, the template store can persist between restarts and normally it would. It is most likely that your property docmosis.template.store.location is not set and Docmosis is creating a temporary area. Check your docmosis.properties file to make sure you are setting this property.
Also, please examine the sample docmosis.properties file in the download since it describes this behaviour.
