-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Local Cache is not updated, case client is started before the server
1. Start Guvnor
2. Any regular client application consumes some package with local cache configured (drools.resource.urlcache)
3. Stop client and server
4. Restart the client (it will work consuming data from loca cache)
5. Restart the server and changes a rule from the package used by client application
6. BUild the package
7. Local cache still consume the package from the local cache which is never synchronized with the server
It works as expected case only the server is restarted or if server starts before the client.