<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>URLResource caches things to a given location, that can be controlled via &nbsp;system property, and has a default. In theory once cached, it should be able to read from the cache without Guvnor being needed to available - even after restart. Look at the&nbsp;<span style="background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Courier, monospace; line-height: 18px; white-space: pre;">CACHE_DIR, </span>and how it’s created and used:</div><div><a href="https://github.com/droolsjbpm/drools/blob/5.6.x/drools-core/src/main/java/org/drools/io/impl/UrlResource.java">https://github.com/droolsjbpm/drools/blob/5.6.x/drools-core/src/main/java/org/drools/io/impl/UrlResource.java</a></div><div><br></div><div>There are some fixes in 5.6, related to last read times, which may fix the issue you are having.</div><div><br></div><div>If the issue continues it’s unlikely we’d fix this, unless it becomes a product requirement. 5.x is now in maintenance, so things will only be fixed if paying customers request it.</div><div><br></div><div>This is not an issue in 6.0, as we use maven and the local m2 repo now.</div><div><br></div><div>Mark<br><div><br><div><div>On 15 Jan 2014, at 17:10, dunnlow &lt;<a href="mailto:dunnlow@yahoo.com">dunnlow@yahoo.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I am using drools 5.5 with Guvnor and the Integration Server. &nbsp;My integration<br>server uses a knowledgeagent that pulls the package from guvnor and I have<br>set the drools.resource.urlcache for a local cache in case Guvnor is<br>unavailable. &nbsp;<br><br>If Guvnor is available at startup, the KAgent sees any deployed changes to<br>my package from then on. &nbsp;If guvnor is NOT available, the local cache is<br>used and everything works fine UNTIL I make a change to Guvnor. &nbsp;The KAgent<br>seems to never fall back to checking for Guvnor's availability.<br><br>I'd like the KnowledgeAgent to use the local cache until Guvnor is available<br>again. &nbsp;Is there an (existing) way to make this happen?<br><br>If not, any thought about implementing a solution?<br><br>Thanks,<br>- J<br><br><br><br>--<br>View this message in context: <a href="http://drools.46999.n3.nabble.com/KnowledgeAgent-fallback-FROM-local-cache-tp4027696.html">http://drools.46999.n3.nabble.com/KnowledgeAgent-fallback-FROM-local-cache-tp4027696.html</a><br>Sent from the Drools: User forum mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users<br></blockquote></div><br></div></div></body></html>